Symbol: regulatory_hint
drivers/net/wireless/ath/ath10k/mac.c
10346
ret = regulatory_hint(ar->hw->wiphy,
drivers/net/wireless/ath/ath5k/base.c
3150
regulatory_hint(hw->wiphy, regulatory->alpha2);
drivers/net/wireless/ath/ath6kl/wmi.c
1013
regulatory_hint(wmi->parent_dev->wiphy, alpha2);
drivers/net/wireless/ath/ath9k/htc_drv_init.c
884
error = regulatory_hint(hw->wiphy, reg->alpha2);
drivers/net/wireless/ath/ath9k/init.c
1066
error = regulatory_hint(hw->wiphy, reg->alpha2);
drivers/net/wireless/ath/carl9170/main.c
1988
regulatory_hint(ar->hw->wiphy, regulatory->alpha2);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
1201
regulatory_hint(wl->wiphy, wl->pub->srom_ccode))
drivers/net/wireless/intersil/p54/eeprom.c
650
regulatory_hint(dev->wiphy, country->alpha2);
drivers/net/wireless/marvell/libertas/cfg.c
2136
regulatory_hint(priv->wdev->wiphy, regmap[i].cn);
drivers/net/wireless/marvell/mwifiex/cfg80211.c
4887
regulatory_hint(wiphy, reg_alpha2);
drivers/net/wireless/marvell/mwifiex/cfg80211.c
4900
regulatory_hint(wiphy, country_code))
drivers/net/wireless/mediatek/mt76/mt7925/regd.c
243
return regulatory_hint(wiphy, alpha2);
drivers/net/wireless/purelifi/plfxlc/mac.c
98
regulatory_hint(hw->wiphy, "00");
drivers/net/wireless/quantenna/qtnfmac/cfg80211.c
1239
ret = regulatory_hint(wiphy, mac->rd->alpha2);
drivers/net/wireless/realtek/rtw88/regd.c
383
ret = regulatory_hint(wiphy, rtwdev->efuse.country_code);
drivers/net/wireless/realtek/rtw89/regd.c
732
ret = regulatory_hint(rtwdev->hw->wiphy,
drivers/net/wireless/virtual/mac80211_hwsim.c
5821
regulatory_hint(hw->wiphy, param->reg_alpha2);
drivers/net/wireless/zydas/zd1211rw/zd_mac.c
215
r = regulatory_hint(hw->wiphy, alpha2);
include/net/cfg80211.h
7621
int regulatory_hint(struct wiphy *wiphy, const char *alpha2);
net/wireless/reg.c
3338
EXPORT_SYMBOL(regulatory_hint);