Searched refs:peer_vht_rates (Results 1 – 4 of 4) sorted by relevance
2745 vht_rate->rx_max_rate = __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()2746 vht_rate->rx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()2747 vht_rate->tx_max_rate = __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_tlv_op_gen_peer_assoc()2748 vht_rate->tx_mcs_set = __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_tlv_op_gen_peer_assoc()
7676 cmd->peer_vht_rates.rx_max_rate = in ath10k_wmi_peer_assoc_fill()7677 __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_peer_assoc_fill()7678 cmd->peer_vht_rates.rx_mcs_set = in ath10k_wmi_peer_assoc_fill()7679 __cpu_to_le32(arg->peer_vht_rates.rx_mcs_set); in ath10k_wmi_peer_assoc_fill()7680 cmd->peer_vht_rates.tx_max_rate = in ath10k_wmi_peer_assoc_fill()7681 __cpu_to_le32(arg->peer_vht_rates.tx_max_rate); in ath10k_wmi_peer_assoc_fill()7682 cmd->peer_vht_rates.tx_mcs_set = in ath10k_wmi_peer_assoc_fill()7683 __cpu_to_le32(arg->peer_vht_rates.tx_mcs_set); in ath10k_wmi_peer_assoc_fill()
2640 arg->peer_vht_rates.rx_max_rate = in ath10k_peer_assoc_h_vht()2642 arg->peer_vht_rates.rx_mcs_set = in ath10k_peer_assoc_h_vht()2644 arg->peer_vht_rates.tx_max_rate = in ath10k_peer_assoc_h_vht()2646 arg->peer_vht_rates.tx_mcs_set = ath10k_peer_assoc_h_vht_limit( in ath10k_peer_assoc_h_vht()2657 max_rate = arg->peer_vht_rates.rx_max_rate; in ath10k_peer_assoc_h_vht()
6517 struct wmi_vht_rate_set peer_vht_rates; member6570 struct wmi_vht_rate_set_arg peer_vht_rates; member