Searched refs:max_vht_nss (Results 1 – 2 of 2) sorted by relevance
2784 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument2794 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()2803 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()2812 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()2820 return max_vht_nss; in ieee80211_get_vht_max_nss()2849 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()2854 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()2857 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()2860 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()2867 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()[all …]
2474 unsigned int max_vht_nss);