Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A 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, tru in mwifiex_set_vht_width()
[all...]
H A D11ac.c269 struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.vht_cfg; in mwifiex_cmd_11ac_cfg()
H A Dfw.h2369 struct host_cmd_11ac_vht_cfg vht_cfg; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A 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, tru in mwifiex_set_vht_width()
[all...]
H A D11ac.c257 struct host_cmd_11ac_vht_cfg *vhtcfg = &cmd->params.vht_cfg; in mwifiex_cmd_11ac_cfg()
H A Dfw.h2366 struct host_cmd_11ac_vht_cfg vht_cfg; member

Completed in 17 milliseconds