Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c7354 struct brcmf_fil_country_le *ccreq) in brcmf_translate_country_code() argument
7367 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 …]