Searched refs:max_nss (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 2180 u8 max_nss; in ath12k_peer_assoc_h_ht() local 2254 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath12k_peer_assoc_h_ht() 2257 max_nss = (i / 8) + 1; in ath12k_peer_assoc_h_ht() 2275 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_ht() 2345 u8 max_nss) in ath12k_get_nss_160mhz() argument 2352 max_sup_nss = max_nss >> 1; in ath12k_get_nss_160mhz() 2358 max_sup_nss = max_nss; in ath12k_get_nss_160mhz() 2385 u8 max_nss, vht_mcs; in ath12k_peer_assoc_h_vht() local 2463 for (i = 0, max_nss = 0, vht_mcs = 0; i < NL80211_VHT_NSS_MAX; i++) { in ath12k_peer_assoc_h_vht() 2469 max_nss = i + 1; in ath12k_peer_assoc_h_vht() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 2337 u8 max_nss; in ath10k_peer_assoc_h_ht() local 2400 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath10k_peer_assoc_h_ht() 2403 max_nss = (i / 8) + 1; in ath10k_peer_assoc_h_ht() 2423 max_nss); in ath10k_peer_assoc_h_ht() 2587 u8 max_nss, vht_mcs; in ath10k_peer_assoc_h_vht() local 2631 for (i = 0, max_nss = 0, vht_mcs = 0; i < NL80211_VHT_NSS_MAX; i++) { in ath10k_peer_assoc_h_vht() 2637 max_nss = i + 1; in ath10k_peer_assoc_h_vht() 2639 arg->peer_num_spatial_streams = min(sta->deflink.rx_nss, max_nss); in ath10k_peer_assoc_h_vht()
|
| H A D | wmi.c | 7708 int max_mcs, max_nss; in ath10k_wmi_peer_assoc_fill_10_2() local 7713 max_nss = 0xf; in ath10k_wmi_peer_assoc_fill_10_2() 7716 SM(max_nss, WMI_PEER_ASSOC_INFO0_MAX_NSS); in ath10k_wmi_peer_assoc_fill_10_2()
|