diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/mwifiex/cfg80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/cfg80211.c b/drivers/net/wireless/mwifiex/cfg80211.c index 02d0ee8609fa..cf97c2aec8b4 100644 --- a/drivers/net/wireless/mwifiex/cfg80211.c +++ b/drivers/net/wireless/mwifiex/cfg80211.c | |||
@@ -1746,7 +1746,7 @@ int mwifiex_register_cfg80211(struct mwifiex_adapter *adapter) | |||
1746 | 1746 | ||
1747 | memcpy(wiphy->perm_addr, priv->curr_addr, ETH_ALEN); | 1747 | memcpy(wiphy->perm_addr, priv->curr_addr, ETH_ALEN); |
1748 | wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM; | 1748 | wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM; |
1749 | wiphy->flags |= WIPHY_FLAG_HAVE_AP_SME | WIPHY_FLAG_CUSTOM_REGULATORY; | 1749 | wiphy->flags |= WIPHY_FLAG_HAVE_AP_SME; |
1750 | 1750 | ||
1751 | /* Reserve space for mwifiex specific private data for BSS */ | 1751 | /* Reserve space for mwifiex specific private data for BSS */ |
1752 | wiphy->bss_priv_size = sizeof(struct mwifiex_bss_priv); | 1752 | wiphy->bss_priv_size = sizeof(struct mwifiex_bss_priv); |