Searched refs:country_abbrev (Results 1 – 2 of 2) sorted by relevance
765 char country_abbrev[BRCMF_COUNTRY_BUF_SZ]; member
7909 if ((alpha2[0] == ccreq->country_abbrev[0]) && in brcmf_translate_country_code()7910 (alpha2[1] == ccreq->country_abbrev[1])) { in brcmf_translate_country_code()7920 ccreq->country_abbrev[0] = alpha2[0]; in brcmf_translate_country_code()7921 ccreq->country_abbrev[1] = alpha2[1]; in brcmf_translate_country_code()7950 ccreq->country_abbrev[0] = alpha2[0]; in brcmf_translate_country_code()7951 ccreq->country_abbrev[1] = alpha2[1]; in brcmf_translate_country_code()7952 ccreq->country_abbrev[2] = 0; in brcmf_translate_country_code()