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

Commit 6591a076 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Align the default value WIFI_COEX_NO_POWER_CAP" into main

parents 51016462 870b5a58
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,