Home
last modified time | relevance | path

Searched refs:rate_mcs (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddp_rx.c2209 u8 rate_mcs, nss; in ath11k_dp_rx_h_rate() local
2215 rate_mcs = ath11k_dp_rx_h_msdu_start_rate_mcs(rx_desc); in ath11k_dp_rx_h_rate()
2224 rx_status->rate_idx = ath11k_mac_hw_rate_to_idx(sband, rate_mcs, in ath11k_dp_rx_h_rate()
2229 if (rate_mcs > ATH11K_HT_MCS_MAX) { in ath11k_dp_rx_h_rate()
2232 rate_mcs); in ath11k_dp_rx_h_rate()
2235 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath11k_dp_rx_h_rate()
2242 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()
2243 if (rate_mcs > ATH11K_VHT_MCS_MAX) { in ath11k_dp_rx_h_rate()
2246 rate_mcs); in ath11k_dp_rx_h_rate()
2255 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()
[all …]