Browse Source

qcacld-3.0: CL 1522096 – update fw common interface files

Propagation from qcacld-2.0 to qcacld-3.0.

Add new service WMI_SERVICE_MARK_FIRST_WAKEUP_PACKET

Change-Id: I427fef8d8f2503c52d511fdae58fe410420e67a0
CRs-Fixed: 865207
Himanshu Agarwal 8 years ago
parent
commit
1af039888c
2 changed files with 6 additions and 1 deletions
  1. 5 0
      target/inc/wmi_services.h
  2. 1 1
      target/inc/wmi_version.h

+ 5 - 0
target/inc/wmi_services.h

@@ -176,6 +176,11 @@ typedef enum {
 	 */
 	WMI_SERVICE_VDEV_RX_FILTER,
 	WMI_SERVICE_P2P_LISTEN_OFFLOAD_SUPPORT,
+	/*
+	 * FW supports marking the first data packet which wakes
+	 * the host from suspend
+	 */
+	WMI_SERVICE_MARK_FIRST_WAKEUP_PACKET,
 	WMI_MAX_SERVICE = 128             /* max service */
 } WMI_SERVICE;
 

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