Home
last modified time | relevance | path

Searched refs:max_rates_idx (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.c289 int max_rates_idx = ath11k_g_rates_size; in ath11k_mac_hw_ratecode_to_legacy_rate() local
294 max_rates_idx = ATH11K_MAC_FIRST_OFDM_RATE_IDX; in ath11k_mac_hw_ratecode_to_legacy_rate()
297 while (i < max_rates_idx) { in ath11k_mac_hw_ratecode_to_legacy_rate()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dmac.c372 int max_rates_idx = ath12k_g_rates_size; in ath12k_mac_hw_ratecode_to_legacy_rate() local
377 max_rates_idx = ATH12K_MAC_FIRST_OFDM_RATE_IDX; in ath12k_mac_hw_ratecode_to_legacy_rate()
380 while (i < max_rates_idx) { in ath12k_mac_hw_ratecode_to_legacy_rate()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c390 int max_rates_idx = ath11k_g_rates_size; in ath11k_mac_hw_ratecode_to_legacy_rate() local
395 max_rates_idx = ATH11K_MAC_FIRST_OFDM_RATE_IDX; in ath11k_mac_hw_ratecode_to_legacy_rate()
398 while (i < max_rates_idx) { in ath11k_mac_hw_ratecode_to_legacy_rate()

Completed in 26 milliseconds