瀏覽代碼

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
spuligil 5 年之前
父節點
當前提交
f827f6bda7
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -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
fw/wmi_version.h

@@ -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