Searched refs:max_vht_nss (Results 1 – 2 of 2) sorted by relevance
2158 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument2168 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()[all …]
1989 unsigned int max_vht_nss);