Home
last modified time | relevance | path

Searched refs:ccreq (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c6760 struct brcmf_fil_country_le *ccreq) in brcmf_translate_country_code() argument
6773 if ((alpha2[0] == ccreq->country_abbrev[0]) && in brcmf_translate_country_code()
6774 (alpha2[1] == ccreq->country_abbrev[1])) { in brcmf_translate_country_code()
6794 memset(ccreq, 0, sizeof(*ccreq)); in brcmf_translate_country_code()
6795 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()
6796 memcpy(ccreq->ccode, country_codes->table[found_index].cc, in brcmf_translate_country_code()
6798 ccreq->country_abbrev[0] = alpha2[0]; in brcmf_translate_country_code()
6799 ccreq->country_abbrev[1] = alpha2[1]; in brcmf_translate_country_code()
6800 ccreq->country_abbrev[2] = 0; in brcmf_translate_country_code()
6810 struct brcmf_fil_country_le ccreq; in brcmf_cfg80211_reg_notifier() local
[all …]