Make sure TXEOL is set on default queues. Otherwise we don't get an
interrupt on the completion of a TX queue and this can cause TX hangs / timeout. Sponsored by: Hobnob, Inc.
This commit is contained in:
parent
65d79f5f4c
commit
d69e09b56f
@ -4198,6 +4198,7 @@ ath_txq_update(struct ath_softc *sc, int ac)
|
||||
| HAL_TXQ_TXERRINT_ENABLE
|
||||
| HAL_TXQ_TXDESCINT_ENABLE
|
||||
| HAL_TXQ_TXURNINT_ENABLE
|
||||
| HAL_TXQ_TXEOLINT_ENABLE
|
||||
;
|
||||
qi.tqi_aifs = wmep->wmep_aifsn;
|
||||
qi.tqi_cwmin = ATH_EXPONENT_TO_VALUE(wmep->wmep_logcwmin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user