Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java100 private static final int MAX_NUM_SPATIAL_STREAM_11N = 4; field in ThroughputPredictor
292 maxNumSpatialStream = Math.min(maxNumSpatialStream, MAX_NUM_SPATIAL_STREAM_11N); in predictThroughputInternal()