Searched refs:ccreq (Results 1 – 1 of 1) sorted by relevance
7905 struct brcmf_fil_country_le *ccreq) in brcmf_translate_country_code() argument7922 memset(ccreq, 0, sizeof(*ccreq)); in brcmf_translate_country_code()7925 ccreq->ccode[0] = alpha2[0]; in brcmf_translate_country_code()7926 ccreq->ccode[1] = alpha2[1]; in brcmf_translate_country_code()7949 memset(ccreq, 0, sizeof(*ccreq)); in brcmf_translate_country_code()7953 ccreq->country_abbrev[0] = alpha2[0]; in brcmf_translate_country_code()7954 ccreq->country_abbrev[1] = alpha2[1]; in brcmf_translate_country_code()7955 ccreq->country_abbrev[2] = 0; in brcmf_translate_country_code()8189 struct brcmf_fil_country_le ccreq; in brcmf_cfg80211_reg_notifier() local8208 err = brcmf_fil_iovar_data_get(ifp, "country", &ccreq, sizeof(ccreq)); in brcmf_cfg80211_reg_notifier()[all …]