Searched refs:rate_mcs (Results 1 – 5 of 5) 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()
2419 u8 rate_mcs = rx_info->rate_mcs, nss = rx_info->nss; in ath12k_dp_rx_h_rate() local2432 if (rate_mcs > ATH12K_HT_MCS_MAX) { in ath12k_dp_rx_h_rate()2435 rate_mcs); in ath12k_dp_rx_h_rate()2445 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()2446 if (rate_mcs > ATH12K_VHT_MCS_MAX) { in ath12k_dp_rx_h_rate()2449 rate_mcs); in ath12k_dp_rx_h_rate()2458 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()2459 if (rate_mcs > ATH12K_HE_MCS_MAX) { in ath12k_dp_rx_h_rate()2462 rate_mcs); in ath12k_dp_rx_h_rate()2471 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()[all …]
1879 u8 rate_mcs, nss, sgi; in ath12k_dp_mon_fill_rx_rate() local1883 rate_mcs = ppdu_info->rate; in ath12k_dp_mon_fill_rx_rate()1899 if (rate_mcs > ATH12K_HT_MCS_MAX) { in ath12k_dp_mon_fill_rx_rate()1902 rate_mcs); in ath12k_dp_mon_fill_rx_rate()1911 rx_status->rate_idx = rate_mcs; in ath12k_dp_mon_fill_rx_rate()1915 rate_mcs); in ath12k_dp_mon_fill_rx_rate()1922 rx_status->rate_idx = rate_mcs; in ath12k_dp_mon_fill_rx_rate()1923 if (rate_mcs > ATH12K_HE_MCS_MAX) { in ath12k_dp_mon_fill_rx_rate()1926 rate_mcs); in ath12k_dp_mon_fill_rx_rate()1933 rx_status->rate_idx = rate_mcs; in ath12k_dp_mon_fill_rx_rate()[all …]
73 u8 rate_mcs; member
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()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()2366 if (rate_mcs > ATH11K_HE_MCS_MAX) { in ath11k_dp_rx_h_rate()[all …]
Completed in 34 milliseconds