Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_cmd.c787 struct SetChannelPlan_param *setChannelPlan_param; in rtw_set_chplan_cmd() local
802 setChannelPlan_param = kzalloc(sizeof(struct SetChannelPlan_param), GFP_KERNEL); in rtw_set_chplan_cmd()
803 if (setChannelPlan_param == NULL) { in rtw_set_chplan_cmd()
807 setChannelPlan_param->channel_plan = chplan; in rtw_set_chplan_cmd()
813 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
818 init_h2fwcmd_w_parm_no_rsp(pcmdobj, setChannelPlan_param, GEN_CMD_CODE(_SetChannelPlan)); in rtw_set_chplan_cmd()
822 if (set_chplan_hdl(padapter, (unsigned char *)setChannelPlan_param) != H2C_SUCCESS) in rtw_set_chplan_cmd()
825 kfree(setChannelPlan_param); in rtw_set_chplan_cmd()
Drtw_mlme_ext.c5618 struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl() local
5624 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl()
5626 …pmlmeext->max_chan_nums = init_channel_set(padapter, setChannelPlan_param->channel_plan, pmlmeext-… in set_chplan_hdl()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c6158 const struct SetChannelPlan_param *setChannelPlan_param; in set_chplan_hdl23a() local
6164 setChannelPlan_param = (struct SetChannelPlan_param *)pbuf; in set_chplan_hdl23a()
6167 init_channel_set(padapter, setChannelPlan_param->channel_plan, in set_chplan_hdl23a()