From e457d6599cc02c3f04beda5d9f9af698a98b7f3c Mon Sep 17 00:00:00 2001 From: Manjeet Singh Date: Thu, 29 Dec 2016 17:18:13 +0530 Subject: qcacld-3.0: CL 2755482 - update fw common interface files add FAST_POWER_TRANSITION WMI pdev param Change-Id: I2c568b2600b732f9aa4cdba9eb9ba3d0730e5a15 CRs-Fixed: 865207 --- target/inc/wmi_unified.h | 7 +++++++ target/inc/wmi_version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 77e164ea32de..60608669ab17 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -4042,6 +4042,13 @@ typedef enum { */ WMI_PDEV_PARAM_PEER_STATS_INFO_ENABLE, + /** Configure Fast PWR Transition mode + * 0x0 -> inidcates Fast PWR transition disabled + * 0x1 -> indicates Static mode enabled + * 0x2 -> indicates Dynamic mode enabled + */ + WMI_PDEV_PARAM_FAST_PWR_TRANSITION, + } WMI_PDEV_PARAM; typedef enum { diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 33e08109b007..ab9b60ab6875 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_ 328 +#define __WMI_REVISION_ 329 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work -- cgit v1.2.3