diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-10 08:52:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-10 08:52:33 +0000 |
commit | 134c036fc927d0a9d8a4c718daea459b85ba873a (patch) | |
tree | 42c8d56502758dc54888734b06e154237597af65 /package/kernel/mac80211/patches/520-mac80211_cur_txpower.patch | |
parent | eebc673f1e325a0e716087975f2daf552e9ab689 (diff) | |
download | mtk-20170518-134c036fc927d0a9d8a4c718daea459b85ba873a.zip mtk-20170518-134c036fc927d0a9d8a4c718daea459b85ba873a.tar.gz mtk-20170518-134c036fc927d0a9d8a4c718daea459b85ba873a.tar.bz2 |
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.patch | 2 |
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 aa460a8..cb3f852 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; |