summaryrefslogtreecommitdiffstats
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
commitc6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28 (patch)
treeba70329d3a27aec73afb5e570d568719c96ff89a /package/mac80211/patches/531-ath9k_cur_txpower.patch
parentd46e17548bca2a3557ff598b29f993bfca8474b8 (diff)
downloadmaster-31e0f0ae-c6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28.tar.gz
master-31e0f0ae-c6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28.tar.bz2
master-31e0f0ae-c6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28.zip
ath9k: allow run-time change of the chanbw debugfs file
SVN-Revision: 29257
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);