diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-19 17:18:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-19 17:18:07 +0000 |
commit | bac83378e74eeae366b80d209dcd7b442f1d4012 (patch) | |
tree | 5b5c4aa12aef79d237bb7ce4e3f358c9f5546e25 /package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch | |
parent | 5db5354c708f62a5c4814342334951dbd4e089e7 (diff) | |
download | mtk-20170518-bac83378e74eeae366b80d209dcd7b442f1d4012.zip mtk-20170518-bac83378e74eeae366b80d209dcd7b442f1d4012.tar.gz mtk-20170518-bac83378e74eeae366b80d209dcd7b442f1d4012.tar.bz2 |
ath9k: merge another round of upstream (or -pending) fixes and cleanups
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39138
Diffstat (limited to 'package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch')
-rw-r--r-- | package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch b/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch index 8e0c562..0a5a71f 100644 --- a/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch +++ b/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch @@ -14,7 +14,7 @@ out: spin_unlock_bh(&sc->sc_pcu_lock); -@@ -1345,6 +1349,7 @@ static int ath9k_config(struct ieee80211 +@@ -1347,6 +1351,7 @@ static int ath9k_config(struct ieee80211 sc->config.txpowlimit = 2 * conf->power_level; ath9k_cmn_update_txpow(ah, sc->curtxpow, sc->config.txpowlimit, &sc->curtxpow); |