Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c8141 struct brcmf_fil_country_le *ccreq) in brcmf_translate_country_code() argument
8148 if ((alpha2[0] == ccreq->country_abbrev[0]) && in brcmf_translate_country_code()
8149 (alpha2[1] == ccreq->country_abbrev[1])) { in brcmf_translate_country_code()
8158 memset(ccreq, 0, sizeof(*ccreq)); in brcmf_translate_country_code()
8159 ccreq->country_abbrev[0] = alpha2[0]; in brcmf_translate_country_code()
8160 ccreq->country_abbrev[1] = alpha2[1]; in brcmf_translate_country_code()
8161 ccreq->ccode[0] = alpha2[0]; in brcmf_translate_country_code()
8162 ccreq->ccode[1] = alpha2[1]; in brcmf_translate_country_code()
8185 memset(ccreq, 0, sizeof(*ccreq)); in brcmf_translate_country_code()
8186 ccreq->rev = cpu_to_le32(country_codes->table[found_index].rev); in brcmf_translate_country_code()
[all …]