summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-02-13 18:23:32 +0000
committersam <sam@FreeBSD.org>2006-02-13 18:23:32 +0000
commita75c71b5e126eeca4e68e35d32c2779b82d59d6c (patch)
treec91f056785fa03c3e2efe4e4b35fb02c3d07e49b /sys/dev/ath
parent2c0fbade9a866a3ecedf6d3aee288ebd1abd5ad2 (diff)
downloadFreeBSD-src-a75c71b5e126eeca4e68e35d32c2779b82d59d6c.zip
FreeBSD-src-a75c71b5e126eeca4e68e35d32c2779b82d59d6c.tar.gz
fix merge botch (duplicate processing of cabq for old cards)
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 58687a7..f070427 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -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;
OpenPOWER on IntegriCloud