Home
last modified time | relevance | path

Searched refs:mcs_rate (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c9194 struct ath10k_index_ht_data_rate_type *mcs_rate; in ath10k_mac_get_rate_flags_ht() local
9204 mcs_rate = (struct ath10k_index_ht_data_rate_type *) in ath10k_mac_get_rate_flags_ht()
9213 if (rate == mcs_rate[index].supported_rate[0]) { in ath10k_mac_get_rate_flags_ht()
9215 } else if (rate == mcs_rate[index].supported_rate[1]) { in ath10k_mac_get_rate_flags_ht()
9217 } else if (rate == mcs_rate[index].supported_rate[2]) { in ath10k_mac_get_rate_flags_ht()
9220 } else if (rate == mcs_rate[index].supported_rate[3]) { in ath10k_mac_get_rate_flags_ht()
9232 struct ath10k_index_vht_data_rate_type *mcs_rate; in ath10k_mac_get_rate_flags_vht() local
9234 mcs_rate = (struct ath10k_index_vht_data_rate_type *) in ath10k_mac_get_rate_flags_vht()
9238 if (rate == mcs_rate[mcs].supported_VHT80_rate[0]) { in ath10k_mac_get_rate_flags_vht()
9240 } else if (rate == mcs_rate[mcs].supported_VHT80_rate[1]) { in ath10k_mac_get_rate_flags_vht()
[all …]