Home
last modified time | relevance | path

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

/Linux-v5.15/net/wireless/
Dutil.c2158 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument
2168 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()
2177 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()
2186 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2194 return max_vht_nss; in ieee80211_get_vht_max_nss()
2223 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2228 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2231 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2234 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2241 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
[all …]
/Linux-v5.15/include/linux/
Dieee80211.h1989 unsigned int max_vht_nss);