Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dchannel.c312 struct brcms_c_info *wlc = wlc_cm->wlc; in brcms_c_set_country()
328 struct brcms_cm_info *wlc_cm; in brcms_c_channel_mgr_attach() local
335 if (wlc_cm == NULL) in brcms_c_channel_mgr_attach()
337 wlc_cm->pub = pub; in brcms_c_channel_mgr_attach()
338 wlc_cm->wlc = wlc; in brcms_c_channel_mgr_attach()
339 wlc->cmi = wlc_cm; in brcms_c_channel_mgr_attach()
350 if (!wlc_cm->world_regd) { in brcms_c_channel_mgr_attach()
362 brcms_c_set_country(wlc_cm, wlc_cm->world_regd); in brcms_c_channel_mgr_attach()
364 return wlc_cm; in brcms_c_channel_mgr_attach()
369 kfree(wlc_cm); in brcms_c_channel_mgr_detach()
[all …]
H A Dchannel.h37 void brcms_c_channel_mgr_detach(struct brcms_cm_info *wlc_cm);
39 bool brcms_c_valid_chanspec_db(struct brcms_cm_info *wlc_cm, u16 chspec);
41 void brcms_c_channel_reg_limits(struct brcms_cm_info *wlc_cm, u16 chanspec,
43 void brcms_c_channel_set_chanspec(struct brcms_cm_info *wlc_cm, u16 chanspec,