Home
last modified time | relevance | path

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

/Linux-v5.4/net/wireless/
Dutil.c2031 int max_vht_nss = 0; in ieee80211_get_vht_max_nss() local
2056 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()
2063 return max_vht_nss; in ieee80211_get_vht_max_nss()
2092 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2097 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2100 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2103 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()
2110 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
2113 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()
2119 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()
[all …]