Browse Source

fw-api: CL 3052874 - update fw common interface files

add vdev_id field to WMI_CHAN_INFO_EVENT

Change-Id: I3bb9839d6af15002be986669fd14edb540f95a6f
CRs-Fixed: 1107600
Sandeep Puligilla 8 years ago
parent
commit
bc77fbfa2a
2 changed files with 3 additions and 1 deletions
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -8899,6 +8899,8 @@ typedef struct {
     A_UINT32 tx_frame_cnt;
     /** mac clock */
     A_UINT32 mac_clk_mhz;
+    /** unique id identifying the VDEV */
+    A_UINT32 vdev_id;
 } wmi_chan_info_event_fixed_param;
 
 /**

+ 1 - 1
fw/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_ 385
+#define __WMI_REVISION_ 386
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work