Home
last modified time | relevance | path

Searched refs:max_nss (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dmac.c2293 u8 max_nss; in ath10k_peer_assoc_h_ht() local
2356 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath10k_peer_assoc_h_ht()
2359 max_nss = (i / 8) + 1; in ath10k_peer_assoc_h_ht()
2378 arg->peer_num_spatial_streams = min(sta->rx_nss, max_nss); in ath10k_peer_assoc_h_ht()
2517 u8 max_nss, vht_mcs; in ath10k_peer_assoc_h_vht() local
2561 for (i = 0, max_nss = 0, vht_mcs = 0; i < NL80211_VHT_NSS_MAX; i++) { in ath10k_peer_assoc_h_vht()
2567 max_nss = i + 1; in ath10k_peer_assoc_h_vht()
2569 arg->peer_num_spatial_streams = min(sta->rx_nss, max_nss); in ath10k_peer_assoc_h_vht()
Dwmi.c7534 int max_mcs, max_nss; in ath10k_wmi_peer_assoc_fill_10_2() local
7539 max_nss = 0xf; in ath10k_wmi_peer_assoc_fill_10_2()
7542 SM(max_nss, WMI_PEER_ASSOC_INFO0_MAX_NSS); in ath10k_wmi_peer_assoc_fill_10_2()