Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c213 struct mwifiex_11ac_vht_cfg vht_cfg; in mwifiex_set_vht_width() local
215 vht_cfg.band_config = VHT_CFG_5GHZ; in mwifiex_set_vht_width()
216 vht_cfg.cap_info = adapter->hw_dot_11ac_dev_cap; in mwifiex_set_vht_width()
219 vht_cfg.mcs_tx_set = DISABLE_VHT_MCS_SET; in mwifiex_set_vht_width()
220 vht_cfg.mcs_rx_set = DISABLE_VHT_MCS_SET; in mwifiex_set_vht_width()
222 vht_cfg.mcs_tx_set = DEFAULT_VHT_MCS_SET; in mwifiex_set_vht_width()
223 vht_cfg.mcs_rx_set = DEFAULT_VHT_MCS_SET; in mwifiex_set_vht_width()
226 vht_cfg.misc_config = VHT_CAP_UAP_ONLY; in mwifiex_set_vht_width()
229 vht_cfg.misc_config |= VHT_BW_80_160_80P80; in mwifiex_set_vht_width()
232 HostCmd_ACT_GEN_SET, 0, &vht_cfg, true); in mwifiex_set_vht_width()
H A D11ac.c257 struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.vht_cfg; in mwifiex_cmd_11ac_cfg()
H A Dfw.h2420 struct host_cmd_11ac_vht_cfg vht_cfg; member