Searched refs:ath10k_rates (Results 1 – 1 of 1) sorted by relevance
31 static struct ieee80211_rate ath10k_rates[] = { variable85 #define ath10k_a_rates (ath10k_rates + ATH10K_MAC_FIRST_OFDM_RATE_IDX)86 #define ath10k_a_rates_size (ARRAY_SIZE(ath10k_rates) - \88 #define ath10k_g_rates (ath10k_rates + 0)89 #define ath10k_g_rates_size (ARRAY_SIZE(ath10k_rates))94 #define ath10k_wmi_legacy_rates ath10k_rates157 for (i = 0; i < ARRAY_SIZE(ath10k_rates); i++) { in ath10k_mac_get_rate_hw_value()158 if (ath10k_rates[i].bitrate == bitrate) in ath10k_mac_get_rate_hw_value()159 return hw_value_prefix | ath10k_rates[i].hw_value; in ath10k_mac_get_rate_hw_value()