aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-10-05 12:12:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-10-05 12:12:21 +0000
commit048fc8f0c149731229463f6fe97ce0a536b33a99 (patch)
treea73bc0971129b3e0fb6113013bcad05b8bd38259 /package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch
parent9051e79bc23a94c16adb957f773852945c9b3337 (diff)
downloadupstream-048fc8f0c149731229463f6fe97ce0a536b33a99.tar.gz
upstream-048fc8f0c149731229463f6fe97ce0a536b33a99.tar.bz2
upstream-048fc8f0c149731229463f6fe97ce0a536b33a99.zip
ath9k: fix tx queueing issues after background scans
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38304
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 521f031625..c014bacb73 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
-@@ -462,6 +462,11 @@ irqreturn_t ath_isr(int irq, void *dev)
+@@ -472,6 +472,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 */