|
@@ -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 */
|