916ffcbba972191a3289e831a01c6350b18ae1fe
[openwrt/openwrt.git] / package / mac80211 / patches / 530-disable_interrupt_mitigation.patch
1 --- a/drivers/net/wireless/ath/ath9k/hw.c
2 +++ b/drivers/net/wireless/ath/ath9k/hw.c
3 @@ -395,7 +395,7 @@ static void ath9k_hw_init_config(struct
4 ah->config.spurchans[i][1] = AR_NO_SPUR;
5 }
6
7 - ah->config.intr_mitigation = true;
8 + ah->config.intr_mitigation = false;
9
10 /*
11 * We need this for PCI devices only (Cardbus, PCI, miniPCI)