From 6a54ab82f3b016bb2d2cf0b7cf6e63b76ee9b4da Mon Sep 17 00:00:00 2001 From: tinlin Date: Wed, 22 Nov 2017 17:07:01 +0800 Subject: qcacld-2.0: CL 3708492 - Update fw common interface files Add sched_params in struct wmi_resource_config Change-Id: Icda51486c5c20440daafd4c036a8d9c3730e8517 CRs-fixed: 865207 --- CORE/SERVICES/COMMON/wmi_unified.h | 8 ++++++++ CORE/SERVICES/COMMON/wmi_version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 368925f9c3fe..2e4fc591e1ac 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -2643,6 +2643,14 @@ typedef struct { * allowed but not required to use peer map/unmap v2 format. */ A_UINT32 peer_map_unmap_v2_support; + + /** Sched config params for all pdevs + * These tx scheduling configuration parameters are currently only + * used for internal testing purposes; therefore the non-default + * values for this field are not currently documented. + * For regular use, this field should be set to 0x0. + */ + A_UINT32 sched_params; } wmi_resource_config; #define WMI_RSRC_CFG_FLAG_SET(word32, flag, value) \ diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 924b6ca353d3..6b8b3aca1249 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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_ 465 +#define __WMI_REVISION_ 466 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work -- cgit v1.2.3