aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/553-ath9k_debugfs_diag.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-14 15:58:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-14 15:58:46 +0000
commit71abb04e4be002cc44cf2fe7b5eeccbfbd595359 (patch)
tree01daaf10b63fac3ca012264d44137009a186cefb /package/mac80211/patches/553-ath9k_debugfs_diag.patch
parent46e56ff4d043e17d1e6f6cea971929e5fe1cc8b4 (diff)
downloadupstream-71abb04e4be002cc44cf2fe7b5eeccbfbd595359.tar.gz
upstream-71abb04e4be002cc44cf2fe7b5eeccbfbd595359.tar.bz2
upstream-71abb04e4be002cc44cf2fe7b5eeccbfbd595359.zip
ath9k: fix a soft lockup on smp systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35152 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/553-ath9k_debugfs_diag.patch')
-rw-r--r--package/mac80211/patches/553-ath9k_debugfs_diag.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/553-ath9k_debugfs_diag.patch b/package/mac80211/patches/553-ath9k_debugfs_diag.patch
index 9ea2ec9ba2..078a7f878b 100644
--- a/package/mac80211/patches/553-ath9k_debugfs_diag.patch
+++ b/package/mac80211/patches/553-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
-@@ -464,6 +464,11 @@ irqreturn_t ath_isr(int irq, void *dev)
+@@ -463,6 +463,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 */