Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2233 u8 rate_mcs, nss; in ath11k_dp_rx_h_rate() local
2239 rate_mcs = ath11k_dp_rx_h_msdu_start_rate_mcs(rx_desc); in ath11k_dp_rx_h_rate()
2248 rx_status->rate_idx = ath11k_mac_hw_rate_to_idx(sband, rate_mcs, in ath11k_dp_rx_h_rate()
2253 if (rate_mcs > ATH11K_HT_MCS_MAX) { in ath11k_dp_rx_h_rate()
2256 rate_mcs); in ath11k_dp_rx_h_rate()
2259 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath11k_dp_rx_h_rate()
2266 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()
2267 if (rate_mcs > ATH11K_VHT_MCS_MAX) { in ath11k_dp_rx_h_rate()
2270 rate_mcs); in ath11k_dp_rx_h_rate()
2279 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c2297 u8 rate_mcs, nss; in ath12k_dp_rx_h_rate() local
2303 rate_mcs = ath12k_dp_rx_h_rate_mcs(ab, rx_desc); in ath12k_dp_rx_h_rate()
2312 rx_status->rate_idx = ath12k_mac_hw_rate_to_idx(sband, rate_mcs, in ath12k_dp_rx_h_rate()
2317 if (rate_mcs > ATH12K_HT_MCS_MAX) { in ath12k_dp_rx_h_rate()
2320 rate_mcs); in ath12k_dp_rx_h_rate()
2323 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath12k_dp_rx_h_rate()
2330 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()
2331 if (rate_mcs > ATH12K_VHT_MCS_MAX) { in ath12k_dp_rx_h_rate()
2334 rate_mcs); in ath12k_dp_rx_h_rate()
2343 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2328 u8 rate_mcs, nss; in ath11k_dp_rx_h_rate() local
2334 rate_mcs = ath11k_dp_rx_h_msdu_start_rate_mcs(ar->ab, rx_desc); in ath11k_dp_rx_h_rate()
2343 rx_status->rate_idx = ath11k_mac_hw_rate_to_idx(sband, rate_mcs, in ath11k_dp_rx_h_rate()
2348 if (rate_mcs > ATH11K_HT_MCS_MAX) { in ath11k_dp_rx_h_rate()
2351 rate_mcs); in ath11k_dp_rx_h_rate()
2354 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath11k_dp_rx_h_rate()
2361 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()
2362 if (rate_mcs > ATH11K_VHT_MCS_MAX) { in ath11k_dp_rx_h_rate()
2365 rate_mcs); in ath11k_dp_rx_h_rate()
2377 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()
[all...]

Completed in 14 milliseconds