Searched refs:max_vht_nss (Results 1 – 1 of 1) sorted by relevance
2886 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument2896 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()2905 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()2914 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()2922 return max_vht_nss; in ieee80211_get_vht_max_nss()2951 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()2956 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()2959 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()2962 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()2969 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()[all …]