Lines Matching refs:max_nss
1365 u8 max_nss; in ath12k_peer_assoc_h_ht() local
1425 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath12k_peer_assoc_h_ht()
1428 max_nss = (i / 8) + 1; in ath12k_peer_assoc_h_ht()
1446 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath12k_peer_assoc_h_ht()
1527 u8 max_nss, vht_mcs; in ath12k_peer_assoc_h_vht() local
1574 for (i = 0, max_nss = 0, vht_mcs = 0; i < NL80211_VHT_NSS_MAX; i++) { in ath12k_peer_assoc_h_vht()
1580 max_nss = i + 1; in ath12k_peer_assoc_h_vht()
1582 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath12k_peer_assoc_h_vht()
1617 u8 ampdu_factor, rx_mcs_80, rx_mcs_160, max_nss; in ath12k_peer_assoc_h_he() local
1655 max_nss = min(rx_mcs_80, rx_mcs_160); in ath12k_peer_assoc_h_he()
1657 max_nss = rx_mcs_80; in ath12k_peer_assoc_h_he()
1659 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath12k_peer_assoc_h_he()