Browse Source

qcacld-3.0: CL 1496762 - update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation.

WMI service flag for half-rate + quarter-rate support

Change-Id: I6109a2e5f347c88f7696dadfe85a8ca4364cb0d7
CRs-Fixed: 865207
Anurag Chouhan 9 years ago
parent
commit
2d5c12c8e0
2 changed files with 6 additions and 2 deletions
  1. 5 1
      target/inc/wmi_services.h
  2. 1 1
      target/inc/wmi_version.h

+ 5 - 1
target/inc/wmi_services.h

@@ -165,7 +165,11 @@ typedef enum {
 	/* periodic channel stats service */
 	WMI_SERVICE_PERIODIC_CHAN_STAT_SUPPORT,
 	WMI_SERVICE_MESH_11S,             /* 11s mesh service support */
-
+	/*
+	 * FW+HW supports 10 MHz(half rate) and 5 MHz(quarter rate) channel
+	 * bandwidth
+	 */
+	WMI_SERVICE_HALF_RATE_QUARTER_RATE_SUPPORT,
 	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_ 238
+#define __WMI_REVISION_ 239
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work