Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dmac.c2247 u8 max_nss; in ath10k_peer_assoc_h_ht() local
2310 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath10k_peer_assoc_h_ht()
2313 max_nss = (i / 8) + 1; in ath10k_peer_assoc_h_ht()
2332 arg->peer_num_spatial_streams = min(sta->rx_nss, max_nss); in ath10k_peer_assoc_h_ht()
2471 u8 max_nss, vht_mcs; in ath10k_peer_assoc_h_vht() local
2515 for (i = 0, max_nss = 0, vht_mcs = 0; i < NL80211_VHT_NSS_MAX; i++) { in ath10k_peer_assoc_h_vht()
2521 max_nss = i + 1; in ath10k_peer_assoc_h_vht()
2523 arg->peer_num_spatial_streams = min(sta->rx_nss, max_nss); in ath10k_peer_assoc_h_vht()
Dwmi.c7328 int max_mcs, max_nss; in ath10k_wmi_peer_assoc_fill_10_2() local
7333 max_nss = 0xf; in ath10k_wmi_peer_assoc_fill_10_2()
7336 SM(max_nss, WMI_PEER_ASSOC_INFO0_MAX_NSS); in ath10k_wmi_peer_assoc_fill_10_2()