summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CORE/SERVICES/COMMON/wmi_unified.h2
-rw-r--r--CORE/SERVICES/COMMON/wmi_version.h2
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