Searched refs:ath10k_rates (Results 1 – 1 of 1) sorted by relevance
36 static struct ieee80211_rate ath10k_rates[] = { variable101 #define ath10k_a_rates (ath10k_rates + ATH10K_MAC_FIRST_OFDM_RATE_IDX)102 #define ath10k_a_rates_size (ARRAY_SIZE(ath10k_rates) - \104 #define ath10k_g_rates (ath10k_rates + 0)105 #define ath10k_g_rates_size (ARRAY_SIZE(ath10k_rates))110 #define ath10k_wmi_legacy_rates ath10k_rates173 for (i = 0; i < ARRAY_SIZE(ath10k_rates); i++) { in ath10k_mac_get_rate_hw_value()174 if (ath10k_rates[i].bitrate == bitrate) in ath10k_mac_get_rate_hw_value()175 return hw_value_prefix | ath10k_rates[i].hw_value; in ath10k_mac_get_rate_hw_value()