diff options
Diffstat (limited to 'drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c')
-rw-r--r-- | drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c b/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c index e71ce8c842a2..925034b80e9c 100644 --- a/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c +++ b/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c | |||
@@ -1071,7 +1071,6 @@ static int ieee_hw_init(struct ieee80211_hw *hw) | |||
1071 | hw->max_rates = 2; /* Primary rate and 1 fallback rate */ | 1071 | hw->max_rates = 2; /* Primary rate and 1 fallback rate */ |
1072 | 1072 | ||
1073 | /* channel change time is dependent on chip and band */ | 1073 | /* channel change time is dependent on chip and band */ |
1074 | hw->channel_change_time = 7 * 1000; | ||
1075 | hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) | | 1074 | hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) | |
1076 | BIT(NL80211_IFTYPE_AP) | | 1075 | BIT(NL80211_IFTYPE_AP) | |
1077 | BIT(NL80211_IFTYPE_ADHOC); | 1076 | BIT(NL80211_IFTYPE_ADHOC); |