commit | 6591a0760b06ee8fea3c9722dbd60800b753d76e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Jun 06 02:09:42 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 06 02:09:42 2024 +0000 |
tree | 87e782f2b9baa0ad380ef45999ce5b8de086356d | |
parent | 51016462eafd09a1dec0dc7b8ee5de3eea9c7f89 [diff] | |
parent | 870b5a585814e4c650fea1027534d2fc06577257 [diff] |
Merge "Align the default value WIFI_COEX_NO_POWER_CAP" into main
diff --git a/wifi/legacy_headers/include/hardware_legacy/wifi_hal.h b/wifi/legacy_headers/include/hardware_legacy/wifi_hal.h index 4262913..9baa2c7 100644 --- a/wifi/legacy_headers/include/hardware_legacy/wifi_hal.h +++ b/wifi/legacy_headers/include/hardware_legacy/wifi_hal.h
@@ -715,7 +715,7 @@ /* Wi-Fi coex channel avoidance support */ -#define WIFI_COEX_NO_POWER_CAP (int32_t)0x7FFFFFF +#define WIFI_COEX_NO_POWER_CAP (int32_t)0x7FFFFFFF typedef enum { WIFI_AWARE = 1 << 0,