AA: mac80211: sync with trunk r41113
[12.09/openwrt.git] / package / mac80211 / patches / 561-ath9k_remove_gain_tables.patch
1 --- a/drivers/net/wireless/ath/ath9k/ar9003_hw.c
2 +++ b/drivers/net/wireless/ath/ath9k/ar9003_hw.c
3 @@ -663,9 +663,6 @@ static void ar9003_tx_gain_table_mode5(s
4         if (AR_SREV_9485_11_OR_LATER(ah))
5                 INIT_INI_ARRAY(&ah->iniModesTxGain,
6                         ar9485Modes_green_ob_db_tx_gain_1_1);
7 -       else if (AR_SREV_9340(ah))
8 -               INIT_INI_ARRAY(&ah->iniModesTxGain,
9 -                       ar9340Modes_ub124_tx_gain_table_1p0);
10         else if (AR_SREV_9580(ah))
11                 INIT_INI_ARRAY(&ah->iniModesTxGain,
12                         ar9580_1p0_type5_tx_gain_table);