From bb3f45c5b86c1f25a92ba535e1b3f8e17904b38d Mon Sep 17 00:00:00 2001 From: sam Date: Wed, 15 Feb 2006 18:17:53 +0000 Subject: [PATCH] use ath_hal_gettxintrtxqs so we only process h/w tx queues that have an interrupt pending MFC after: 2 weeks --- sys/dev/ath/if_ath.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index a5de2d082a7f..28308c606918 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -3852,7 +3852,8 @@ ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq) static __inline int txqactive(struct ath_hal *ah, int qnum) { - /* XXX not yet */ + u_int32_t txqs = 1<