diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 17:07:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 17:07:08 +0000 |
commit | 43122f092ee5588d9f826d9ea470be8929b5be35 (patch) | |
tree | dcc6a45966b84db519841a242ff46181ef8943fa /package/kernel/mac80211/patches/521-ath9k_cur_txpower.patch | |
parent | c411d7e762f2bd12685e86e0b162b88ec7432759 (diff) | |
download | upstream-43122f092ee5588d9f826d9ea470be8929b5be35.tar.gz upstream-43122f092ee5588d9f826d9ea470be8929b5be35.tar.bz2 upstream-43122f092ee5588d9f826d9ea470be8929b5be35.zip |
ath9k: merge another round of cleanups and fixes submitted to linux-wireless
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39054 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 ab59411db9..8e0c562504 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); -@@ -1340,6 +1344,7 @@ static int ath9k_config(struct ieee80211 +@@ -1345,6 +1349,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); |