Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/wireless/
Dutil.c2128 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument
2138 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()
2147 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()
2156 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2164 return max_vht_nss; in ieee80211_get_vht_max_nss()
2193 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2198 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2201 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2204 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2211 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dieee80211.h1942 unsigned int max_vht_nss);