Message ID | CABPxzYKvcS-ai90Fzw70d0tcT9GT=N6UzJQ966Jas2xDCzvQbg@mail.gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Kalle Valo |
Headers | show |
diff --git a/drivers/net/wireless/marvell/mwifiex/cfg80211.c b/drivers/net/wireless/marvell/mwifiex/cfg80211.c index 6db202f..cb95138 100644 --- a/drivers/net/wireless/marvell/mwifiex/cfg80211.c +++ b/drivers/net/wireless/marvell/mwifiex/cfg80211.c @@ -4072,8 +4072,9 @@ int mwifiex_register_cfg80211(struct mwifiex_adapter *adapter) wiphy->n_cipher_suites = ARRAY_SIZE(mwifiex_cipher_suites); if (adapter->region_code) - wiphy->regulatory_flags |= REGULATORY_DISABLE_BEACON_HINTS | - REGULATORY_COUNTRY_IE_IGNORE; + wiphy->regulatory_flags |= REGULATORY_DISABLE_BEACON_HINTS; + + wiphy->regulatory_flags |= REGULATORY_COUNTRY_IE_IGNORE; ether_addr_copy(wiphy->perm_addr, adapter->perm_addr);