Searched refs:ath10k_rates (Results 1 – 1 of 1) sorted by relevance
32 static struct ieee80211_rate ath10k_rates[] = { variable97 #define ath10k_a_rates (ath10k_rates + ATH10K_MAC_FIRST_OFDM_RATE_IDX)98 #define ath10k_a_rates_size (ARRAY_SIZE(ath10k_rates) - \100 #define ath10k_g_rates (ath10k_rates + 0)101 #define ath10k_g_rates_size (ARRAY_SIZE(ath10k_rates))106 #define ath10k_wmi_legacy_rates ath10k_rates169 for (i = 0; i < ARRAY_SIZE(ath10k_rates); i++) { in ath10k_mac_get_rate_hw_value()170 if (ath10k_rates[i].bitrate == bitrate) in ath10k_mac_get_rate_hw_value()171 return hw_value_prefix | ath10k_rates[i].hw_value; in ath10k_mac_get_rate_hw_value()