fw-api: CL 4148635 - update fw common interface files

Define WMI_SERVICE_SPOOF_MAC_SUPPORT flag

Change-Id: I67e0b2e5ab284e936f4f1756866b6de1d50294d8
CRs-Fixed: 1107600
This commit is contained in:
spuligil
2018-02-10 09:01:54 -08:00
parent ebb0acbd41
commit fea1041dd8
2 changed files with 2 additions and 1 deletions

View File

@@ -248,6 +248,7 @@ typedef enum {
WMI_SERVICE_STA_TWT=152, /* support for TWT (Target Wake Time) of STA */ 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_AP_TWT=153, /* support for TWT (Target Wake Time) on AP */
WMI_SERVICE_GMAC_OFFLOAD_SUPPORT=154, /* Support for GMAC */ WMI_SERVICE_GMAC_OFFLOAD_SUPPORT=154, /* Support for GMAC */
WMI_SERVICE_SPOOF_MAC_SUPPORT=155, /* support for SERVICE_SPOOF_MAC */
/******* ADD NEW SERVICES HERE *******/ /******* ADD NEW SERVICES HERE *******/

View File

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * 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 /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work