For now, only enable GTT. CST is firing very frequently during local tests;
I'll figure out what's going on before re-enabling this as it does add to the interrupt load.
This commit is contained in:
parent
e0c7bc79c4
commit
3788ebed54
@ -1565,7 +1565,7 @@ ath_init(void *arg)
|
||||
|
||||
/* Enable global TX timeout and carrier sense timeout if available */
|
||||
if (ath_hal_gtxto_supported(ah))
|
||||
sc->sc_imask |= (HAL_INT_GTT | HAL_INT_CST);
|
||||
sc->sc_imask |= HAL_INT_GTT;
|
||||
|
||||
DPRINTF(sc, ATH_DEBUG_RESET, "%s: imask=0x%x\n",
|
||||
__func__, sc->sc_imask);
|
||||
|
Loading…
x
Reference in New Issue
Block a user