diff options
| author | snandini <snandini@codeaurora.org> | 2017-07-23 14:02:08 -0700 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-07-23 14:02:09 -0700 |
| commit | 3099bac14dc2cfae709584f9bcd234c1add8f627 (patch) | |
| tree | bab22a1675ba48fd1c69fbb3842b2ef54c62bf64 | |
| parent | bdcbf96127f9bd34393327d08728c77fde228caa (diff) | |
fw-api: CL 3292486 - update fw common interface files
WMI changes to add PDEV_PARAM_DTIM_SYNTH
<Describe here the change summary in detail>
Change-Id: I20cfb2dc03d42e34b505afe59d9cca46bdd6407f
CRs-Fixed: 1107600
| -rwxr-xr-x | fw/wmi_unified.h | 5 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 5aee92bd7af2..05d971f9c317 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -4374,6 +4374,11 @@ typedef enum { * bits 31:1 - unused / reserved (set to 0) */ WMI_PDEV_PARAM_ENABLE_CCK_TXFIR_OVERRIDE, + /** Enable/Disable DTIM Synth + * 1- Enable DTIM Synth + * 0- Disable DTIM Synth + */ + WMI_PDEV_PARAM_DTIM_SYNTH, } WMI_PDEV_PARAM; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 8f8175472add..89fe16baf05d 100755 --- a/fw/wmi_version.h +++ b/fw/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_ 418 +#define __WMI_REVISION_ 419 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
