diff options
Diffstat (limited to 'drivers/net/wireless/ath/carl9170/main.c')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/carl9170/main.c b/drivers/net/wireless/ath/carl9170/main.c index beca71073e9b..f06e0695d412 100644 --- a/drivers/net/wireless/ath/carl9170/main.c +++ b/drivers/net/wireless/ath/carl9170/main.c | |||
@@ -1896,7 +1896,6 @@ static int carl9170_parse_eeprom(struct ar9170 *ar) | |||
1896 | ar->hw->channel_change_time = 80 * 1000; | 1896 | ar->hw->channel_change_time = 80 * 1000; |
1897 | 1897 | ||
1898 | regulatory->current_rd = le16_to_cpu(ar->eeprom.reg_domain[0]); | 1898 | regulatory->current_rd = le16_to_cpu(ar->eeprom.reg_domain[0]); |
1899 | regulatory->current_rd_ext = le16_to_cpu(ar->eeprom.reg_domain[1]); | ||
1900 | 1899 | ||
1901 | /* second part of wiphy init */ | 1900 | /* second part of wiphy init */ |
1902 | SET_IEEE80211_PERM_ADDR(ar->hw, ar->eeprom.mac_address); | 1901 | SET_IEEE80211_PERM_ADDR(ar->hw, ar->eeprom.mac_address); |