Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c3428 arg->peer_eht_mcs_count++; in ath12k_peer_assoc_h_eht()
3439 arg->peer_eht_mcs_count++; in ath12k_peer_assoc_h_eht()
3464 arg->peer_eht_mcs_count++; in ath12k_peer_assoc_h_eht()
3503 arsta->addr, arg->peer_nss, arg->peer_eht_mcs_count, in ath12k_peer_assoc_h_eht()
H A Dwmi.c2189 TLV_HDR_SIZE + (sizeof(*eht_mcs) * arg->peer_eht_mcs_count); in ath12k_wmi_send_peer_assoc_cmd()
2374 len = arg->peer_eht_mcs_count * sizeof(*eht_mcs); in ath12k_wmi_send_peer_assoc_cmd()
2379 for (i = 0; i < arg->peer_eht_mcs_count; i++) { in ath12k_wmi_send_peer_assoc_cmd()
H A Dwmi.h3928 u32 peer_eht_mcs_count; member