Home
last modified time | relevance | path

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

/net/wireless/
Dutil.c2330 unsigned int max_vht_nss) in ieee80211_get_vht_max_nss() argument
2340 if (WARN_ON(mcs > 9 || max_vht_nss > 8)) in ieee80211_get_vht_max_nss()
2349 if (!max_vht_nss) { in ieee80211_get_vht_max_nss()
2358 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2366 return max_vht_nss; in ieee80211_get_vht_max_nss()
2395 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2400 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2403 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2406 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2413 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
[all …]