summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/WifiTrackerLib/src/com/android/wifitrackerlib/WifiEntry.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/WifiTrackerLib/src/com/android/wifitrackerlib/WifiEntry.java b/libs/WifiTrackerLib/src/com/android/wifitrackerlib/WifiEntry.java
index 59062505f..c5d224e39 100644
--- a/libs/WifiTrackerLib/src/com/android/wifitrackerlib/WifiEntry.java
+++ b/libs/WifiTrackerLib/src/com/android/wifitrackerlib/WifiEntry.java
@@ -165,14 +165,14 @@ public abstract class WifiEntry implements Comparable<WifiEntry> {
public static final int MAX_FREQ_5GHZ = 5900;
/**
- * Min bound on the 6.0 GHz (802.11ad/ay) WLAN channels.
+ * Min bound on the 6.0 GHz (802.11ax) WLAN channels.
*/
- public static final int MIN_FREQ_6GHZ = 5700;
+ public static final int MIN_FREQ_6GHZ = 5925;
/**
- * Max bound on the 6.0 GHz (802.11ad/ay) WLAN channels.
+ * Max bound on the 6.0 GHz (802.11ax) WLAN channels.
*/
- public static final int MAX_FREQ_6GHZ = 7100;
+ public static final int MAX_FREQ_6GHZ = 7125;
/**
* Max ScanResult information displayed of Wi-Fi Verbose Logging.