fix merge botch (duplicate processing of cabq for old cards)

This commit is contained in:
Sam Leffler 2006-02-13 18:23:32 +00:00
parent 1c204a5731
commit fdb05e3c89

View File

@ -3870,7 +3870,6 @@ ath_tx_proc_q0(void *arg, int npending)
sc->sc_lastrx = ath_hal_gettsf64(sc->sc_ah);
if (txqactive(sc->sc_ah, sc->sc_cabq->axq_qnum))
ath_tx_processq(sc, sc->sc_cabq);
ath_tx_processq(sc, sc->sc_cabq);
ifp->if_drv_flags &= ~IFF_DRV_OACTIVE;
sc->sc_tx_timer = 0;