Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c1819 arg->peer_nss = 1; in ath11k_peer_assoc_h_basic()
2046 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_ht()
2052 arg->peer_nss); in ath11k_peer_assoc_h_ht()
2229 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_vht()
2253 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_vht()
2410 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he()
2558 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he()
2563 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_he()
2581 sta->addr, arg->peer_nss, in ath11k_peer_assoc_h_he()
2938 arsta->peer_nss = arg->peer_nss; in ath11k_peer_assoc_prepare()
H A Dcore.h543 u32 peer_nss; member
H A Ddp_tx.c493 arsta->txrate.nss = arsta->peer_nss; in ath11k_dp_tx_update_txcompl()
H A Dwmi.h3727 u32 peer_nss; member
3792 u32 peer_nss; member
H A Dwmi.c2057 cmd->peer_nss = param->peer_nss; in ath11k_wmi_send_peer_assoc_cmd()
2108 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath11k_wmi_send_peer_assoc_cmd()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dcore.h512 u32 peer_nss; member
H A Dmac.c1933 arg->peer_nss = 1; in ath12k_peer_assoc_h_basic()
2189 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_ht()
2195 arg->peer_nss); in ath12k_peer_assoc_h_ht()
2337 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_vht()
2435 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_he()
3201 arsta->peer_nss = arg->peer_nss; in ath12k_peer_assoc_prepare()
5046 if (peer_arg->peer_nss < 1) { in ath12k_mac_station_assoc()
5048 "invalid peer NSS %d\n", peer_arg->peer_nss); in ath12k_mac_station_assoc()
H A Ddp_tx.c631 txrate.nss = arsta->peer_nss; in ath12k_dp_tx_update_txcompl()
H A Dwmi.h3775 u32 peer_nss; member
3876 __le32 peer_nss; member
H A Dwmi.c2278 cmd->peer_nss = cpu_to_le32(arg->peer_nss); in ath12k_wmi_send_peer_assoc_cmd()
2406 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath12k_wmi_send_peer_assoc_cmd()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dwmi.h6514 __le32 peer_nss; /* num of spatial streams */ member
H A Dwmi.c7653 cmd->peer_nss = __cpu_to_le32(arg->peer_num_spatial_streams); in ath10k_wmi_peer_assoc_fill()