Searched refs:mcs_idx (Results 1 – 1 of 1) sorted by relevance
2176 u32 mcs_idx = (user_stats) ? user_stats->mcs : ppdu_info->mcs; in ath12k_dp_mon_rx_update_peer_rate_table_stats() local2181 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()