commit | 6d39655119a3c3a0f1ee77cfc95dea6486eb2502 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Sep 18 23:02:51 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Sep 18 23:02:51 2020 +0000 |
tree | 255e7b1b8fd76eeedfeed26b8381781bf5eed7e9 | |
parent | da01cedd3296e25dabe4272a5bf30e61669fa4d6 [diff] | |
parent | 89d7253825c9bbe8d2df227ffc745fa1e1e1672f [diff] |
Snap for 6847696 from 89d7253825c9bbe8d2df227ffc745fa1e1e1672f to rvc-qpr1-release Change-Id: I4ed5cdb972fe7495247e158692b2d86b26ac773a
diff --git a/hostapd/hidl/1.2/hostapd.cpp b/hostapd/hidl/1.2/hostapd.cpp index 537353a..7789ed6 100644 --- a/hostapd/hidl/1.2/hostapd.cpp +++ b/hostapd/hidl/1.2/hostapd.cpp
@@ -196,6 +196,10 @@ // 160MHz channel return 134; } + if (channel == 2) { + // 20MHz channel + return 136; + } // Error return 0; }