Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.c156 static struct ieee80211_rate ath11k_legacy_rates[] = { variable
229 #define ath11k_g_rates ath11k_legacy_rates
230 #define ath11k_g_rates_size (ARRAY_SIZE(ath11k_legacy_rates))
231 #define ath11k_a_rates (ath11k_legacy_rates + 4)
232 #define ath11k_a_rates_size (ARRAY_SIZE(ath11k_legacy_rates) - 4)
298 if (hw_rc == ath11k_legacy_rates[i].hw_value) { in ath11k_mac_hw_ratecode_to_legacy_rate()
300 *rate = ath11k_legacy_rates[i].bitrate; in ath11k_mac_hw_ratecode_to_legacy_rate()
1808 for (i = 0; i < ARRAY_SIZE(ath11k_legacy_rates); i++) { in ath11k_mac_get_rate_hw_value()
1809 if (ath11k_legacy_rates[i].bitrate != bitrate) in ath11k_mac_get_rate_hw_value()
1812 hw_value = ath11k_legacy_rates[ in ath11k_mac_get_rate_hw_value()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dmac.c167 static struct ieee80211_rate ath11k_legacy_rates[] = { variable
240 #define ath11k_g_rates ath11k_legacy_rates
241 #define ath11k_g_rates_size (ARRAY_SIZE(ath11k_legacy_rates))
242 #define ath11k_a_rates (ath11k_legacy_rates + 4)
243 #define ath11k_a_rates_size (ARRAY_SIZE(ath11k_legacy_rates) - 4)
399 if (hw_rc == ath11k_legacy_rates[i].hw_value) { in ath11k_mac_hw_ratecode_to_legacy_rate()
401 *rate = ath11k_legacy_rates[i].bitrate; in ath11k_mac_hw_ratecode_to_legacy_rate()
3151 for (i = 0; i < ARRAY_SIZE(ath11k_legacy_rates); i++) { in ath11k_mac_get_rate_hw_value()
3152 if (ath11k_legacy_rates[i].bitrate != bitrate) in ath11k_mac_get_rate_hw_value()
3155 hw_value = ath11k_legacy_rates[ in ath11k_mac_get_rate_hw_value()
[all...]

Completed in 12 milliseconds