Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
Dmac.c154 static struct ieee80211_rate ath12k_legacy_rates[] = { variable
230 #define ath12k_g_rates ath12k_legacy_rates
231 #define ath12k_g_rates_size (ARRAY_SIZE(ath12k_legacy_rates))
232 #define ath12k_a_rates (ath12k_legacy_rates + 4)
233 #define ath12k_a_rates_size (ARRAY_SIZE(ath12k_legacy_rates) - 4)
381 if (hw_rc == ath12k_legacy_rates[i].hw_value) { in ath12k_mac_hw_ratecode_to_legacy_rate()
383 *rate = ath12k_legacy_rates[i].bitrate; in ath12k_mac_hw_ratecode_to_legacy_rate()
2393 for (i = 0; i < ARRAY_SIZE(ath12k_legacy_rates); i++) { in ath12k_mac_get_rate_hw_value()
2394 if (ath12k_legacy_rates[i].bitrate != bitrate) in ath12k_mac_get_rate_hw_value()
2397 hw_value = ath12k_legacy_rates[i].hw_value; in ath12k_mac_get_rate_hw_value()
[all …]