Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11ax.c264 struct nxpwifi_11ax_txop_cmd *txop_cmd; in nxpwifi_cmd_11ax_cmd() local
311 txop_cmd = (struct nxpwifi_11ax_txop_cmd *)&ax_cmd->param; in nxpwifi_cmd_11ax_cmd()
313 memcpy(he_cmd->val, &txop_cmd->rts_thres, in nxpwifi_cmd_11ax_cmd()
314 sizeof(txop_cmd->rts_thres)); in nxpwifi_cmd_11ax_cmd()
315 cmd_size += sizeof(*txop_cmd); in nxpwifi_cmd_11ax_cmd()