summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-20 11:09:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-20 11:09:47 +0000
commit740a322cf869e553cc2ba7164b514bf47e0ea654 (patch)
tree8d0c427a2e1dc398ffbcd913c35eced851926304 /package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
parent9d5be2b85893a54e4d6a146fddab6dbefadb52ce (diff)
downloadmaster-31e0f0ae-740a322cf869e553cc2ba7164b514bf47e0ea654.tar.gz
master-31e0f0ae-740a322cf869e553cc2ba7164b514bf47e0ea654.tar.bz2
master-31e0f0ae-740a322cf869e553cc2ba7164b514bf47e0ea654.zip
ath9k: revert a faulty rx path fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40802
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 3db34bb8b9..764e5e260e 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
-@@ -612,6 +612,11 @@ irqreturn_t ath_isr(int irq, void *dev)
+@@ -605,6 +605,11 @@ irqreturn_t ath_isr(int irq, void *dev)
ath9k_debug_sync_cause(sc, sync_cause);
status &= ah->imask; /* discard unasked-for bits */