Searched refs:ath10k_rates (Results 1 – 1 of 1) sorted by relevance
32 static struct ieee80211_rate ath10k_rates[] = { variable86 #define ath10k_a_rates (ath10k_rates + ATH10K_MAC_FIRST_OFDM_RATE_IDX)87 #define ath10k_a_rates_size (ARRAY_SIZE(ath10k_rates) - \89 #define ath10k_g_rates (ath10k_rates + 0)90 #define ath10k_g_rates_size (ARRAY_SIZE(ath10k_rates))95 #define ath10k_wmi_legacy_rates ath10k_rates158 for (i = 0; i < ARRAY_SIZE(ath10k_rates); i++) { in ath10k_mac_get_rate_hw_value()159 if (ath10k_rates[i].bitrate == bitrate) in ath10k_mac_get_rate_hw_value()160 return hw_value_prefix | ath10k_rates[i].hw_value; in ath10k_mac_get_rate_hw_value()