diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/hw.c')
-rw-r--r-- | drivers/net/wireless/ath9k/hw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/hw.c b/drivers/net/wireless/ath9k/hw.c index cdc9d15e8419..c10b33b1b673 100644 --- a/drivers/net/wireless/ath9k/hw.c +++ b/drivers/net/wireless/ath9k/hw.c | |||
@@ -1170,7 +1170,7 @@ static void ath9k_hw_override_ini(struct ath_hw *ah, | |||
1170 | REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT)); | 1170 | REG_SET_BIT(ah, AR_DIAG_SW, (AR_DIAG_RX_DIS | AR_DIAG_RX_ABORT)); |
1171 | 1171 | ||
1172 | 1172 | ||
1173 | if (!AR_SREV_5416_V20_OR_LATER(ah) || | 1173 | if (!AR_SREV_5416_20_OR_LATER(ah) || |
1174 | AR_SREV_9280_10_OR_LATER(ah)) | 1174 | AR_SREV_9280_10_OR_LATER(ah)) |
1175 | return; | 1175 | return; |
1176 | 1176 | ||
@@ -1272,7 +1272,7 @@ static int ath9k_hw_process_ini(struct ath_hw *ah, | |||
1272 | REG_WRITE(ah, AR_PHY_ADC_SERIAL_CTL, AR_PHY_SEL_EXTERNAL_RADIO); | 1272 | REG_WRITE(ah, AR_PHY_ADC_SERIAL_CTL, AR_PHY_SEL_EXTERNAL_RADIO); |
1273 | ah->eep_ops->set_addac(ah, chan); | 1273 | ah->eep_ops->set_addac(ah, chan); |
1274 | 1274 | ||
1275 | if (AR_SREV_5416_V22_OR_LATER(ah)) { | 1275 | if (AR_SREV_5416_22_OR_LATER(ah)) { |
1276 | REG_WRITE_ARRAY(&ah->iniAddac, 1, regWrites); | 1276 | REG_WRITE_ARRAY(&ah->iniAddac, 1, regWrites); |
1277 | } else { | 1277 | } else { |
1278 | struct ar5416IniArray temp; | 1278 | struct ar5416IniArray temp; |