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

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Duap_cmd.c218 struct mwifiex_11ac_vht_cfg vht_cfg; local
220 vht_cfg.band_config = VHT_CFG_5GHZ;
221 vht_cfg.cap_info = adapter->hw_dot_11ac_dev_cap;
224 vht_cfg.mcs_tx_set = DISABLE_VHT_MCS_SET;
225 vht_cfg.mcs_rx_set = DISABLE_VHT_MCS_SET;
227 vht_cfg.mcs_tx_set = DEFAULT_VHT_MCS_SET;
228 vht_cfg.mcs_rx_set = DEFAULT_VHT_MCS_SET;
231 vht_cfg.misc_config = VHT_CAP_UAP_ONLY;
234 vht_cfg.misc_config |= VHT_BW_80_160_80P80;
237 HostCmd_ACT_GEN_SET, 0, &vht_cfg, tru
[all...]
H A D11ac.c257 struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.vht_cfg;
H A Dfw.h2366 struct host_cmd_11ac_vht_cfg vht_cfg; member in union:host_cmd_ds_command::__anon1065

Completed in 116 milliseconds