diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-08 00:19:55 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-08 00:19:55 -0800 |
| commit | 13fe5457291911253fc3d10d3443da5303f2a1a5 (patch) | |
| tree | 9aadfcff99a38c02ea97ecea8650a8e9001801fd | |
| parent | 73e87cb2b332ccf20a1ed15bf3b352a62df78ab7 (diff) | |
| parent | c9d71f282bbb432504abb6874eb258bd521c42c5 (diff) | |
Merge "qcacld-2.0: CL 2806862 - update fw common interface files" into wlan-cld2.driver.lnx.1.0-dev
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_services.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_services.h b/CORE/SERVICES/COMMON/wmi_services.h index db9014c32513..4eff35007986 100644 --- a/CORE/SERVICES/COMMON/wmi_services.h +++ b/CORE/SERVICES/COMMON/wmi_services.h @@ -278,6 +278,8 @@ typedef enum { WMI_SERVICE_PEER_STATS_INFO = 116, /* support per peer stats info */ WMI_SERVICE_REGULATORY_DB = 117, /* support regulatory database in FW */ WMI_SERVICE_11D_OFFLOAD = 118, /* support 11D scan offload in FW */ + WMI_SERVICE_HW_DATA_FILTERING = 119, + /***** ADD NEW SERVICES HERE UNTIL ALL VALUES UP TO 128 ARE USED *****/ WMI_MAX_SERVICE = 128, /* max service */ diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 7f043bdde63d..6c6c8e1378e1 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_ 335 +#define __WMI_REVISION_ 336 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
