diff options
| author | spuligil <spuligil@codeaurora.org> | 2017-11-07 14:03:35 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2017-11-07 14:03:35 -0800 |
| commit | fab9c22cd4f89b1197ced644f5fa35837430a2f8 (patch) | |
| tree | e67457268a94ec54b241ed30811a5599e38a445b | |
| parent | 500574a1a4471d74334e747dbc14e77e10ca4a08 (diff) | |
fw-api: CL 3697272 - update fw common interface files
Add WMI_SERVICE_WOW_WAKEUP_BY_TIMER_PATTERN def
Change-Id: Ie0fc531274a408086f583d29f0f0cd1bc314101c
CRs-Fixed: 1107600
| -rwxr-xr-x | fw/wmi_services.h | 2 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fw/wmi_services.h b/fw/wmi_services.h index 6cb65df0a480..9d40be4f3cb1 100755 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -234,7 +234,7 @@ typedef enum { * throttling status to host through this * service. */ WMI_SERVICE_BCN_OFFLOAD_START_STOP_SUPPORT=141, /* support dynamically enabling / disabling beacon tx offload */ - + WMI_SERVICE_WOW_WAKEUP_BY_TIMER_PATTERN=142, /* fw to support waking up host from wow pattern timer */ /******* ADD NEW SERVICES HERE *******/ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 6f92a26cf5ac..96b7c3d2a296 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_ 463 +#define __WMI_REVISION_ 464 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
