Searched refs:rate_mcs (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | rs.c | 33 static const struct iwl_rate_mcs_info rate_mcs[IWL_RATE_COUNT] = { variable 72 return &rate_mcs[idx]; in iwl_rate_mcs()
|
/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp_rx.c | 2419 u8 rate_mcs = rx_info->rate_mcs, nss = rx_info->nss; in ath12k_dp_rx_h_rate() local 2427 rx_status->rate_idx = ath12k_mac_hw_rate_to_idx(sband, rate_mcs, in ath12k_dp_rx_h_rate() 2432 if (rate_mcs > ATH12K_HT_MCS_MAX) { in ath12k_dp_rx_h_rate() 2435 rate_mcs); in ath12k_dp_rx_h_rate() 2438 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); 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() [all...] |
H A D | dp_mon.c | 1879 u8 rate_mcs, nss, sgi; in ath12k_dp_mon_fill_rx_rate() local 1883 rate_mcs = ppdu_info->rate; in ath12k_dp_mon_fill_rx_rate() 1893 rx_status->rate_idx = ath12k_mac_hw_rate_to_idx(sband, rate_mcs, 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() 1905 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath12k_dp_mon_fill_rx_rate() 1911 rx_status->rate_idx = rate_mcs; in ath12k_dp_mon_fill_rx_rate() 1912 if (rate_mcs > ATH12K_VHT_MCS_MAX) { 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() [all...] |
H A D | dp_rx.h | 73 u8 rate_mcs; member
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 2316 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() 2331 rx_status->rate_idx = ath11k_mac_hw_rate_to_idx(sband, rate_mcs, 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() [all...] |