Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jan 2005 18:28:39 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 68550 for review
Message-ID:  <200501081828.j08ISd4E095656@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=68550

Change 68550 by sam@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;



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