aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/524-ath9k_use_configured_antenna_gain.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
commitb8ee5a7a1ceb1dde18c869c9ccff72032457ff6c (patch)
tree823b15e8270cf9166f45be0d917f12f00c8b7d09 /package/mac80211/patches/524-ath9k_use_configured_antenna_gain.patch
parentfca519e06da8a0268efc1fa20bdcdccb6497fe96 (diff)
downloadupstream-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/524-ath9k_use_configured_antenna_gain.patch')
-rw-r--r--package/mac80211/patches/524-ath9k_use_configured_antenna_gain.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/524-ath9k_use_configured_antenna_gain.patch b/package/mac80211/patches/524-ath9k_use_configured_antenna_gain.patch
index e32f66ea4d..0c3842577d 100644
--- a/package/mac80211/patches/524-ath9k_use_configured_antenna_gain.patch
+++ b/package/mac80211/patches/524-ath9k_use_configured_antenna_gain.patch
@@ -21,7 +21,7 @@
if (ant_gain > max_gain)
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -1205,7 +1205,10 @@ int ath9k_config(struct ieee80211_hw *hw
+@@ -1204,7 +1204,10 @@ int ath9k_config(struct ieee80211_hw *hw
}
if (changed & IEEE80211_CONF_CHANGE_POWER) {