Searched refs:rate_mcs (Results 1 – 2 of 2) sorted by relevance
1188 u8 rate_mcs = rx_info->rate_mcs, nss = rx_info->nss; in ath12k_dp_rx_h_rate() local1198 rx_status->rate_idx = ath12k_mac_hw_rate_to_idx(sband, rate_mcs, in ath12k_dp_rx_h_rate()1203 if (rate_mcs > ATH12K_HT_MCS_MAX) { in ath12k_dp_rx_h_rate()1206 rate_mcs); in ath12k_dp_rx_h_rate()1209 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath12k_dp_rx_h_rate()1216 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()1217 if (rate_mcs > ATH12K_VHT_MCS_MAX) { in ath12k_dp_rx_h_rate()1220 rate_mcs); in ath12k_dp_rx_h_rate()1229 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()1230 if (rate_mcs > ATH12K_HE_MCS_MAX) { in ath12k_dp_rx_h_rate()[all …]
2316 u8 rate_mcs, nss; in ath11k_dp_rx_h_rate() local2322 rate_mcs = ath11k_dp_rx_h_msdu_start_rate_mcs(ar->ab, rx_desc); in ath11k_dp_rx_h_rate()2331 rx_status->rate_idx = ath11k_mac_hw_rate_to_idx(sband, rate_mcs, in ath11k_dp_rx_h_rate()2336 if (rate_mcs > ATH11K_HT_MCS_MAX) { in ath11k_dp_rx_h_rate()2339 rate_mcs); in ath11k_dp_rx_h_rate()2342 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath11k_dp_rx_h_rate()2349 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()2350 if (rate_mcs > ATH11K_VHT_MCS_MAX) { in ath11k_dp_rx_h_rate()2353 rate_mcs); in ath11k_dp_rx_h_rate()2365 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()[all …]