Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dutil.c2532 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument
2542 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()
2551 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()
2560 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2568 return max_vht_nss; in ieee80211_get_vht_max_nss()
2597 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2602 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2605 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2608 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2615 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
[all …]
/openbmc/linux/include/linux/
H A Dieee80211.h2296 unsigned int max_vht_nss);