Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_mon.c2176 u32 mcs_idx = (user_stats) ? user_stats->mcs : ppdu_info->mcs; in ath12k_dp_mon_rx_update_peer_rate_table_stats() local
2181 if ((mcs_idx > HAL_RX_MAX_MCS_HE) || (nss_idx >= HAL_RX_MAX_NSS) || in ath12k_dp_mon_rx_update_peer_rate_table_stats()
2188 rate_idx = mcs_idx * 8 + 8 * 10 * nss_idx; in ath12k_dp_mon_rx_update_peer_rate_table_stats()
2192 rate_idx = mcs_idx * 12 + 12 * 12 * nss_idx; in ath12k_dp_mon_rx_update_peer_rate_table_stats()