aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/568-ath9k_fix_ar9340_tx_gain.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-10 00:21:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-10 00:21:25 +0000
commitb718813b57964dacdaf30a645cab112760ef1d23 (patch)
tree894a9e3fd09b247b6702594fffd3d65f520d0148 /package/mac80211/patches/568-ath9k_fix_ar9340_tx_gain.patch
parent178df184a1ce23f024d50aa3205e17974d2047e1 (diff)
downloadupstream-b718813b57964dacdaf30a645cab112760ef1d23.tar.gz
upstream-b718813b57964dacdaf30a645cab112760ef1d23.tar.bz2
upstream-b718813b57964dacdaf30a645cab112760ef1d23.zip
mac80211: update to latest version, fix tx gain patch
SVN-Revision: 32655
Diffstat (limited to 'package/mac80211/patches/568-ath9k_fix_ar9340_tx_gain.patch')
-rw-r--r--package/mac80211/patches/568-ath9k_fix_ar9340_tx_gain.patch29
1 files changed, 0 insertions, 29 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
deleted file mode 100644
index edde8fa366..0000000000
--- a/package/mac80211/patches/568-ath9k_fix_ar9340_tx_gain.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/ar9003_hw.c
-+++ b/drivers/net/wireless/ath/ath9k/ar9003_hw.c
-@@ -501,7 +501,7 @@ static void ar9003_tx_gain_table_mode1(s
- 5);
- else if (AR_SREV_9340(ah))
- INIT_INI_ARRAY(&ah->iniModesTxGain,
-- ar9340Modes_lowest_ob_db_tx_gain_table_1p0,
-+ ar9340Modes_high_ob_db_tx_gain_table_1p0,
- ARRAY_SIZE(ar9340Modes_lowest_ob_db_tx_gain_table_1p0),
- 5);
- else if (AR_SREV_9485_11(ah))
-@@ -540,7 +540,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))
-@@ -574,7 +574,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))