Change-Id: I8bcb6208398ce2f46dd73ae99ad840958f40f13d WMI: add rate, phy mode, retries, TSF fields inside mgmt_tx_compl_event msg CRs-Fixed: 2262693
@@ -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 {
@@ -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