diff options
| author | Manjeet Singh <manjee@codeaurora.org> | 2016-12-29 17:18:13 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-06 20:53:08 -0800 |
| commit | e457d6599cc02c3f04beda5d9f9af698a98b7f3c (patch) | |
| tree | 4216b037d96759817ed10a8b095386f6a14f22ef | |
| parent | c88b20808855b53e8083b937e6eeb2b09a36320a (diff) | |
qcacld-3.0: CL 2755482 - update fw common interface files
add FAST_POWER_TRANSITION WMI pdev param
Change-Id: I2c568b2600b732f9aa4cdba9eb9ba3d0730e5a15
CRs-Fixed: 865207
| -rw-r--r-- | target/inc/wmi_unified.h | 7 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 8 insertions, 1 deletions
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 |
