aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/531-ath9k_cur_txpower.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-11-19 16:56:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-11-19 16:56:44 +0000
commit90ee49af6f66db327d83ccb975e5de0f0dd8acbe (patch)
tree0f37aa9e7189245fc2c1abec115a707ebc960658 /package/mac80211/patches/531-ath9k_cur_txpower.patch
parent00a17bc44fb5dbd41ca7a0883bb739e79b146959 (diff)
downloadmaster-187ad058-90ee49af6f66db327d83ccb975e5de0f0dd8acbe.tar.gz
master-187ad058-90ee49af6f66db327d83ccb975e5de0f0dd8acbe.tar.bz2
master-187ad058-90ee49af6f66db327d83ccb975e5de0f0dd8acbe.zip
ath9k: allow run-time change of the chanbw debugfs file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29257 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/531-ath9k_cur_txpower.patch')
-rw-r--r--package/mac80211/patches/531-ath9k_cur_txpower.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/531-ath9k_cur_txpower.patch b/package/mac80211/patches/531-ath9k_cur_txpower.patch
index a8eb8a6cf3..760f4d754e 100644
--- a/package/mac80211/patches/531-ath9k_cur_txpower.patch
+++ b/package/mac80211/patches/531-ath9k_cur_txpower.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -1684,6 +1684,8 @@ static int ath9k_config(struct ieee80211
+@@ -1684,6 +1684,8 @@ int ath9k_config(struct ieee80211_hw *hw
return -EINVAL;
}
@@ -9,7 +9,7 @@
/*
* The most recent snapshot of channel->noisefloor for the old
* channel is only available after the hardware reset. Copy it to
-@@ -1699,6 +1701,7 @@ static int ath9k_config(struct ieee80211
+@@ -1699,6 +1701,7 @@ int ath9k_config(struct ieee80211_hw *hw
sc->config.txpowlimit = 2 * conf->power_level;
ath9k_cmn_update_txpow(ah, sc->curtxpow,
sc->config.txpowlimit, &sc->curtxpow);