diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2020-09-20 21:08:50 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-09-20 21:08:50 +0000 |
commit | 3877e30315513d6f69fe02f04ecc0a2aa8edc780 (patch) | |
tree | ee76476f0b5395372bbd3b38e440e3261c32be15 | |
parent | 3419c489bfde2ac54684799968feb8f203decdd4 (diff) | |
parent | ded6d0a95510f53a410daaae52d81379ff7a96fc (diff) |
Snap for 6850254 from ded6d0a95510f53a410daaae52d81379ff7a96fc to rvc-qpr1-release
Change-Id: Ibe9f91a7192e57847cd4f7079a6017e033132620
-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}); } /** |