aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/521-ath9k_hw_tx_power.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-11-03 14:55:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-11-03 14:55:53 +0000
commit03d213eff1d1ea0c4e7e3e47a89d292dfc83081a (patch)
treed7632afb57d76212386126584cef9bf85be8e268 /package/mac80211/patches/521-ath9k_hw_tx_power.patch
parent31d0d69841f5ae39c8b39b131f71ca512ba5d65c (diff)
downloadmaster-187ad058-03d213eff1d1ea0c4e7e3e47a89d292dfc83081a.tar.gz
master-187ad058-03d213eff1d1ea0c4e7e3e47a89d292dfc83081a.tar.bz2
master-187ad058-03d213eff1d1ea0c4e7e3e47a89d292dfc83081a.zip
ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23822 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/521-ath9k_hw_tx_power.patch')
-rw-r--r--package/mac80211/patches/521-ath9k_hw_tx_power.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/521-ath9k_hw_tx_power.patch b/package/mac80211/patches/521-ath9k_hw_tx_power.patch
index 4777cec263..1183450882 100644
--- a/package/mac80211/patches/521-ath9k_hw_tx_power.patch
+++ b/package/mac80211/patches/521-ath9k_hw_tx_power.patch
@@ -252,7 +252,7 @@
ath9k_hw_rfbus_done(ah);
-@@ -2177,7 +2177,7 @@ bool ath9k_hw_disable(struct ath_hw *ah)
+@@ -2193,7 +2193,7 @@ bool ath9k_hw_disable(struct ath_hw *ah)
}
EXPORT_SYMBOL(ath9k_hw_disable);
@@ -261,7 +261,7 @@
{
struct ath_regulatory *regulatory = ath9k_hw_regulatory(ah);
struct ath9k_channel *chan = ah->curchan;
-@@ -2190,7 +2190,7 @@ void ath9k_hw_set_txpowerlimit(struct at
+@@ -2206,7 +2206,7 @@ void ath9k_hw_set_txpowerlimit(struct at
channel->max_antenna_gain * 2,
channel->max_power * 2,
min((u32) MAX_RATE_POWER,
@@ -272,7 +272,7 @@
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
-@@ -860,7 +860,7 @@ u32 ath9k_hw_getrxfilter(struct ath_hw *
+@@ -862,7 +862,7 @@ u32 ath9k_hw_getrxfilter(struct ath_hw *
void ath9k_hw_setrxfilter(struct ath_hw *ah, u32 bits);
bool ath9k_hw_phy_disable(struct ath_hw *ah);
bool ath9k_hw_disable(struct ath_hw *ah);