Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c218 struct mwifiex_11ac_vht_cfg vht_cfg; in mwifiex_set_vht_width() local
220 vht_cfg.band_config = VHT_CFG_5GHZ; in mwifiex_set_vht_width()
221 vht_cfg.cap_info = adapter->hw_dot_11ac_dev_cap; in mwifiex_set_vht_width()
224 vht_cfg.mcs_tx_set = DISABLE_VHT_MCS_SET; in mwifiex_set_vht_width()
225 vht_cfg.mcs_rx_set = DISABLE_VHT_MCS_SET; in mwifiex_set_vht_width()
227 vht_cfg.mcs_tx_set = DEFAULT_VHT_MCS_SET; in mwifiex_set_vht_width()
228 vht_cfg.mcs_rx_set = DEFAULT_VHT_MCS_SET; in mwifiex_set_vht_width()
231 vht_cfg.misc_config = VHT_CAP_UAP_ONLY; in mwifiex_set_vht_width()
234 vht_cfg.misc_config |= VHT_BW_80_160_80P80; in mwifiex_set_vht_width()
237 HostCmd_ACT_GEN_SET, 0, &vht_cfg, true); in mwifiex_set_vht_width()
D11ac.c257 struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.vht_cfg; in mwifiex_cmd_11ac_cfg()
Dfw.h2364 struct host_cmd_11ac_vht_cfg vht_cfg; member