use ath_hal_gettxintrtxqs so we only process h/w tx
queues that have an interrupt pending MFC after: 2 weeks
This commit is contained in:
parent
45fecb1f8a
commit
bb3f45c5b8
@ -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<<qnum;
|
||||
ath_hal_gettxintrtxqs(ah, &txqs);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user