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 | a97ece5cb3ae58f18f3ef326edb7c234bc95d620 (patch) | |
tree | e9d16b2a39173bf40b2500d8f861c41335600ab8 /package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch | |
parent | c3f88699cd5988a9323f22b079826b87a167aa17 (diff) | |
download | upstream-a97ece5cb3ae58f18f3ef326edb7c234bc95d620.tar.gz upstream-a97ece5cb3ae58f18f3ef326edb7c234bc95d620.tar.bz2 upstream-a97ece5cb3ae58f18f3ef326edb7c234bc95d620.zip |
ath9k: add some rx path fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40780 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 24bc0626ed..ebc3633f60 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); |