Searched refs:ath12k_legacy_rates (Results 1 – 1 of 1) sorted by relevance
162 static struct ieee80211_rate ath12k_legacy_rates[] = { variable238 #define ath12k_g_rates ath12k_legacy_rates239 #define ath12k_g_rates_size (ARRAY_SIZE(ath12k_legacy_rates))240 #define ath12k_a_rates (ath12k_legacy_rates + 4)241 #define ath12k_a_rates_size (ARRAY_SIZE(ath12k_legacy_rates) - 4)397 if (hw_rc == ath12k_legacy_rates[i].hw_value) { in ath12k_mac_hw_ratecode_to_legacy_rate()399 *rate = ath12k_legacy_rates[i].bitrate; in ath12k_mac_hw_ratecode_to_legacy_rate()2985 for (i = 0; i < ARRAY_SIZE(ath12k_legacy_rates); i++) { in ath12k_mac_get_rate_hw_value()2986 if (ath12k_legacy_rates[i].bitrate != bitrate) in ath12k_mac_get_rate_hw_value()2989 hw_value = ath12k_legacy_rates[i].hw_value; in ath12k_mac_get_rate_hw_value()[all …]