Lines Matching refs:max_vht_nss
2158 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()
2244 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2250 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2253 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2258 return max_vht_nss; in ieee80211_get_vht_max_nss()