Lines Matching refs:max_vht_nss
2130 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument
2140 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()
2149 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()
2158 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2166 return max_vht_nss; in ieee80211_get_vht_max_nss()
2195 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2200 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2203 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2206 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2213 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2216 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2222 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2225 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2230 return max_vht_nss; in ieee80211_get_vht_max_nss()