diff options
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_services.h | 1 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_services.h b/CORE/SERVICES/COMMON/wmi_services.h index 7b39afe39db7..1b35055cb040 100644 --- a/CORE/SERVICES/COMMON/wmi_services.h +++ b/CORE/SERVICES/COMMON/wmi_services.h @@ -342,6 +342,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 *******/ WMI_MAX_EXT_SERVICE diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 972efcf56b1e..e69c5333dcb0 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_ 502 +#define __WMI_REVISION_ 503 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
