diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 5324c3346af8..4ca0cb060106 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -2599,7 +2599,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah) | |||
2599 | if (!(ah->ent_mode & AR_ENT_OTP_49GHZ_DISABLE)) | 2599 | if (!(ah->ent_mode & AR_ENT_OTP_49GHZ_DISABLE)) |
2600 | pCap->hw_caps |= ATH9K_HW_CAP_MCI; | 2600 | pCap->hw_caps |= ATH9K_HW_CAP_MCI; |
2601 | 2601 | ||
2602 | if (AR_SREV_9462_20(ah)) | 2602 | if (AR_SREV_9462_20_OR_LATER(ah)) |
2603 | pCap->hw_caps |= ATH9K_HW_CAP_RTT; | 2603 | pCap->hw_caps |= ATH9K_HW_CAP_RTT; |
2604 | } | 2604 | } |
2605 | 2605 | ||