Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 870b5a58 authored by normanwhl's avatar normanwhl
Browse files

Align the default value WIFI_COEX_NO_POWER_CAP

Bug: 342077928
Test: m
Change-Id: I734ef4510ff8f00aa176a64486b9d5b21987154f
parent 6516ae70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -715,7 +715,7 @@ typedef struct wlan_driver_wake_reason_cnt_t {

/* 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,