diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-19 19:51:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-19 19:51:45 +0000 |
commit | acf1c9827141f64a7e9dab47b8b249da5ad74125 (patch) | |
tree | 6761f0a0e16cdbeeebdd3cec5a1ec6d55c9d7cd9 /package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch | |
parent | 15ff368d5f04d3cdd565e823b89889078a53b529 (diff) | |
download | mtk-20170518-acf1c9827141f64a7e9dab47b8b249da5ad74125.zip mtk-20170518-acf1c9827141f64a7e9dab47b8b249da5ad74125.tar.gz mtk-20170518-acf1c9827141f64a7e9dab47b8b249da5ad74125.tar.bz2 |
ath9k: add some rx path fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40780
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 24bc062..ebc3633 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); -@@ -1370,6 +1374,7 @@ static int ath9k_config(struct ieee80211 +@@ -1377,6 +1381,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); |