diff options
author | Kai Shi <kaishi@google.com> | 2020-09-20 04:19:16 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-09-20 04:19:16 +0000 |
commit | ba0354e8217d846ec689c207e4ae00a95956b369 (patch) | |
tree | ee76476f0b5395372bbd3b38e440e3261c32be15 /service | |
parent | ca00719496bac82f62118caa972bc388f9c736f8 (diff) | |
parent | 51853b08872f1cfda27f587b0b13233cdae178b5 (diff) |
Merge "Bug fix of 6GHz band channelization" into rvc-qpr-dev
Diffstat (limited to 'service')
-rw-r--r-- | service/java/com/android/server/wifi/util/ApConfigUtil.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/service/java/com/android/server/wifi/util/ApConfigUtil.java b/service/java/com/android/server/wifi/util/ApConfigUtil.java index 39d0df5f5..1e8cc24a0 100644 --- a/service/java/com/android/server/wifi/util/ApConfigUtil.java +++ b/service/java/com/android/server/wifi/util/ApConfigUtil.java @@ -65,7 +65,8 @@ public class ApConfigUtil { sBandToOperatingClass.append(SoftApConfiguration.BAND_2GHZ, new int[]{81, 82, 83, 84}); sBandToOperatingClass.append(SoftApConfiguration.BAND_5GHZ, new int[]{115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130}); - sBandToOperatingClass.append(SoftApConfiguration.BAND_6GHZ, new int[]{131, 132, 133, 134}); + sBandToOperatingClass.append(SoftApConfiguration.BAND_6GHZ, new int[]{131, 132, 133, 134, + 135, 136}); } /** |