Home
last modified time | relevance | path

Searched full:iso3166 (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/platform_data/
H A Dbrcmfmac.h105 * (iso3166) to firmware country code and
108 * @iso3166: iso3166 alpha 2 country code string.
113 char iso3166[BRCMFMAC_COUNTRY_BUF_SZ]; member
/linux/include/net/
H A Dregulatory.h117 * ISO3166-alpha2 country code. wiphys that use regulatory_hint()
130 * based on the ISO3166-alpha2 from country IE provided through
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommon.h41 * @trivial_ccode_map: Assume firmware uses ISO3166 country codes with rev 0
H A Dcfg80211.c7976 brcmf_dbg(TRACE, "No country codes configured for device, using ISO3166 code and 0 rev\n"); in brcmf_translate_country_code()
7992 if ((cc->iso3166[0] == '\0') && (found_index == -1)) in brcmf_translate_country_code()
7994 if ((cc->iso3166[0] == alpha2[0]) && in brcmf_translate_country_code()
7995 (cc->iso3166[1] == alpha2[1])) { in brcmf_translate_country_code()
8252 /* ignore non-ISO3166 country codes */ in brcmf_cfg80211_reg_notifier()
8255 bphy_err(drvr, "not an ISO3166 code (0x%02x 0x%02x)\n", in brcmf_cfg80211_reg_notifier()
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h188 /* set country code by ANSI country name, based on ISO3166-1 alpha2 */