Searched refs:max_nss (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 2072 u8 max_nss; in ath12k_peer_assoc_h_ht() local 2146 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath12k_peer_assoc_h_ht() 2149 max_nss = (i / 8) + 1; in ath12k_peer_assoc_h_ht() 2167 arg->peer_nss = min(link_sta->rx_nss, max_nss); in ath12k_peer_assoc_h_ht() 2237 u8 max_nss) in ath12k_get_nss_160mhz() argument 2244 max_sup_nss = max_nss >> 1; in ath12k_get_nss_160mhz() 2250 max_sup_nss = max_nss; in ath12k_get_nss_160mhz() 2277 u8 max_nss, vht_mcs; in ath12k_peer_assoc_h_vht() local 2355 for (i = 0, max_nss = 0, vht_mcs = 0; i < NL80211_VHT_NSS_MAX; i++) { in ath12k_peer_assoc_h_vht() 2361 max_nss = i + 1; in ath12k_peer_assoc_h_vht() [all …]
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | mac.c | 1963 u8 max_nss; in ath11k_peer_assoc_h_ht() local 2031 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath11k_peer_assoc_h_ht() 2034 max_nss = (i / 8) + 1; in ath11k_peer_assoc_h_ht() 2052 arg->peer_nss = min(sta->deflink.rx_nss, max_nss); in ath11k_peer_assoc_h_ht() 2122 u8 max_nss) in ath11k_get_nss_160mhz() argument 2129 max_sup_nss = max_nss >> 1; in ath11k_get_nss_160mhz() 2135 max_sup_nss = max_nss; in ath11k_get_nss_160mhz() 2160 u8 max_nss, vht_mcs; in ath11k_peer_assoc_h_vht() local 2227 for (i = 0, max_nss = 0; i < NL80211_VHT_NSS_MAX; i++) { in ath11k_peer_assoc_h_vht() 2233 max_nss = i + 1; in ath11k_peer_assoc_h_vht() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| 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()
|