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