Browse Source

qcacld-3.0: Add place holder enums for new feature

Add place holder enums for new feature under development.

Change-Id: I3af426b0120e46e56bc0e2ff2831a471016d30e1
CRs-Fixed: 865207
Himanshu Agarwal 8 years ago
parent
commit
b953a26894
3 changed files with 4 additions and 1 deletions
  1. 2 0
      target/inc/wmi_tlv_defs.h
  2. 1 0
      target/inc/wmi_unified.h
  3. 1 1
      target/inc/wmi_version.h

+ 2 - 0
target/inc/wmi_tlv_defs.h

@@ -707,6 +707,8 @@ typedef enum {
 	WMITLV_TAG_STRUC_wmi_peer_bwf_request_fixed_param,
 	WMITLV_TAG_STRUC_wmi_bwf_peer_info,
 	WMITLV_TAG_STRUC_wmi_dbglog_time_stamp_sync_cmd_fixed_param,
+	WMITLV_TAG_STRUC_wmi_place_holder_1,
+	WMITLV_TAG_STRUC_wmi_place_holder_2,
 } WMITLV_TAG_ID;
 
 /*

+ 1 - 0
target/inc/wmi_unified.h

@@ -5491,6 +5491,7 @@ typedef enum {
 	 * to all vdevs sharing the TSF
 	 */
 	WMI_VDEV_PARAM_TSF_INCREMENT,
+	WMI_VDEV_PARAM_PLACE_HOLDER_1,
 } WMI_VDEV_PARAM;
 
 /* vdev capabilities bit mask */

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