Re: [PATCH 02/10] ath9k_hw: remove support for UB124 tx gain table

2014-10-20 Thread Felix Fietkau
On 2014-10-20 09:58, Sujith Manoharan wrote: > Felix Fietkau wrote: >> -else if (AR_SREV_9340(ah)) >> -INIT_INI_ARRAY(&ah->iniModesTxGain, >> -ar9340Modes_ub124_tx_gain_table_1p0); > > Shouldn't the array in ar9340_initvals.h also be removed ? We can do that lat

Re: [PATCH 02/10] ath9k_hw: remove support for UB124 tx gain table

2014-10-20 Thread Sujith Manoharan
Felix Fietkau wrote: > - else if (AR_SREV_9340(ah)) > - INIT_INI_ARRAY(&ah->iniModesTxGain, > - ar9340Modes_ub124_tx_gain_table_1p0); Shouldn't the array in ar9340_initvals.h also be removed ? Sujith -- To unsubscribe from this list: send the line "unsubscribe

[PATCH 02/10] ath9k_hw: remove support for UB124 tx gain table

2014-10-18 Thread Felix Fietkau
UB124 is a USB based reference design not supported by ath9k or ath9k_htc. Signed-off-by: Felix Fietkau --- drivers/net/wireless/ath/ath9k/ar9003_hw.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/ar9003_hw.c b/drivers/net/wireless/ath/ath9k/ar9003_hw.c in