commit | 5a35e6c626bf2c2f7786c5618b62d98683220f7f | [log] [tgz] |
---|---|---|
author | Ahmed ElArabawy <arabawy@google.com> | Mon Dec 09 15:09:20 2019 -0800 |
committer | Ahmed ElArabawy <arabawy@google.com> | Mon Dec 09 16:28:15 2019 -0800 |
tree | db7af249f4543d2e8ad201512807cda3820e3eee | |
parent | 55dc880e4d68dc2a16687a89fb245aae51357b58 [diff] |
Wifi: Replace dual_band with 5GHz band support As part of the support of the 6GHz band, the concept of dual-band is no longer valid since we have more than 2 bands supported by Android and can be checked on the device. This commit replaces checks on dual-band support with an explicit check on 5GHz band support. Bug: 145936758 Bug: 139354972 Test: Manual Change-Id: I7d076be0b2d011d1ee3ea8a336ef7cdc8cdb45ab
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.