Searched refs:wlc_cm (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | channel.c | 230 struct brcms_cm_info *wlc_cm, struct txpwr_limits *txpwr, in brcms_c_channel_min_txpower_limits_with_local_constraint() argument 309 brcms_c_set_country(struct brcms_cm_info *wlc_cm, in brcms_c_set_country() argument 312 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 334 wlc_cm = kzalloc(sizeof(struct brcms_cm_info), GFP_ATOMIC); in brcms_c_channel_mgr_attach() 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() 342 wlc_cm->world_regd = brcms_world_regd(ccode, ccode_len); in brcms_c_channel_mgr_attach() [all …]
|
D | channel.h | 37 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,
|