diff options
| author | tinlin <tinlin@codeaurora.org> | 2017-11-21 14:48:36 +0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-28 03:47:10 -0800 |
| commit | f29d2cc114bad841cd5907aa07f6bf58382e2b8f (patch) | |
| tree | 3f77f41ebdf231672f48a6b190677fd8c396ab16 | |
| parent | 9495a4fe56dff31a02debae91807d2239b3aebfe (diff) | |
qcacld-2.0: CL 3367805 - Update fw common interface files
Add pdev_id for stats event fix
Change-Id: Ief36a144eeb48b4df2aa6ad2230d32ebfd143290
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.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_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index eaa12054b21c..a341babe032e 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -5144,6 +5144,7 @@ typedef struct { A_UINT32 vdev_id; /** peer MAC address */ wmi_mac_addr peer_macaddr; + A_UINT32 pdev_id; /** pdev_id for identifying the MAC. See macros starting with WMI_PDEV_ID_ for values. In non-DBDC case host should set it to 0. */ /* * This TLV is (optionally) followed by other TLVs: * wmi_inst_rssi_stats_params inst_rssi_params; @@ -5737,6 +5738,7 @@ typedef struct { A_UINT32 num_chan_stats; /** number of MIB stats event structures (wmi_mib_stats) */ A_UINT32 num_mib_stats; + A_UINT32 pdev_id; /** pdev_id for identifying the MAC. See macros starting with WMI_PDEV_ID_ for values. In non-DBDC case host should set it to 0. */ /* This TLV is followed by another TLV of array of bytes * A_UINT8 data[]; * This data array contains diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index ed1c954de688..c75128b9b740 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_ 426 +#define __WMI_REVISION_ 427 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
