Searched refs:country_abbrev (Results 1 – 2 of 2) sorted by relevance
698 char country_abbrev[BRCMF_COUNTRY_BUF_SZ]; member
7480 if ((alpha2[0] == ccreq->country_abbrev[0]) && in brcmf_translate_country_code()7481 (alpha2[1] == ccreq->country_abbrev[1])) { in brcmf_translate_country_code()7491 ccreq->country_abbrev[0] = alpha2[0]; in brcmf_translate_country_code()7492 ccreq->country_abbrev[1] = alpha2[1]; in brcmf_translate_country_code()7521 ccreq->country_abbrev[0] = alpha2[0]; in brcmf_translate_country_code()7522 ccreq->country_abbrev[1] = alpha2[1]; in brcmf_translate_country_code()7523 ccreq->country_abbrev[2] = 0; in brcmf_translate_country_code()