summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-10-14 19:38:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-10-14 19:38:42 +0000
commitf1ea6d3c2dc2b222abcf607d12f8889295718c54 (patch)
tree353d02183cc1639ae0a3858b476f66f7958fe4fa /package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
parentd21810a298abcfb9b957502f7e93063ac2cc057c (diff)
downloadmtk-20170518-f1ea6d3c2dc2b222abcf607d12f8889295718c54.zip
mtk-20170518-f1ea6d3c2dc2b222abcf607d12f8889295718c54.tar.gz
mtk-20170518-f1ea6d3c2dc2b222abcf607d12f8889295718c54.tar.bz2
ath9k: add some more pending fixes / optimizations
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38398
Diffstat (limited to 'package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch')
-rw-r--r--package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch b/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
index 8cbe663..e3125bf 100644
--- a/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
+++ b/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
@@ -125,7 +125,7 @@
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
-@@ -546,6 +546,11 @@ irqreturn_t ath_isr(int irq, void *dev)
+@@ -565,6 +565,11 @@ irqreturn_t ath_isr(int irq, void *dev)
ath9k_hw_getisr(ah, &status); /* NB: clears ISR too */
status &= ah->imask; /* discard unasked-for bits */