diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-02-10 09:01:54 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-02-10 09:01:54 -0800 |
| commit | a6b300f625cfa77710d262fce6001d708cebb447 (patch) | |
| tree | d2b8bd5acce948a95199ff62ea3852f9d51fd367 | |
| parent | e2128e5d3b63a34d385ed1e0e468026071551e5f (diff) | |
fw-api: CL 4148635 - update fw common interface files
Define WMI_SERVICE_SPOOF_MAC_SUPPORT flag
Change-Id: I67e0b2e5ab284e936f4f1756866b6de1d50294d8
CRs-Fixed: 1107600
| -rwxr-xr-x | fw/wmi_services.h | 1 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_services.h b/fw/wmi_services.h index 869d4e3fc4fb..3f3792102d8c 100755 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -248,6 +248,7 @@ typedef enum { WMI_SERVICE_STA_TWT=152, /* support for TWT (Target Wake Time) of STA */ WMI_SERVICE_AP_TWT=153, /* support for TWT (Target Wake Time) on AP */ WMI_SERVICE_GMAC_OFFLOAD_SUPPORT=154, /* Support for GMAC */ + WMI_SERVICE_SPOOF_MAC_SUPPORT=155, /* support for SERVICE_SPOOF_MAC */ /******* ADD NEW SERVICES HERE *******/ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 60b5e6db3f43..a4d31ed74f11 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_ 502 +#define __WMI_REVISION_ 503 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
