summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-02-20 11:20:51 +0000
committeradrian <adrian@FreeBSD.org>2013-02-20 11:20:51 +0000
commit1a2115d05cb05f390360a9e79ec98faed18abaee (patch)
treec8c317d430984026aa476b0005f5a69008c64e9f
parent562872b4819ef45a23917dd33440085a766ac267 (diff)
downloadFreeBSD-src-1a2115d05cb05f390360a9e79ec98faed18abaee.zip
FreeBSD-src-1a2115d05cb05f390360a9e79ec98faed18abaee.tar.gz
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
-rw-r--r--sys/dev/ath/if_ath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index fdd91118..6f08fa7 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -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;
/*
OpenPOWER on IntegriCloud