Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c113 const struct brcms_regd *world_regd; member
342 wlc_cm->world_regd = brcms_world_regd(ccode, ccode_len); in brcms_c_channel_mgr_attach()
350 if (!wlc_cm->world_regd) { in brcms_c_channel_mgr_attach()
351 wlc_cm->world_regd = brcms_default_world_regd(); in brcms_c_channel_mgr_attach()
352 ccode = wlc_cm->world_regd->regdomain->alpha2; in brcms_c_channel_mgr_attach()
362 brcms_c_set_country(wlc_cm, wlc_cm->world_regd); in brcms_c_channel_mgr_attach()
420 country = &wlc_cm->world_regd->country; in brcms_c_channel_reg_limits()
740 const struct brcms_regd *regd = wlc->cmi->world_regd; in brcms_c_regd_init()