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:
Adrian Chadd 2013-02-20 11:20:51 +00:00
parent bab336db27
commit 69930f8794

View File

@ -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;
/*