diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-05 12:12:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-05 12:12:21 +0000 |
commit | 048fc8f0c149731229463f6fe97ce0a536b33a99 (patch) | |
tree | a73bc0971129b3e0fb6113013bcad05b8bd38259 /package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch | |
parent | 9051e79bc23a94c16adb957f773852945c9b3337 (diff) | |
download | mtk-20170518-048fc8f0c149731229463f6fe97ce0a536b33a99.zip mtk-20170518-048fc8f0c149731229463f6fe97ce0a536b33a99.tar.gz mtk-20170518-048fc8f0c149731229463f6fe97ce0a536b33a99.tar.bz2 |
ath9k: fix tx queueing issues after background scans
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38304
Diffstat (limited to 'package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch')
-rw-r--r-- | package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch b/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch index 2269191..b67dda7 100644 --- a/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch +++ b/package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c -@@ -286,8 +286,12 @@ static int ath_reset_internal(struct ath +@@ -296,8 +296,12 @@ static int ath_reset_internal(struct ath (sc->hw->conf.flags & IEEE80211_CONF_OFFCHANNEL)) ath9k_mci_set_txpower(sc, true, false); @@ -14,7 +14,7 @@ out: spin_unlock_bh(&sc->sc_pcu_lock); -@@ -1299,6 +1303,7 @@ static int ath9k_config(struct ieee80211 +@@ -1298,6 +1302,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); |