diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 16:26:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 16:26:56 +0000 |
commit | d9ea3d2aa8bfdd6665ad9caa7a9296cadb73662d (patch) | |
tree | 39461dde138991269ce60b85b5ad6439475b9992 /package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch | |
parent | c14e0807bd9a62e27d69d7894250d174ec9c403e (diff) | |
download | mtk-20170518-d9ea3d2aa8bfdd6665ad9caa7a9296cadb73662d.zip mtk-20170518-d9ea3d2aa8bfdd6665ad9caa7a9296cadb73662d.tar.gz mtk-20170518-d9ea3d2aa8bfdd6665ad9caa7a9296cadb73662d.tar.bz2 |
ath9k: fix tx power reporting
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43032
Diffstat (limited to 'package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch')
-rw-r--r-- | package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch b/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch deleted file mode 100644 index 638e774..0000000 --- a/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/drivers/net/wireless/ath/ath9k/main.c -+++ b/drivers/net/wireless/ath/ath9k/main.c -@@ -326,8 +326,12 @@ static int ath_reset_internal(struct ath - sc->cur_chan->offchannel) - ath9k_mci_set_txpower(sc, true, false); - -- if (!ath_complete_reset(sc, true)) -+ if (!ath_complete_reset(sc, true)) { - r = -EIO; -+ goto out; -+ } -+ -+ sc->hw->cur_power_level = sc->curtxpow / 2; - - out: - spin_unlock_bh(&sc->sc_pcu_lock); -@@ -1473,6 +1477,7 @@ static int ath9k_config(struct ieee80211 - sc->cur_chan->txpower = 2 * conf->power_level; - ath9k_cmn_update_txpow(ah, sc->curtxpow, - sc->cur_chan->txpower, &sc->curtxpow); -+ hw->cur_power_level = sc->curtxpow / 2; - } - - mutex_unlock(&sc->mutex); |