vhtcfg            269 drivers/net/wireless/marvell/mwifiex/11ac.c 	struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.vht_cfg;
vhtcfg            274 drivers/net/wireless/marvell/mwifiex/11ac.c 	vhtcfg->action = cpu_to_le16(cmd_action);
vhtcfg            275 drivers/net/wireless/marvell/mwifiex/11ac.c 	vhtcfg->band_config = cfg->band_config;
vhtcfg            276 drivers/net/wireless/marvell/mwifiex/11ac.c 	vhtcfg->misc_config = cfg->misc_config;
vhtcfg            277 drivers/net/wireless/marvell/mwifiex/11ac.c 	vhtcfg->cap_info = cpu_to_le32(cfg->cap_info);
vhtcfg            278 drivers/net/wireless/marvell/mwifiex/11ac.c 	vhtcfg->mcs_tx_set = cpu_to_le32(cfg->mcs_tx_set);
vhtcfg            279 drivers/net/wireless/marvell/mwifiex/11ac.c 	vhtcfg->mcs_rx_set = cpu_to_le32(cfg->mcs_rx_set);