diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-14 13:20:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-14 13:20:38 +0000 |
commit | a570ccd7e25ff66ba61753ef2363ecbcd99f1b7b (patch) | |
tree | 3b4b99b443ceaf22e0d2caafa1adbf365e8e80b5 /package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch | |
parent | 4f06ba07276536fa7e95673b702e20608d051549 (diff) | |
download | mtk-20170518-a570ccd7e25ff66ba61753ef2363ecbcd99f1b7b.zip mtk-20170518-a570ccd7e25ff66ba61753ef2363ecbcd99f1b7b.tar.gz mtk-20170518-a570ccd7e25ff66ba61753ef2363ecbcd99f1b7b.tar.bz2 |
ath9k: fix irq storm issues (#18483)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43971
Diffstat (limited to 'package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch')
-rw-r--r-- | package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch b/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch index 34d698b..615e913 100644 --- a/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch +++ b/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch @@ -125,8 +125,8 @@ REG_SET_BIT(ah, AR_BTCOEX_WL_LNADIV, AR_BTCOEX_WL_LNADIV_FORCE_ON); --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c -@@ -532,6 +532,11 @@ irqreturn_t ath_isr(int irq, void *dev) - if (AR_SREV_9100(ah) && test_bit(ATH_OP_HW_RESET, &common->op_flags)) +@@ -531,6 +531,11 @@ irqreturn_t ath_isr(int irq, void *dev) + if (test_bit(ATH_OP_HW_RESET, &common->op_flags)) return IRQ_HANDLED; + if (test_bit(ATH_DIAG_TRIGGER_ERROR, &ah->diag)) { |