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
This commit is contained in:
Himanshu Agarwal
2016-06-03 10:48:23 +05:30
committed by Vishwajith Upendra
parent b0497b5f39
commit b953a26894
3 changed files with 4 additions and 1 deletions

View File

@@ -707,6 +707,8 @@ typedef enum {
WMITLV_TAG_STRUC_wmi_peer_bwf_request_fixed_param, WMITLV_TAG_STRUC_wmi_peer_bwf_request_fixed_param,
WMITLV_TAG_STRUC_wmi_bwf_peer_info, WMITLV_TAG_STRUC_wmi_bwf_peer_info,
WMITLV_TAG_STRUC_wmi_dbglog_time_stamp_sync_cmd_fixed_param, 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; } WMITLV_TAG_ID;
/* /*

View File

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

View File

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility */ * 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 /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work