Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
D11ac.c269 struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.vht_cfg; in mwifiex_cmd_11ac_cfg() local
274 vhtcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11ac_cfg()
275 vhtcfg->band_config = cfg->band_config; in mwifiex_cmd_11ac_cfg()
276 vhtcfg->misc_config = cfg->misc_config; in mwifiex_cmd_11ac_cfg()
277 vhtcfg->cap_info = cpu_to_le32(cfg->cap_info); in mwifiex_cmd_11ac_cfg()
278 vhtcfg->mcs_tx_set = cpu_to_le32(cfg->mcs_tx_set); in mwifiex_cmd_11ac_cfg()
279 vhtcfg->mcs_rx_set = cpu_to_le32(cfg->mcs_rx_set); in mwifiex_cmd_11ac_cfg()