Searched refs:peer_vht_rates (Results 1 – 4 of 4) sorted by relevance
2174 vht_rate->rx_max_rate = __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()2175 vht_rate->rx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()2176 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()2177 vht_rate->tx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
6285 cmd->peer_vht_rates.rx_max_rate = in ath10k_wmi_peer_assoc_fill()6286 __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_peer_assoc_fill()6287 cmd->peer_vht_rates.rx_mcs_set = in ath10k_wmi_peer_assoc_fill()6288 __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_peer_assoc_fill()6289 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()6290 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()6291 cmd->peer_vht_rates.tx_mcs_set = in ath10k_wmi_peer_assoc_fill()6292 __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_peer_assoc_fill()
2346 arg->peer_vht_rates.rx_max_rate = in ath10k_peer_assoc_h_vht()2348 arg->peer_vht_rates.rx_mcs_set = in ath10k_peer_assoc_h_vht()2350 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()2352 arg->peer_vht_rates.tx_mcs_set = ath10k_peer_assoc_h_vht_limit( in ath10k_peer_assoc_h_vht()
5699 struct wmi_vht_rate_set peer_vht_rates; member5741 struct wmi_vht_rate_set_arg peer_vht_rates; member