|
@@ -2164,8 +2164,6 @@ static bool ath9k_hw_set_def_power_cal_table(struct ath_hw *ah,
|
|
|
struct ath9k_channel *chan,
|
|
|
int16_t *pTxPowerIndexOffset)
|
|
|
{
|
|
|
-#define OLC_FOR_AR9280_20_LATER (AR_SREV_9280_20_OR_LATER(ah) && \
|
|
|
- ah->eep_ops->get_eeprom(ah, EEP_OL_PWRCTRL))
|
|
|
#define SM_PD_GAIN(x) SM(0x38, AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_##x)
|
|
|
#define SM_PDGAIN_B(x, y) \
|
|
|
SM((gainBoundaries[x]), AR_PHY_TPCRG5_PD_GAIN_BOUNDARY_##y)
|