Lines Matching refs:max_vht_nss
2086 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument
2096 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()
2105 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()
2114 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2122 return max_vht_nss; in ieee80211_get_vht_max_nss()
2151 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2156 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2159 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2162 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2169 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2172 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2178 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2181 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2186 return max_vht_nss; in ieee80211_get_vht_max_nss()