From 269f7cee3d0683c4997be77ebbbde1c929fba8c1 Mon Sep 17 00:00:00 2001 From: spuligil Date: Sat, 16 Nov 2019 06:00:36 -0800 Subject: [PATCH] fw-api: CL 8804310 - update fw common interface files Change-Id: I8bcb6208398ce2f46dd73ae99ad840958f40f13d WMI: add rate, phy mode, retries, TSF fields inside mgmt_tx_compl_event msg CRs-Fixed: 2262693 --- fw/wmi_unified.h | 8 ++++++++ fw/wmi_version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 6b7da8adeb..5ed4c96c5c 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -6624,6 +6624,14 @@ typedef struct { * the noise floor. */ A_UINT32 ack_rssi; + /* xmit rate in kbps */ + A_UINT32 tx_rate; + /* phy mode WLAN_PHY_MODE of the channel defined in wlan_defs.h */ + A_UINT32 peer_phymode; + A_UINT32 retries_count; + /* current 64 bit TSF timestamp */ + A_UINT32 tx_tsf_l32; + A_UINT32 tx_tsf_u32; } wmi_mgmt_tx_compl_event_fixed_param; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 712612daf2..b887127fed 100644 --- 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_ 739 +#define __WMI_REVISION_ 740 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work