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

add vdev_id field to WMI_CHAN_INFO_EVENT

Change-Id: I3bb9839d6af15002be986669fd14edb540f95a6f
CRs-Fixed: 1107600
This commit is contained in:
Sandeep Puligilla
2017-05-03 10:00:58 -07:00
committed by Gerrit - the friendly Code Review server
parent b757541bc8
commit bc77fbfa2a
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * 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 /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work