Searched refs:peer_nss (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 1819 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 D | core.h | 543 u32 peer_nss; member
|
| H A D | dp_tx.c | 493 arsta->txrate.nss = arsta->peer_nss; in ath11k_dp_tx_update_txcompl()
|
| H A D | wmi.h | 3727 u32 peer_nss; member 3792 u32 peer_nss; member
|
| H A D | wmi.c | 2057 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 D | core.h | 512 u32 peer_nss; member
|
| H A D | mac.c | 1933 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 D | dp_tx.c | 631 txrate.nss = arsta->peer_nss; in ath12k_dp_tx_update_txcompl()
|
| H A D | wmi.h | 3775 u32 peer_nss; member 3876 __le32 peer_nss; member
|
| H A D | wmi.c | 2278 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 D | wmi.h | 6514 __le32 peer_nss; /* num of spatial streams */ member
|
| H A D | wmi.c | 7653 cmd->peer_nss = __cpu_to_le32(arg->peer_num_spatial_streams); in ath10k_wmi_peer_assoc_fill()
|