Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c230 struct mwifiex_11ac_vht_cfg vht_cfg; in mwifiex_set_vht_width() local
232 vht_cfg.band_config = VHT_CFG_5GHZ; in mwifiex_set_vht_width()
233 vht_cfg.cap_info = adapter->hw_dot_11ac_dev_cap; in mwifiex_set_vht_width()
236 vht_cfg.mcs_tx_set = DISABLE_VHT_MCS_SET; in mwifiex_set_vht_width()
237 vht_cfg.mcs_rx_set = DISABLE_VHT_MCS_SET; in mwifiex_set_vht_width()
239 vht_cfg.mcs_tx_set = DEFAULT_VHT_MCS_SET; in mwifiex_set_vht_width()
240 vht_cfg.mcs_rx_set = DEFAULT_VHT_MCS_SET; in mwifiex_set_vht_width()
243 vht_cfg.misc_config = VHT_CAP_UAP_ONLY; in mwifiex_set_vht_width()
246 vht_cfg.misc_config |= VHT_BW_80_160_80P80; in mwifiex_set_vht_width()
249 HostCmd_ACT_GEN_SET, 0, &vht_cfg, true); in mwifiex_set_vht_width()
D11ac.c269 struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.vht_cfg; in mwifiex_cmd_11ac_cfg()
Dfw.h2376 struct host_cmd_11ac_vht_cfg vht_cfg; member