diff options
| -rw-r--r-- | target/inc/wmi_unified.h | 4 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 1a4cb1723fb1..e0e3b4cc536e 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -5057,6 +5057,10 @@ typedef struct { * channel and after receiving an ACK for * a data frame with PM bit set) */ A_UINT32 rx_leak_window; + A_UINT32 tx_rts_succ_cnt; + A_UINT32 tx_rts_fail_cnt; + A_UINT32 tx_ppdu_succ_cnt; + A_UINT32 tx_ppdu_fail_cnt; } wmi_iface_link_stats; /** Interface statistics (once started) reset and start afresh after each connection */ diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 91517b5971b5..35bfe780ae42 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_ 315 +#define __WMI_REVISION_ 316 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
