From a24c0fe6b7eb57ee7b4e204e77789581159843bf Mon Sep 17 00:00:00 2001 From: Himanshu Agarwal Date: Tue, 13 Sep 2016 22:39:20 +0530 Subject: [PATCH] =?UTF-8?q?qcacld-3.0:=20CL=201636297=20=E2=80=93=20update?= =?UTF-8?q?=20fw=20common=20interface=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Propagation from qcacld-2.0 to qcacld-3.0. Add tx frame count and MAC clock to WMI chan info event message. Change-Id: I79c2a07504a5ff84ebf4b48ca00ef3c299fd15f1 CRs-Fixed: 865207 --- target/inc/wmi_unified.h | 7 +++++++ target/inc/wmi_version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index e58a821f3a..7f11197ddb 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -7833,6 +7833,9 @@ typedef struct { A_UINT32 vdev_id; } wmi_peer_add_wds_entry_cmd_fixed_param; +#define WMI_CHAN_INFO_START_RESP 0 +#define WMI_CHAN_INFO_END_RESP 1 + typedef struct { A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_peer_remove_wds_entry_cmd_fixed_param */ /** wds MAC addr */ @@ -7897,6 +7900,10 @@ typedef struct { A_UINT32 my_bss_rx_cycle_count; /** b-mode data rx time (units are microseconds) */ A_UINT32 rx_11b_mode_data_duration; + /** tx frame count */ + A_UINT32 tx_frame_cnt; + /** mac clock */ + A_UINT32 mac_clk_mhz; } wmi_chan_info_event_fixed_param; /** diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 1ded542df0..468e18d55b 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/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_ 292 +#define __WMI_REVISION_ 293 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work