summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajeev Kumar <rajekuma@qca.qualcomm.com>2015-08-18 15:34:54 -0700
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2015-08-25 14:38:31 +0530
commitd652ddb27e03b84d261cbf84e07cf199ab36c2dd (patch)
tree7663648775afdfc2fee89b91c1fe26c78b572bed
parent02b27aa9b99562ee496b55074825fc9239dacbcb (diff)
qcacld-2.0: CL 1364839 - update fw common interface files
DBS Change to add mac_id in events to host Change-Id: I9e45f08e210114a95364f7cd80f996881dbf2919 CRs-Fixed: 865207
-rw-r--r--CORE/SERVICES/COMMON/wmi_unified.h5
-rw-r--r--CORE/SERVICES/COMMON/wmi_version.h2
2 files changed, 4 insertions, 3 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index 5e4ee4e092c9..a2810d018e7b 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -2453,6 +2453,7 @@ typedef struct {
A_UINT32 tsf_l32;
A_UINT32 tsf_u32;
A_UINT32 buf_len;
+ A_UINT32 pmac_id;
/* This TLV is followed by array of bytes:
* // frame buffer - contains multiple payloads in the order:
* // header - payload, header - payload...
@@ -8671,8 +8672,8 @@ typedef struct {
/** extened RSSI info */
A_UINT8 rssi_ext;
- /** For 4-byte aligment padding */
- A_UINT8 reserved;
+ /** pmac_id for the radar event */
+ A_UINT8 pmac_id;
/** index of peak magnitude bin (signed) */
A_INT32 peak_sidx;
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index d462817a0353..689ba360b268 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_ 142
+#define __WMI_REVISION_ 143
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work