Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Duap_cmd.c229 struct mwifiex_11ac_vht_cfg vht_cfg; in mwifiex_set_vht_width() local
231 vht_cfg.band_config = VHT_CFG_5GHZ; in mwifiex_set_vht_width()
232 vht_cfg.cap_info = adapter->hw_dot_11ac_dev_cap; in mwifiex_set_vht_width()
235 vht_cfg.mcs_tx_set = DISABLE_VHT_MCS_SET; in mwifiex_set_vht_width()
236 vht_cfg.mcs_rx_set = DISABLE_VHT_MCS_SET; in mwifiex_set_vht_width()
238 vht_cfg.mcs_tx_set = DEFAULT_VHT_MCS_SET; in mwifiex_set_vht_width()
239 vht_cfg.mcs_rx_set = DEFAULT_VHT_MCS_SET; in mwifiex_set_vht_width()
242 vht_cfg.misc_config = VHT_CAP_UAP_ONLY; in mwifiex_set_vht_width()
245 vht_cfg.misc_config |= VHT_BW_80_160_80P80; in mwifiex_set_vht_width()
248 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.h2365 struct host_cmd_11ac_vht_cfg vht_cfg; member