diff --git a/target/inc/wmi_tlv_defs.h b/target/inc/wmi_tlv_defs.h index 326bdff7a2..6da8f13895 100644 --- a/target/inc/wmi_tlv_defs.h +++ b/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; /* diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index cde497bf2a..c390e1dccd 100644 --- a/target/inc/wmi_unified.h +++ b/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 */ diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 79b6478366..be0fc598ef 100644 --- a/target/inc/wmi_version.h +++ b/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