summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/520-mac80211_cur_txpower.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-10 08:52:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-04-10 08:52:33 +0000
commit134c036fc927d0a9d8a4c718daea459b85ba873a (patch)
tree42c8d56502758dc54888734b06e154237597af65 /package/kernel/mac80211/patches/520-mac80211_cur_txpower.patch
parenteebc673f1e325a0e716087975f2daf552e9ab689 (diff)
downloadmaster-31e0f0ae-134c036fc927d0a9d8a4c718daea459b85ba873a.tar.gz
master-31e0f0ae-134c036fc927d0a9d8a4c718daea459b85ba873a.tar.bz2
master-31e0f0ae-134c036fc927d0a9d8a4c718daea459b85ba873a.zip
mac80211: add back missing tx power handling fix (#12750)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40440
Diffstat (limited to 'package/kernel/mac80211/patches/520-mac80211_cur_txpower.patch')
-rw-r--r--package/kernel/mac80211/patches/520-mac80211_cur_txpower.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/520-mac80211_cur_txpower.patch b/package/kernel/mac80211/patches/520-mac80211_cur_txpower.patch
index aa460a81c4..cb3f852498 100644
--- a/package/kernel/mac80211/patches/520-mac80211_cur_txpower.patch
+++ b/package/kernel/mac80211/patches/520-mac80211_cur_txpower.patch
@@ -23,7 +23,7 @@
*dbm = sdata->vif.bss_conf.txpower;
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
-@@ -158,6 +158,7 @@ static u32 ieee80211_hw_conf_chan(struct
+@@ -160,6 +160,7 @@ static u32 ieee80211_hw_conf_chan(struct
if (local->hw.conf.power_level != power) {
changed |= IEEE80211_CONF_CHANGE_POWER;