svn commit: r226791 - user/adrian/if_ath_tx/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Wed Oct 26 14:56:09 UTC 2011


Author: adrian
Date: Wed Oct 26 14:56:09 2011
New Revision: 226791
URL: http://svn.freebsd.org/changeset/base/226791

Log:
  Add back missing declaration.

Modified:
  user/adrian/if_ath_tx/sys/dev/ath/if_ath_misc.h

Modified: user/adrian/if_ath_tx/sys/dev/ath/if_ath_misc.h
==============================================================================
--- user/adrian/if_ath_tx/sys/dev/ath/if_ath_misc.h	Wed Oct 26 14:26:10 2011	(r226790)
+++ user/adrian/if_ath_tx/sys/dev/ath/if_ath_misc.h	Wed Oct 26 14:56:09 2011	(r226791)
@@ -63,6 +63,7 @@ extern void ath_tx_default_comp(struct a
 extern void ath_tx_update_ratectrl(struct ath_softc *sc,
 	    struct ieee80211_node *ni, struct ath_rc_series *rc,
 	    struct ath_tx_status *ts, int frmlen, int nframes, int nbad);
+extern void ath_tx_update_busy(struct ath_softc *sc);
 
 extern void ath_tx_freebuf(struct ath_softc *sc, struct ath_buf *bf,
     int status);


More information about the svn-src-user mailing list