Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2011 14:56:09 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r226791 - user/adrian/if_ath_tx/sys/dev/ath
Message-ID:  <201110261456.p9QEu9Mo054983@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110261456.p9QEu9Mo054983>