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

Commit f827f6bd authored by spuligil's avatar spuligil
Browse files

fw-api: CL 7344628 - update fw common interface files

Add new wake reaon WOW_REASON_PAGE_FAULT to indicate host wow wakeup reason is due to page fault.
<Describe here the change summary in detail>

Change-Id: I2a684cbeff2ca2f60a7ac42aa5d7719ecaaacc85
CRs-Fixed: 2262693
parent 4b873987
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13487,6 +13487,7 @@ typedef enum wake_reason_e {
    WOW_REASON_WLAN_BL, /* baselining done */
    WOW_REASON_NTH_BCN_OFLD, /* nth beacon forward to host */
    WOW_REASON_PKT_CAPTURE_MODE_WAKE,
    WOW_REASON_PAGE_FAULT, /* Host wake up due to page fault */
    /* add new WOW_REASON_ defs before this line */
    WOW_REASON_MAX,
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_    0
/** WMI revision number has to be incremented when there is a
 *  change that may or may not break compatibility. */
#define __WMI_REVISION_ 673
#define __WMI_REVISION_ 674

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work