diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-15 20:14:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-15 20:14:06 +0000 |
commit | 5ca4d24cd1043e142515ac66c44a26a2371978d3 (patch) | |
tree | f7411ae4df9fed440179fab0be52e2f1640544ed /package/mac80211/patches/521-ath9k_cur_txpower.patch | |
parent | d3a7b5633c7c1ea142cb8c0872cab484ca385c92 (diff) | |
download | mtk-20170518-5ca4d24cd1043e142515ac66c44a26a2371978d3.zip mtk-20170518-5ca4d24cd1043e142515ac66c44a26a2371978d3.tar.gz mtk-20170518-5ca4d24cd1043e142515ac66c44a26a2371978d3.tar.bz2 |
mac80211: update to wireless-testing 2013-06-13 + latest backport infrastructure
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36939
Diffstat (limited to 'package/mac80211/patches/521-ath9k_cur_txpower.patch')
-rw-r--r-- | package/mac80211/patches/521-ath9k_cur_txpower.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/521-ath9k_cur_txpower.patch b/package/mac80211/patches/521-ath9k_cur_txpower.patch index 1340312..87a316c 100644 --- a/package/mac80211/patches/521-ath9k_cur_txpower.patch +++ b/package/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 -@@ -1266,6 +1266,8 @@ int ath9k_config(struct ieee80211_hw *hw +@@ -1258,6 +1258,8 @@ int ath9k_config(struct ieee80211_hw *hw return -EINVAL; } @@ -9,7 +9,7 @@ /* * The most recent snapshot of channel->noisefloor for the old * channel is only available after the hardware reset. Copy it to -@@ -1302,6 +1304,7 @@ int ath9k_config(struct ieee80211_hw *hw +@@ -1294,6 +1296,7 @@ int ath9k_config(struct ieee80211_hw *hw sc->config.txpowlimit = 2 * conf->power_level; ath9k_cmn_update_txpow(ah, sc->curtxpow, sc->config.txpowlimit, &sc->curtxpow); |