Searched refs:ccreq (Results 1 – 1 of 1) sorted by relevance
7354 struct brcmf_fil_country_le *ccreq) in brcmf_translate_country_code() argument7367 if ((alpha2[0] == ccreq->country_abbrev[0]) && in brcmf_translate_country_code()7368 (alpha2[1] == ccreq->country_abbrev[1])) { in brcmf_translate_country_code()7388 memset(ccreq, 0, sizeof(*ccreq)); in brcmf_translate_country_code()7389 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()7390 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()7392 ccreq->country_abbrev[0] = alpha2[0]; in brcmf_translate_country_code()7393 ccreq->country_abbrev[1] = alpha2[1]; in brcmf_translate_country_code()7394 ccreq->country_abbrev[2] = 0; in brcmf_translate_country_code()7405 struct brcmf_fil_country_le ccreq; in brcmf_cfg80211_reg_notifier() local[all …]