diff options
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r-- | net/mac80211/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index 3234f3751d22..02cabbffc19a 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c | |||
@@ -620,6 +620,7 @@ struct ieee80211_hw *ieee80211_alloc_hw(size_t priv_data_len, | |||
620 | if (!wiphy) | 620 | if (!wiphy) |
621 | return NULL; | 621 | return NULL; |
622 | 622 | ||
623 | wiphy->netnsok = true; | ||
623 | wiphy->privid = mac80211_wiphy_privid; | 624 | wiphy->privid = mac80211_wiphy_privid; |
624 | 625 | ||
625 | /* Yes, putting cfg80211_bss into ieee80211_bss is a hack */ | 626 | /* Yes, putting cfg80211_bss into ieee80211_bss is a hack */ |