diff options
| author | Visweswara Tanuku <vtanuku@codeaurora.org> | 2018-09-18 18:12:36 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-09-18 06:03:07 -0700 |
| commit | 8e860172998af7e16296ff101dedfa17081be772 (patch) | |
| tree | 25189dca5685dd485e9c5f48017938da326af063 | |
| parent | 8cc9f6294f44cd3be688116b0fd15a1411432282 (diff) | |
qcacld-2.0: CL 5005314 - Update fw common interface files
Add WMI_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT def
CRs-fixed: 865207
Change-Id: I4bc60ad84b843735651b68e2dea0b7f9cc68e29b
| -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 1c65aa9ca521..6745da7c85db 100644 --- a/CORE/SERVICES/COMMON/wmi_services.h +++ b/CORE/SERVICES/COMMON/wmi_services.h @@ -350,6 +350,7 @@ typedef enum { WMI_SERVICE_MOTION_DET=160, /* support for motion detection config */ WMI_SERVICE_INFRA_MBSSID=161, /* support infra multi-BSSID feature */ WMI_SERVICE_OBSS_SPATIAL_REUSE=162, /* support spatial reuse feature */ + WMI_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT=163, /* Support different beacon intervals on different VDEVs */ /******* ADD NEW SERVICES HERE *******/ diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index e4fd10b5fd35..1d0a4a4c31f1 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_ 556 +#define __WMI_REVISION_ 557 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
