diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-20 11:09:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-20 11:09:47 +0000 |
commit | 740a322cf869e553cc2ba7164b514bf47e0ea654 (patch) | |
tree | 8d0c427a2e1dc398ffbcd913c35eced851926304 /package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch | |
parent | 9d5be2b85893a54e4d6a146fddab6dbefadb52ce (diff) | |
download | mtk-20170518-740a322cf869e553cc2ba7164b514bf47e0ea654.zip mtk-20170518-740a322cf869e553cc2ba7164b514bf47e0ea654.tar.gz mtk-20170518-740a322cf869e553cc2ba7164b514bf47e0ea654.tar.bz2 |
ath9k: revert a faulty rx path fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40802
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 d4d2989..3564323 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); -@@ -1411,6 +1415,7 @@ static int ath9k_config(struct ieee80211 +@@ -1404,6 +1408,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); |