|
@@ -946,7 +946,7 @@ static void ath9k_hw_init_interrupt_masks(struct ath_hw *ah,
|
|
AR_IMR_RXORN |
|
|
AR_IMR_RXORN |
|
|
AR_IMR_BCNMISC;
|
|
AR_IMR_BCNMISC;
|
|
|
|
|
|
- if (AR_SREV_9340(ah))
|
|
|
|
|
|
+ if (AR_SREV_9340(ah) || AR_SREV_9550(ah))
|
|
sync_default &= ~AR_INTR_SYNC_HOST1_FATAL;
|
|
sync_default &= ~AR_INTR_SYNC_HOST1_FATAL;
|
|
|
|
|
|
if (AR_SREV_9300_20_OR_LATER(ah)) {
|
|
if (AR_SREV_9300_20_OR_LATER(ah)) {
|