Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c257 struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.vht_cfg; in mwifiex_cmd_11ac_cfg() local
262 vhtcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11ac_cfg()
263 vhtcfg->band_config = cfg->band_config; in mwifiex_cmd_11ac_cfg()
264 vhtcfg->misc_config = cfg->misc_config; in mwifiex_cmd_11ac_cfg()
265 vhtcfg->cap_info = cpu_to_le32(cfg->cap_info); in mwifiex_cmd_11ac_cfg()
266 vhtcfg->mcs_tx_set = cpu_to_le32(cfg->mcs_tx_set); in mwifiex_cmd_11ac_cfg()
267 vhtcfg->mcs_rx_set = cpu_to_le32(cfg->mcs_rx_set); in mwifiex_cmd_11ac_cfg()