Home
last modified time | relevance | path

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

/Linux-v6.6/net/wireless/
Dutil.c2519 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument
2529 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()
2538 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()
2547 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2555 return max_vht_nss; in ieee80211_get_vht_max_nss()
2584 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2589 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2592 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2595 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2602 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
[all …]
/Linux-v6.6/include/linux/
Dieee80211.h2289 unsigned int max_vht_nss);