diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-11-19 16:56:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-11-19 16:56:44 +0000 |
commit | c6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28 (patch) | |
tree | ba70329d3a27aec73afb5e570d568719c96ff89a /package/mac80211/patches/531-ath9k_cur_txpower.patch | |
parent | d46e17548bca2a3557ff598b29f993bfca8474b8 (diff) | |
download | upstream-c6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28.tar.gz upstream-c6f0ca6c006c28a3fc3db8b9e4fb30ef2aee2a28.tar.bz2 upstream-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.patch | 4 |
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); |