Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/
H A Drs.c33 static const struct iwl_rate_mcs_info rate_mcs[IWL_RATE_COUNT] = { variable
72 return &rate_mcs[idx]; in iwl_rate_mcs()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c2337 u8 rate_mcs, nss; in ath12k_dp_rx_h_rate() local
2357 if (rate_mcs > ATH12K_HT_MCS_MAX) { in ath12k_dp_rx_h_rate()
2360 rate_mcs); in ath12k_dp_rx_h_rate()
2370 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()
2371 if (rate_mcs > ATH12K_VHT_MCS_MAX) { in ath12k_dp_rx_h_rate()
2374 rate_mcs); in ath12k_dp_rx_h_rate()
2383 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()
2384 if (rate_mcs > ATH12K_HE_MCS_MAX) { in ath12k_dp_rx_h_rate()
2387 rate_mcs); in ath12k_dp_rx_h_rate()
2396 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2316 u8 rate_mcs, nss; in ath11k_dp_rx_h_rate() local
2322 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 …]