diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-05-15 12:37:16 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-15 12:37:16 -0700 |
| commit | d334457f7aa52cce9e53ea41447ac735ac256a4e (patch) | |
| tree | db1b874f63cac5be0501a84ee022bd95cab2f18a | |
| parent | 4618036822d4f42a4065dd77c2468b0f57c07415 (diff) | |
| parent | 9f94be8707fa6945b23d5e991eef012866aee61f (diff) | |
Merge "fw-api: CL 3052874 - update fw common interface files" into wlan-api.lnx.1.1-dev
| -rwxr-xr-x | fw/wmi_unified.h | 2 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 3d33cf2b188d..bbde7440fb37 100755 --- a/fw/wmi_unified.h +++ b/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; /** diff --git a/fw/wmi_version.h b/fw/wmi_version.h index ee1d1dba6c72..197cdfd095c8 100755 --- a/fw/wmi_version.h +++ b/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 |
