aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-01-14 13:20:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-01-14 13:20:38 +0000
commita570ccd7e25ff66ba61753ef2363ecbcd99f1b7b (patch)
tree3b4b99b443ceaf22e0d2caafa1adbf365e8e80b5 /package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
parent4f06ba07276536fa7e95673b702e20608d051549 (diff)
downloadupstream-a570ccd7e25ff66ba61753ef2363ecbcd99f1b7b.tar.gz
upstream-a570ccd7e25ff66ba61753ef2363ecbcd99f1b7b.tar.bz2
upstream-a570ccd7e25ff66ba61753ef2363ecbcd99f1b7b.zip
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.patch4
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 34d698ba65..615e913a0b 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)) {