Home
last modified time | relevance | path

Searched refs:htcfg (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.c272 struct host_cmd_ds_11n_cfg *htcfg = &cmd->params.htcfg; in mwifiex_cmd_11n_cfg() local
276 htcfg->action = cpu_to_le16(cmd_action); in mwifiex_cmd_11n_cfg()
277 htcfg->ht_tx_cap = cpu_to_le16(txcfg->tx_htcap); in mwifiex_cmd_11n_cfg()
278 htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo); in mwifiex_cmd_11n_cfg()
281 htcfg->misc_config = cpu_to_le16(txcfg->misc_config); in mwifiex_cmd_11n_cfg()
H A Dfw.h2410 struct host_cmd_ds_11n_cfg htcfg; member
/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11n.c251 struct host_cmd_ds_11n_cfg *htcfg = &cmd->params.htcfg; in nxpwifi_cmd_11n_cfg() local
255 htcfg->action = cpu_to_le16(cmd_action); in nxpwifi_cmd_11n_cfg()
256 htcfg->ht_tx_cap = cpu_to_le16(txcfg->tx_htcap); in nxpwifi_cmd_11n_cfg()
257 htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo); in nxpwifi_cmd_11n_cfg()
260 htcfg->misc_config = cpu_to_le16(txcfg->misc_config); in nxpwifi_cmd_11n_cfg()
H A Dfw.h2414 struct host_cmd_ds_11n_cfg htcfg; member