Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h3932 u32 rx_max_rate; member
4334 __le32 rx_max_rate; member
H A Dwmi.c2370 mcs->rx_max_rate = cpu_to_le32(arg->tx_max_rate); in ath12k_wmi_send_peer_assoc_cmd()
2372 mcs->tx_max_rate = cpu_to_le32(arg->rx_max_rate); in ath12k_wmi_send_peer_assoc_cmd()
H A Dmac.c2484 arg->rx_max_rate = __le16_to_cpu(vht_cap->vht_mcs.rx_highest); in ath12k_peer_assoc_h_vht()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2640 arg->peer_vht_rates.rx_max_rate = in ath10k_peer_assoc_h_vht()
2657 max_rate = arg->peer_vht_rates.rx_max_rate; in ath10k_peer_assoc_h_vht()
H A Dwmi.c7675 cmd->peer_vht_rates.rx_max_rate = in ath10k_wmi_peer_assoc_fill()
7676 __cpu_to_le32(arg->peer_vht_rates.rx_max_rate); in ath10k_wmi_peer_assoc_fill()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c2088 mcs->tx_max_rate = param->rx_max_rate; in ath11k_wmi_send_peer_assoc_cmd()
2090 mcs->rx_max_rate = param->tx_max_rate; in ath11k_wmi_send_peer_assoc_cmd()