Searched refs:rate_mcs (Results 1 – 3 of 3) sorted by relevance
33 static const struct iwl_rate_mcs_info rate_mcs[IWL_RATE_COUNT] = { variable72 return &rate_mcs[idx]; in iwl_rate_mcs()
2282 u8 rate_mcs, nss; in ath12k_dp_rx_h_rate() local2288 rate_mcs = ath12k_dp_rx_h_rate_mcs(ab, rx_desc); in ath12k_dp_rx_h_rate()2297 rx_status->rate_idx = ath12k_mac_hw_rate_to_idx(sband, rate_mcs, in ath12k_dp_rx_h_rate()2302 if (rate_mcs > ATH12K_HT_MCS_MAX) { in ath12k_dp_rx_h_rate()2305 rate_mcs); in ath12k_dp_rx_h_rate()2308 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath12k_dp_rx_h_rate()2315 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()2316 if (rate_mcs > ATH12K_VHT_MCS_MAX) { in ath12k_dp_rx_h_rate()2319 rate_mcs); in ath12k_dp_rx_h_rate()2328 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()[all …]
2325 u8 rate_mcs, nss; in ath11k_dp_rx_h_rate() local2331 rate_mcs = ath11k_dp_rx_h_msdu_start_rate_mcs(ar->ab, rx_desc); in ath11k_dp_rx_h_rate()2340 rx_status->rate_idx = ath11k_mac_hw_rate_to_idx(sband, rate_mcs, in ath11k_dp_rx_h_rate()2345 if (rate_mcs > ATH11K_HT_MCS_MAX) { in ath11k_dp_rx_h_rate()2348 rate_mcs); in ath11k_dp_rx_h_rate()2351 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath11k_dp_rx_h_rate()2358 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()2359 if (rate_mcs > ATH11K_VHT_MCS_MAX) { in ath11k_dp_rx_h_rate()2362 rate_mcs); in ath11k_dp_rx_h_rate()2374 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()[all …]