aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-07 17:34:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-07 17:34:33 +0000
commite764dd1132061f4719a4e78e20ab14dd21dd4f57 (patch)
treede794933ba55737d3c0747c91ab6bec6d947e3d4 /package/mac80211
parentbd1cfd2ccad7665d3ace55b699f1d103c99107f1 (diff)
downloadupstream-e764dd1132061f4719a4e78e20ab14dd21dd4f57.tar.gz
upstream-e764dd1132061f4719a4e78e20ab14dd21dd4f57.tar.bz2
upstream-e764dd1132061f4719a4e78e20ab14dd21dd4f57.zip
ath9k: fix tx gain tables for ar934x
SVN-Revision: 32646
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/patches/568-ath9k_fix_ar9340_tx_gain.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/package/mac80211/patches/568-ath9k_fix_ar9340_tx_gain.patch b/package/mac80211/patches/568-ath9k_fix_ar9340_tx_gain.patch
new file mode 100644
index 0000000000..66eaf427b8
--- /dev/null
+++ b/package/mac80211/patches/568-ath9k_fix_ar9340_tx_gain.patch
@@ -0,0 +1,20 @@
+--- a/drivers/net/wireless/ath/ath9k/ar9003_hw.c
++++ b/drivers/net/wireless/ath/ath9k/ar9003_hw.c
+@@ -605,7 +605,7 @@ static void ar9003_tx_gain_table_mode2(s
+ 5);
+ else if (AR_SREV_9340(ah))
+ INIT_INI_ARRAY(&ah->iniModesTxGain,
+- ar9340Modes_lowest_ob_db_tx_gain_table_1p0,
++ ar9340Modes_low_ob_db_tx_gain_table_1p0,
+ ARRAY_SIZE(ar9340Modes_lowest_ob_db_tx_gain_table_1p0),
+ 5);
+ else if (AR_SREV_9485_11(ah))
+@@ -639,7 +639,7 @@ static void ar9003_tx_gain_table_mode3(s
+ 5);
+ else if (AR_SREV_9340(ah))
+ INIT_INI_ARRAY(&ah->iniModesTxGain,
+- ar9340Modes_lowest_ob_db_tx_gain_table_1p0,
++ ar9340Modes_high_power_tx_gain_table_1p0,
+ ARRAY_SIZE(ar9340Modes_lowest_ob_db_tx_gain_table_1p0),
+ 5);
+ else if (AR_SREV_9485_11(ah))