Searched refs:max_vht_nss (Results 1 – 1 of 1) sorted by relevance
2097 int max_vht_nss = 0; in ieee80211_get_vht_max_nss() local2122 max_vht_nss = i + 1; in ieee80211_get_vht_max_nss()2129 return max_vht_nss; in ieee80211_get_vht_max_nss()2158 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()2163 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()2166 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()2169 return 2 * max_vht_nss; in ieee80211_get_vht_max_nss()2176 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()2179 return (3 * max_vht_nss) / 4; in ieee80211_get_vht_max_nss()2185 return max_vht_nss / 2; in ieee80211_get_vht_max_nss()[all …]