Searched refs:pcfg_data (Results 1 – 1 of 1) sorted by relevance
1608 struct host_cmd_ds_802_11_cfg_data *pcfg_data; in mwifiex_cmd_cfg_data() local1624 data + sizeof(*pcfg_data)); in mwifiex_cmd_cfg_data()1625 pcfg_data = &cmd->params.cfg_data; in mwifiex_cmd_cfg_data()1626 pcfg_data->action = cpu_to_le16(HOST_CMD_ACT_GEN_SET); in mwifiex_cmd_cfg_data()1627 pcfg_data->type = cpu_to_le16(MWIFIEX_CFG_TYPE_CAL); in mwifiex_cmd_cfg_data()1628 pcfg_data->data_len = cpu_to_le16(len); in mwifiex_cmd_cfg_data()1629 cmd->size = cpu_to_le16(S_DS_GEN + sizeof(*pcfg_data) + len); in mwifiex_cmd_cfg_data()