Procházet zdrojové kódy

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

Change-Id: I435ab923ccced1b33fc45c51b9efda15f1603bb0
CRs-Fixed: 3830439
spuligil před 7 měsíci
rodič
revize
ece2d2a7a0
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 3 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 3 - 0
fw/wmi_unified.h

@@ -24071,6 +24071,7 @@ typedef enum event_type_e {
     WOW_RTT_11AZ_EVENT,                   /* 32 + 13 */
     WOW_P2P_NOA_EVENT,                    /* 32 + 14 */
     WOW_XGAP_EVENT,                       /* 32 + 15 */
+    WOW_PAGE_FAULT_EVENT,                 /* 32 + 16 */
 } WOW_WAKE_EVENT_TYPE;
 
 typedef enum wake_reason_e {
@@ -24168,6 +24169,8 @@ typedef enum wake_reason_e {
     WOW_REASON_MCC_LITE,
     /* P2P CLI detected BMISS from DFS master AP */
     WOW_REASON_P2P_CLI_DFS_AP_BMISS_DETECTED,
+    /* if Page Fault blocking feature enabled and PF observed under WoW */
+    WOW_REASON_PF_BLOCKING_LAST_TIME,
 
     /* add new WOW_REASON_ defs before this line */
     WOW_REASON_MAX,

+ 1 - 1
fw/wmi_version.h

@@ -37,7 +37,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_ 1509
+#define __WMI_REVISION_ 1510
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work