Enable TX FIFO underrun interrupts. This allows the TX FIFO threshold
adjustment code to now run. Tested: * AR5416, STA TODO: * Much more thorough testing on the other chips, AR5210 -> AR9287
This commit is contained in:
parent
bab336db27
commit
69930f8794
@ -1983,6 +1983,7 @@ ath_init(void *arg)
|
||||
*/
|
||||
sc->sc_imask = HAL_INT_RX | HAL_INT_TX
|
||||
| HAL_INT_RXEOL | HAL_INT_RXORN
|
||||
| HAL_INT_TXURN
|
||||
| HAL_INT_FATAL | HAL_INT_GLOBAL;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user