diff options
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/mwifiex/cfg80211.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/mwifiex/cfg80211.c b/drivers/net/wireless/mwifiex/cfg80211.c index 0db97cc84cb..ffd293e2b87 100644 --- a/drivers/net/wireless/mwifiex/cfg80211.c +++ b/drivers/net/wireless/mwifiex/cfg80211.c | |||
@@ -1376,9 +1376,6 @@ int mwifiex_register_cfg80211(struct mwifiex_private *priv) | |||
1376 | memcpy(wdev->wiphy->perm_addr, priv->curr_addr, ETH_ALEN); | 1376 | memcpy(wdev->wiphy->perm_addr, priv->curr_addr, ETH_ALEN); |
1377 | wdev->wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM; | 1377 | wdev->wiphy->signal_type = CFG80211_SIGNAL_TYPE_MBM; |
1378 | 1378 | ||
1379 | /* We are using custom domains */ | ||
1380 | wdev->wiphy->flags |= WIPHY_FLAG_CUSTOM_REGULATORY; | ||
1381 | |||
1382 | /* Reserve space for bss band information */ | 1379 | /* Reserve space for bss band information */ |
1383 | wdev->wiphy->bss_priv_size = sizeof(u8); | 1380 | wdev->wiphy->bss_priv_size = sizeof(u8); |
1384 | 1381 | ||