Searched defs:htcfg (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/mwifiex/
H A D11n.c188 struct host_cmd_ds_11n_cfg *htcfg = &resp->params.htcfg; local
191 tx_cfg->tx_htcap = le16_to_cpu(htcfg->ht_tx_cap);
192 tx_cfg->tx_htinfo = le16_to_cpu(htcfg->ht_tx_info);
294 struct host_cmd_ds_11n_cfg *htcfg = &cmd->params.htcfg; local
298 htcfg->action = cpu_to_le16(cmd_action);
299 htcfg->ht_tx_cap = cpu_to_le16(txcfg->tx_htcap);
300 htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo);
H A Dfw.h1186 struct host_cmd_ds_11n_cfg htcfg; member in union:host_cmd_ds_command::__anon3644

Completed in 373 milliseconds