Symbol: REGULATORY_CUSTOM_REG
drivers/net/wireless/ath/regd.c
644
REGULATORY_CUSTOM_REG;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8376
wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/channel.c
767
wlc->wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG |
drivers/net/wireless/intel/iwlegacy/3945-mac.c
3505
hw->wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG |
drivers/net/wireless/intel/iwlegacy/4965-mac.c
5746
hw->wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG |
drivers/net/wireless/intel/iwlwifi/dvm/mac80211.c
143
hw->wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG |
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
549
hw->wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG |
drivers/net/wireless/marvell/mwifiex/cfg80211.c
4802
wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG |
drivers/net/wireless/quantenna/qtnfmac/cfg80211.c
1209
wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG |
drivers/net/wireless/realtek/rtlwifi/regd.c
339
wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG;
drivers/net/wireless/virtual/mac80211_hwsim_main.c
6089
hw->wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG;
drivers/staging/rtl8723bs/os_dep/wifi_regd.c
108
wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG;
net/wireless/core.c
1189
if (wiphy->regulatory_flags & REGULATORY_CUSTOM_REG) {
net/wireless/core.c
926
(REGULATORY_CUSTOM_REG |
net/wireless/reg.c
2081
!(wiphy->regulatory_flags & REGULATORY_CUSTOM_REG))
net/wireless/reg.c
2101
wiphy->regulatory_flags & REGULATORY_CUSTOM_REG) {
net/wireless/reg.c
2135
wiphy->regulatory_flags & REGULATORY_CUSTOM_REG)
net/wireless/reg.c
2501
wiphy->regulatory_flags & REGULATORY_CUSTOM_REG &&
net/wireless/reg.c
2620
WARN(!(wiphy->regulatory_flags & REGULATORY_CUSTOM_REG),
net/wireless/reg.c
2622
wiphy->regulatory_flags |= REGULATORY_CUSTOM_REG;
net/wireless/reg.c
3326
wiphy->regulatory_flags &= ~REGULATORY_CUSTOM_REG;
net/wireless/reg.c
3535
if (rdev->wiphy.regulatory_flags & REGULATORY_CUSTOM_REG)