Searched refs:ccreq (Results 1 – 1 of 1) sorted by relevance
7347 struct brcmf_fil_country_le *ccreq) in brcmf_translate_country_code() argument7360 if ((alpha2[0] == ccreq->country_abbrev[0]) && in brcmf_translate_country_code()7361 (alpha2[1] == ccreq->country_abbrev[1])) { in brcmf_translate_country_code()7381 memset(ccreq, 0, sizeof(*ccreq)); in brcmf_translate_country_code()7382 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()7383 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()7385 ccreq->country_abbrev[0] = alpha2[0]; in brcmf_translate_country_code()7386 ccreq->country_abbrev[1] = alpha2[1]; in brcmf_translate_country_code()7387 ccreq->country_abbrev[2] = 0; in brcmf_translate_country_code()7398 struct brcmf_fil_country_le ccreq; in brcmf_cfg80211_reg_notifier() local[all …]