Searched refs:peer_nss (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | mac.c | 1730 arg->peer_nss = 1; in ath11k_peer_assoc_h_basic() 1957 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_ht() 1963 arg->peer_nss); in ath11k_peer_assoc_h_ht() 2140 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_vht() 2164 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_vht() 2321 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he() 2469 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_he() 2474 rx_nss = min(arg->peer_nss, tx_nss); in ath11k_peer_assoc_h_he() 2492 sta->addr, arg->peer_nss, in ath11k_peer_assoc_h_he() 2849 arsta->peer_nss = arg->peer_nss; in ath11k_peer_assoc_prepare()
|
H A D | core.h | 494 u32 peer_nss; member
|
H A D | dp_tx.c | 489 arsta->txrate.nss = arsta->peer_nss; in ath11k_dp_tx_update_txcompl()
|
H A D | wmi.h | 3675 u32 peer_nss; member 3740 u32 peer_nss; member
|
H A D | wmi.c | 2013 cmd->peer_nss = param->peer_nss; in ath11k_wmi_send_peer_assoc_cmd() 2064 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath11k_wmi_send_peer_assoc_cmd()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | mac.c | 1230 arg->peer_nss = 1; in ath12k_peer_assoc_h_basic() 1449 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath12k_peer_assoc_h_ht() 1455 arg->peer_nss); in ath12k_peer_assoc_h_ht() 1585 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath12k_peer_assoc_h_vht() 1664 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath12k_peer_assoc_h_he() 3362 if (peer_arg.peer_nss < 1) { in ath12k_station_assoc() 3364 "invalid peer NSS %d\n", peer_arg.peer_nss); in ath12k_station_assoc()
|
H A D | wmi.h | 3560 u32 peer_nss; member 3633 __le32 peer_nss; member
|
H A D | wmi.c | 2019 cmd->peer_nss = cpu_to_le32(arg->peer_nss); in ath12k_wmi_send_peer_assoc_cmd() 2088 cmd->peer_max_mpdu, cmd->peer_nss, cmd->peer_phymode, in ath12k_wmi_send_peer_assoc_cmd()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.h | 6511 __le32 peer_nss; /* num of spatial streams */ member
|
H A D | wmi.c | 7610 cmd->peer_nss = __cpu_to_le32(arg->peer_num_spatial_streams); in ath10k_wmi_peer_assoc_fill()
|