diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-14 15:58:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-14 15:58:46 +0000 |
commit | b8ee5a7a1ceb1dde18c869c9ccff72032457ff6c (patch) | |
tree | 823b15e8270cf9166f45be0d917f12f00c8b7d09 /package/mac80211/patches/553-ath9k_debugfs_diag.patch | |
parent | fca519e06da8a0268efc1fa20bdcdccb6497fe96 (diff) | |
download | upstream-b8ee5a7a1ceb1dde18c869c9ccff72032457ff6c.tar.gz upstream-b8ee5a7a1ceb1dde18c869c9ccff72032457ff6c.tar.bz2 upstream-b8ee5a7a1ceb1dde18c869c9ccff72032457ff6c.zip |
ath9k: fix a soft lockup on smp systems
SVN-Revision: 35152
Diffstat (limited to 'package/mac80211/patches/553-ath9k_debugfs_diag.patch')
-rw-r--r-- | package/mac80211/patches/553-ath9k_debugfs_diag.patch | 2 |
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 */ |