diff options
| author | Hong Shi <hongsh@codeaurora.org> | 2017-03-13 15:01:50 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-20 07:28:19 -0700 |
| commit | bdade0e5d773ce5a83345233bc4cfeb21fe36b30 (patch) | |
| tree | 427272c5ec8b9c21edd4d73a7ca2fb7b0d0edeb5 | |
| parent | 65767db385ecc760c1963bedc4830cc44ad73128 (diff) | |
qcacld-2.0: CL 2880576 - update fw common interface files
Add pdev_id field to wmi_set_periodic_channel_stats_config cmd message.
Change-Id: Ic081cfa478d4bcb7ceb691175068cde12f2ddd2d
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 5 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 5015a9630769..0697d367a739 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -16974,6 +16974,11 @@ typedef struct { A_UINT32 enable; /** periodic stats duration (units are milliseconds) */ A_UINT32 stats_period; + /* + * pdev_id for identifying the MAC + * See macros starting with WMI_PDEV_ID_ for values. + */ + A_UINT32 pdev_id; } wmi_set_periodic_channel_stats_config_fixed_param; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index f528029e2aaf..34a1024e4184 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_ 351 +#define __WMI_REVISION_ 352 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
