Searched refs:eht_mcs (Results 1 – 1 of 1) sorted by relevance
2103 struct ath12k_wmi_eht_rate_set_params *eht_mcs; in ath12k_wmi_send_peer_assoc_cmd() local2124 TLV_HDR_SIZE + (sizeof(*eht_mcs) * arg->peer_eht_mcs_count); in ath12k_wmi_send_peer_assoc_cmd()2287 len = arg->peer_eht_mcs_count * sizeof(*eht_mcs); in ath12k_wmi_send_peer_assoc_cmd()2293 eht_mcs = ptr; in ath12k_wmi_send_peer_assoc_cmd()2294 eht_mcs->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_HE_RATE_SET, in ath12k_wmi_send_peer_assoc_cmd()2295 sizeof(*eht_mcs)); in ath12k_wmi_send_peer_assoc_cmd()2297 eht_mcs->rx_mcs_set = cpu_to_le32(arg->peer_eht_rx_mcs_set[i]); in ath12k_wmi_send_peer_assoc_cmd()2298 eht_mcs->tx_mcs_set = cpu_to_le32(arg->peer_eht_tx_mcs_set[i]); in ath12k_wmi_send_peer_assoc_cmd()2299 ptr += sizeof(*eht_mcs); in ath12k_wmi_send_peer_assoc_cmd()