diff options
| author | Manjeet Singh <manjee@codeaurora.org> | 2017-01-02 14:57:27 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-30 05:50:54 -0800 |
| commit | e7aca2ffa27cebfa66f10c24d48280b1bb01e1ff (patch) | |
| tree | c0046ea37a894e2f74a0de981fe9fae8ff5f3223 | |
| parent | 7f00c9863a54071843160f321b8d8c8a3c529222 (diff) | |
qcacld-2.0: CL 2755482 - update fw common interface files
add FAST_POWER_TRANSITION WMI pdev param
Change-Id: I2c568b2600b732f9aa4cdba9eb9ba3d0730e5a15
CRs-Fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 7 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 76737cf26b2d..84eb0728c04b 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -3912,6 +3912,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/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 9d560d78b4de..505574010171 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_ 328 +#define __WMI_REVISION_ 329 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
