Ver Fonte

qcacld-3.0: CL 1452008 update fw common interface files

add a flag bit in WMI_WOW_ENABLE_CMD param to control sending PM_PME after WOW

Change-Id: Ifd61ecdc51a51683369e8672a7cd61a6ebb5ec42
CRs-Fixed: 865207
Govind Singh há 9 anos atrás
pai
commit
b5158e2692
2 ficheiros alterados com 8 adições e 1 exclusões
  1. 7 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 7 - 0
target/inc/wmi_unified.h

@@ -7606,6 +7606,13 @@ typedef enum {
 enum {
 	/* some win10 platfrom will not assert pcie_reset for wow.*/
 	WMI_WOW_FLAG_IGNORE_PCIE_RESET = 0x00000001,
+	/*
+	 * WMI_WOW_FLAG_SEND_PM_PME
+	 * Some platforms have issues if the PM_PME message is sent after WoW,
+	 * so don't send PM_PME after WoW unless the host uses this flag
+	 * to request it.
+	 */
+	WMI_WOW_FLAG_SEND_PM_PME       = 0x00000002,
 };
 
 

+ 1 - 1
target/inc/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_ 204
+#define __WMI_REVISION_ 205
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work