Lines Matching refs:max_vht_nss
2328 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument
2338 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()
2347 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()
2356 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2364 return max_vht_nss; in ieee80211_get_vht_max_nss()
2393 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2398 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2401 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2404 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2411 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2414 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2420 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2423 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2428 return max_vht_nss; in ieee80211_get_vht_max_nss()