Home
last modified time | relevance | path

Searched refs:max_vht_nss (Results 1 – 1 of 1) sorted by relevance

/linux/net/wireless/
H A Dutil.c2738 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument
2748 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()
2757 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()
2766 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2774 return max_vht_nss; in ieee80211_get_vht_max_nss()
2803 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2808 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2811 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2814 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2821 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
[all …]