Lines Matching refs:max_vht_nss
2700 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument
2710 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()
2719 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()
2728 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2736 return max_vht_nss; in ieee80211_get_vht_max_nss()
2765 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2770 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2773 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2776 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2783 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2786 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2792 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2795 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2800 return max_vht_nss; in ieee80211_get_vht_max_nss()