Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c1905 arg->peer_nss = 1; in ath12k_peer_assoc_h_basic()
2167 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_ht()
2173 arg->peer_nss); in ath12k_peer_assoc_h_ht()
2363 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_vht()
2387 rx_nss = min(arg->peer_nss, tx_nss); in ath12k_peer_assoc_h_vht()
2558 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_he()
2692 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_he()
2696 rx_nss = min(arg->peer_nss, tx_nss); in ath12k_peer_assoc_h_he()
2698 arg->peer_nss = min(link_sta->rx_nss, ar->num_rx_chains); in ath12k_peer_assoc_h_he()
2712 arsta->addr, arg->peer_nss, in ath12k_peer_assoc_h_he()
[all …]
H A Ddp_tx.c731 txrate.nss = arsta->peer_nss; in ath12k_dp_tx_update_txcompl()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c1825 arg->peer_nss = 1; in ath11k_peer_assoc_h_basic()
2052 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_ht()
2058 arg->peer_nss); in ath11k_peer_assoc_h_ht()
2235 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_vht()
2259 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_vht()
2416 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he()
2564 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he()
2569 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_he()
2587 sta->addr, arg->peer_nss, in ath11k_peer_assoc_h_he()
2944 arsta->peer_nss = arg->peer_nss; in ath11k_peer_assoc_prepare()
H A Dcore.h547 u32 peer_nss; member
H A Ddp_tx.c494 arsta->txrate.nss = arsta->peer_nss; in ath11k_dp_tx_update_txcompl()
H A Dwmi.c2057 cmd->peer_nss = param->peer_nss; in ath11k_wmi_send_peer_assoc_cmd()
2114 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath11k_wmi_send_peer_assoc_cmd()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c7660 cmd->peer_nss = __cpu_to_le32(arg->peer_num_spatial_streams); in ath10k_wmi_peer_assoc_fill()