commit | 870b5a585814e4c650fea1027534d2fc06577257 | [log] [tgz] |
---|---|---|
author | normanwhl <normanwhl@google.com> | Thu Jun 06 01:05:05 2024 +0800 |
committer | normanwhl <normanwhl@google.com> | Thu Jun 06 01:05:05 2024 +0800 |
tree | 353c21c0c87bfc94c345086802cc353de5ff8c95 | |
parent | 6516ae706fa74413484839b31185e9fa790dd874 [diff] |
Align the default value WIFI_COEX_NO_POWER_CAP Bug: 342077928 Test: m Change-Id: I734ef4510ff8f00aa176a64486b9d5b21987154f
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,