Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b8a0577 authored by Gabor Juhos's avatar Gabor Juhos Committed by John W. Linville
Browse files

ath9k: disable SYNC_HOST1_FATAL interrupts for AR9550

parent db4a3de9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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)) {
+1 −1
Original line number Original line Diff line number Diff line
@@ -810,7 +810,7 @@ void ath9k_hw_enable_interrupts(struct ath_hw *ah)
		return;
		return;
	}
	}


	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;


	async_mask = AR_INTR_MAC_IRQ;
	async_mask = AR_INTR_MAC_IRQ;