diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-03 19:13:29 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-09 16:36:31 -0400 |
commit | 3b8a0577b746f700646c0d8814fd1aabc2fc9c91 (patch) | |
tree | a96ed93291d6f06cc7191c2af9eef8b9c9ea24cf /drivers/net/wireless/ath/ath9k/mac.c | |
parent | db4a3de9db8893c7a5e82760aee0807ccf18f1a7 (diff) | |
download | blackbird-op-linux-3b8a0577b746f700646c0d8814fd1aabc2fc9c91.tar.gz blackbird-op-linux-3b8a0577b746f700646c0d8814fd1aabc2fc9c91.zip |
ath9k: disable SYNC_HOST1_FATAL interrupts for AR9550
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.c b/drivers/net/wireless/ath/ath9k/mac.c index 04ef775ccee1..7990cd55599c 100644 --- a/drivers/net/wireless/ath/ath9k/mac.c +++ b/drivers/net/wireless/ath/ath9k/mac.c @@ -810,7 +810,7 @@ void ath9k_hw_enable_interrupts(struct ath_hw *ah) return; } - if (AR_SREV_9340(ah)) + if (AR_SREV_9340(ah) || AR_SREV_9550(ah)) sync_default &= ~AR_INTR_SYNC_HOST1_FATAL; async_mask = AR_INTR_MAC_IRQ; |