Searched refs:pcfg_data (Results 1 – 1 of 1) sorted by relevance
1603 struct host_cmd_ds_802_11_cfg_data *pcfg_data; in mwifiex_cmd_cfg_data() local1619 data + sizeof(*pcfg_data)); in mwifiex_cmd_cfg_data()1620 pcfg_data = &cmd->params.cfg_data; in mwifiex_cmd_cfg_data()1621 pcfg_data->action = cpu_to_le16(HOST_CMD_ACT_GEN_SET); in mwifiex_cmd_cfg_data()1622 pcfg_data->type = cpu_to_le16(MWIFIEX_CFG_TYPE_CAL); in mwifiex_cmd_cfg_data()1623 pcfg_data->data_len = cpu_to_le16(len); in mwifiex_cmd_cfg_data()1624 cmd->size = cpu_to_le16(S_DS_GEN + sizeof(*pcfg_data) + len); in mwifiex_cmd_cfg_data()