Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c2088 u8 max_nss; in ath10k_peer_assoc_h_ht() local
2151 for (i = 0, n = 0, max_nss = 0; i < IEEE80211_HT_MCS_MASK_LEN * 8; i++) in ath10k_peer_assoc_h_ht()
2154 max_nss = (i / 8) + 1; in ath10k_peer_assoc_h_ht()
2173 arg->peer_num_spatial_streams = min(sta->rx_nss, max_nss); in ath10k_peer_assoc_h_ht()
Dwmi.c6317 int max_mcs, max_nss; in ath10k_wmi_peer_assoc_fill_10_2() local
6322 max_nss = 0xf; in ath10k_wmi_peer_assoc_fill_10_2()
6325 SM(max_nss, WMI_PEER_ASSOC_INFO0_MAX_NSS); in ath10k_wmi_peer_assoc_fill_10_2()