Searched refs:pcfg_data (Results 1 – 1 of 1) sorted by relevance
1510 struct host_cmd_ds_802_11_cfg_data *pcfg_data; in mwifiex_cmd_cfg_data() local1526 data + sizeof(*pcfg_data)); in mwifiex_cmd_cfg_data()1527 pcfg_data = &cmd->params.cfg_data; in mwifiex_cmd_cfg_data()1528 pcfg_data->action = cpu_to_le16(HOST_CMD_ACT_GEN_SET); in mwifiex_cmd_cfg_data()1529 pcfg_data->type = cpu_to_le16(MWIFIEX_CFG_TYPE_CAL); in mwifiex_cmd_cfg_data()1530 pcfg_data->data_len = cpu_to_le16(len); in mwifiex_cmd_cfg_data()1531 cmd->size = cpu_to_le16(S_DS_GEN + sizeof(*pcfg_data) + len); in mwifiex_cmd_cfg_data()