diff options
| author | tinlin <tinlin@codeaurora.org> | 2017-11-22 17:07:01 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-28 05:57:19 -0800 |
| commit | 6a54ab82f3b016bb2d2cf0b7cf6e63b76ee9b4da (patch) | |
| tree | 2030c60496ee20f666e2e64b228c120f8d7c68e8 | |
| parent | 6d0991791667e05b4bd3ceb05a1e8e337fb0b5b5 (diff) | |
qcacld-2.0: CL 3708492 - Update fw common interface files
Add sched_params in struct wmi_resource_config
Change-Id: Icda51486c5c20440daafd4c036a8d9c3730e8517
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 8 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 9 insertions, 1 deletions
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 |
