aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-19 19:51:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-19 19:51:45 +0000
commita97ece5cb3ae58f18f3ef326edb7c234bc95d620 (patch)
treee9d16b2a39173bf40b2500d8f861c41335600ab8 /package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
parentc3f88699cd5988a9323f22b079826b87a167aa17 (diff)
downloadupstream-a97ece5cb3ae58f18f3ef326edb7c234bc95d620.tar.gz
upstream-a97ece5cb3ae58f18f3ef326edb7c234bc95d620.tar.bz2
upstream-a97ece5cb3ae58f18f3ef326edb7c234bc95d620.zip
ath9k: add some rx path fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40780 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 44aa905649..419717ae0a 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
-@@ -603,6 +603,11 @@ irqreturn_t ath_isr(int irq, void *dev)
+@@ -610,6 +610,11 @@ irqreturn_t ath_isr(int irq, void *dev)
ath9k_debug_sync_cause(sc, sync_cause);
status &= ah->imask; /* discard unasked-for bits */