Searched refs:max_vht_nss (Results 1 – 1 of 1) sorted by relevance
2031 int max_vht_nss = 0; in ieee80211_get_vht_max_nss() local2056 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 …]