diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/mac.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.c b/drivers/net/wireless/ath/ath9k/mac.c index 3e58bfa0c1fd..bba85d1a6cd1 100644 --- a/drivers/net/wireless/ath/ath9k/mac.c +++ b/drivers/net/wireless/ath/ath9k/mac.c | |||
@@ -820,7 +820,8 @@ void ath9k_hw_enable_interrupts(struct ath_hw *ah) | |||
820 | return; | 820 | return; |
821 | } | 821 | } |
822 | 822 | ||
823 | if (AR_SREV_9340(ah) || AR_SREV_9550(ah) || AR_SREV_9531(ah)) | 823 | if (AR_SREV_9340(ah) || AR_SREV_9550(ah) || AR_SREV_9531(ah) || |
824 | AR_SREV_9561(ah)) | ||
824 | sync_default &= ~AR_INTR_SYNC_HOST1_FATAL; | 825 | sync_default &= ~AR_INTR_SYNC_HOST1_FATAL; |
825 | 826 | ||
826 | async_mask = AR_INTR_MAC_IRQ; | 827 | async_mask = AR_INTR_MAC_IRQ; |