|
@@ -2072,11 +2072,6 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah)
|
|
|
eeval = ah->eep_ops->get_eeprom(ah, EEP_REG_0);
|
|
|
regulatory->current_rd = eeval;
|
|
|
|
|
|
- eeval = ah->eep_ops->get_eeprom(ah, EEP_REG_1);
|
|
|
- if (AR_SREV_9285_12_OR_LATER(ah))
|
|
|
- eeval |= AR9285_RDEXT_DEFAULT;
|
|
|
- regulatory->current_rd_ext = eeval;
|
|
|
-
|
|
|
if (ah->opmode != NL80211_IFTYPE_AP &&
|
|
|
ah->hw_version.subvendorid == AR_SUBVENDOR_ID_NEW_A) {
|
|
|
if (regulatory->current_rd == 0x64 ||
|