Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c34 static struct ieee80211_rate ath10k_rates[] = { variable
99 #define ath10k_a_rates (ath10k_rates + ATH10K_MAC_FIRST_OFDM_RATE_IDX)
100 #define ath10k_a_rates_size (ARRAY_SIZE(ath10k_rates) - \
102 #define ath10k_g_rates (ath10k_rates + 0)
103 #define ath10k_g_rates_size (ARRAY_SIZE(ath10k_rates))
108 #define ath10k_wmi_legacy_rates ath10k_rates
171 for (i = 0; i < ARRAY_SIZE(ath10k_rates); i++) { in ath10k_mac_get_rate_hw_value()
172 if (ath10k_rates[i].bitrate == bitrate) in ath10k_mac_get_rate_hw_value()
173 return hw_value_prefix | ath10k_rates[i].hw_value; in ath10k_mac_get_rate_hw_value()