Searched refs:rate_mcs (Results 1 – 2 of 2) sorted by relevance
1192 u8 rate_mcs = rx_info->rate_mcs, nss = rx_info->nss; in ath12k_dp_rx_h_rate() local1202 rx_status->rate_idx = ath12k_mac_hw_rate_to_idx(sband, rate_mcs, in ath12k_dp_rx_h_rate()1207 if (rate_mcs > ATH12K_HT_MCS_MAX) { in ath12k_dp_rx_h_rate()1210 rate_mcs); in ath12k_dp_rx_h_rate()1213 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath12k_dp_rx_h_rate()1220 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()1221 if (rate_mcs > ATH12K_VHT_MCS_MAX) { in ath12k_dp_rx_h_rate()1224 rate_mcs); in ath12k_dp_rx_h_rate()1233 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()1234 if (rate_mcs > ATH12K_HE_MCS_MAX) { in ath12k_dp_rx_h_rate()[all …]
2315 u8 rate_mcs, nss; in ath11k_dp_rx_h_rate() local2321 rate_mcs = ath11k_dp_rx_h_msdu_start_rate_mcs(ar->ab, rx_desc); in ath11k_dp_rx_h_rate()2330 rx_status->rate_idx = ath11k_mac_hw_rate_to_idx(sband, rate_mcs, in ath11k_dp_rx_h_rate()2335 if (rate_mcs > ATH11K_HT_MCS_MAX) { in ath11k_dp_rx_h_rate()2338 rate_mcs); in ath11k_dp_rx_h_rate()2341 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath11k_dp_rx_h_rate()2348 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()2349 if (rate_mcs > ATH11K_VHT_MCS_MAX) { in ath11k_dp_rx_h_rate()2352 rate_mcs); in ath11k_dp_rx_h_rate()2364 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()[all …]