diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index e75d8e8cf4d..75e23632b96 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c | |||
@@ -1952,6 +1952,9 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah) | |||
1952 | if (AR_SREV_9300_20_OR_LATER(ah)) | 1952 | if (AR_SREV_9300_20_OR_LATER(ah)) |
1953 | pCap->hw_caps |= ATH9K_HW_CAP_RAC_SUPPORTED; | 1953 | pCap->hw_caps |= ATH9K_HW_CAP_RAC_SUPPORTED; |
1954 | 1954 | ||
1955 | if (AR_SREV_9300_20_OR_LATER(ah)) | ||
1956 | ah->ent_mode = REG_READ(ah, AR_ENT_OTP); | ||
1957 | |||
1955 | if (AR_SREV_9287_11_OR_LATER(ah) || AR_SREV_9271(ah)) | 1958 | if (AR_SREV_9287_11_OR_LATER(ah) || AR_SREV_9271(ah)) |
1956 | pCap->hw_caps |= ATH9K_HW_CAP_SGI_20; | 1959 | pCap->hw_caps |= ATH9K_HW_CAP_SGI_20; |
1957 | 1960 | ||