Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dmac.c2761 arg->peer_eht_mcs_count++; in ath12k_peer_assoc_h_eht()
2771 arg->peer_eht_mcs_count++; in ath12k_peer_assoc_h_eht()
2797 arg->peer_eht_mcs_count++; in ath12k_peer_assoc_h_eht()
Dwmi.c2021 TLV_HDR_SIZE + (sizeof(*eht_mcs) * arg->peer_eht_mcs_count) + in ath12k_wmi_send_peer_assoc_cmd()
2153 len = arg->peer_eht_mcs_count * sizeof(*eht_mcs); in ath12k_wmi_send_peer_assoc_cmd()
2158 for (i = 0; i < arg->peer_eht_mcs_count; i++) { in ath12k_wmi_send_peer_assoc_cmd()
Dwmi.h3690 u32 peer_eht_mcs_count; member