From a1f9e2ad44df4a3ca250b733507754f8ee553a0b Mon Sep 17 00:00:00 2001 From: Arc Wang Date: Mon, 27 Apr 2020 15:50:34 +0800 Subject: Fix verbose logging ScanResults group problem Wi-Fi 6GHZ is 802.11ax, it's frequency is 5925~7125 MHZ Bug: 154529628 Test: compile Change-Id: I3d9596a8e0ef1b8f9d25f2ed8c5d92627d802ca9 --- libs/WifiTrackerLib/src/com/android/wifitrackerlib/WifiEntry.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libs') diff --git a/libs/WifiTrackerLib/src/com/android/wifitrackerlib/WifiEntry.java b/libs/WifiTrackerLib/src/com/android/wifitrackerlib/WifiEntry.java index 989c764aa..1396cddf3 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 { 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. -- cgit v1.2.3