Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dmac.c166 static struct ieee80211_rate ath11k_legacy_rates[] = { variable
239 #define ath11k_g_rates ath11k_legacy_rates
240 #define ath11k_g_rates_size (ARRAY_SIZE(ath11k_legacy_rates))
241 #define ath11k_a_rates (ath11k_legacy_rates + 4)
242 #define ath11k_a_rates_size (ARRAY_SIZE(ath11k_legacy_rates) - 4)
395 if (hw_rc == ath11k_legacy_rates[i].hw_value) { in ath11k_mac_hw_ratecode_to_legacy_rate()
397 *rate = ath11k_legacy_rates[i].bitrate; in ath11k_mac_hw_ratecode_to_legacy_rate()
2840 for (i = 0; i < ARRAY_SIZE(ath11k_legacy_rates); i++) { in ath11k_mac_get_rate_hw_value()
2841 if (ath11k_legacy_rates[i].bitrate != bitrate) in ath11k_mac_get_rate_hw_value()
2844 hw_value = ath11k_legacy_rates[i].hw_value; in ath11k_mac_get_rate_hw_value()
[all …]