Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dmac.c1553 arg->peer_nss = 1; in ath11k_peer_assoc_h_basic()
1780 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_ht()
1786 arg->peer_nss); in ath11k_peer_assoc_h_ht()
1963 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_vht()
1987 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_vht()
2140 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he()
2288 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he()
2293 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_he()
2311 sta->addr, arg->peer_nss, in ath11k_peer_assoc_h_he()
2668 arsta->peer_nss = arg->peer_nss; in ath11k_peer_assoc_prepare()
Dcore.h483 u32 peer_nss; member
Ddp_tx.c458 arsta->txrate.nss = arsta->peer_nss; in ath11k_dp_tx_update_txcompl()
Dwmi.h3591 u32 peer_nss; member
3656 u32 peer_nss; member
Dwmi.c1982 cmd->peer_nss = param->peer_nss; in ath11k_wmi_send_peer_assoc_cmd()
2033 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath11k_wmi_send_peer_assoc_cmd()
/Linux-v6.1/drivers/net/wireless/ath/ath10k/
Dwmi.h6510 __le32 peer_nss; /* num of spatial streams */ member
Dwmi.c7588 cmd->peer_nss = __cpu_to_le32(arg->peer_num_spatial_streams); in ath10k_wmi_peer_assoc_fill()