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:
Adrian Chadd 2011-04-18 14:14:54 +00:00
parent e0c7bc79c4
commit 3788ebed54

View File

@ -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);