Searched refs:ccreq (Results 1 – 1 of 1) sorted by relevance
7473 struct brcmf_fil_country_le *ccreq) in brcmf_translate_country_code() argument7480 if ((alpha2[0] == ccreq->country_abbrev[0]) && in brcmf_translate_country_code()7481 (alpha2[1] == ccreq->country_abbrev[1])) { in brcmf_translate_country_code()7490 memset(ccreq, 0, sizeof(*ccreq)); 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()7493 ccreq->ccode[0] = alpha2[0]; in brcmf_translate_country_code()7494 ccreq->ccode[1] = alpha2[1]; in brcmf_translate_country_code()7517 memset(ccreq, 0, sizeof(*ccreq)); in brcmf_translate_country_code()7518 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()[all …]