PERFORCE change 68550 for review
Sam Leffler
sam at FreeBSD.org
Sat Jan 8 10:28:40 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=68550
Change 68550 by sam at sam_ebb on 2005/01/08 18:28:08
typo
Affected files ...
.. //depot/projects/wifi/sys/dev/ath/if_ath.c#63 edit
Differences ...
==== //depot/projects/wifi/sys/dev/ath/if_ath.c#63 (text+ko) ====
@@ -3912,7 +3912,7 @@
* Process each active queue.
*/
for (i = 0; i < HAL_NUM_TX_QUEUES; i++)
- if (ATH_TXQ_SETUP(sc, i) && qactive(sc->sc_ah, i))
+ if (ATH_TXQ_SETUP(sc, i) && txqactive(sc->sc_ah, i))
ath_tx_processq(sc, &sc->sc_txq[i]);
ifp->if_flags &= ~IFF_OACTIVE;
More information about the p4-projects
mailing list