Prechádzať zdrojové kódy

qcacld-3.0: CL 2679656 - update fw common interface files

Add tx RTS and PPDU success/fail counters to wmi_ifiace_link_stats

Change-Id: I00175d156804a0f835149ce5d45702b6196e86d4
CRs-Fixed: 865207
Nishank Aggarwal 8 rokov pred
rodič
commit
d19124bd87
2 zmenil súbory, kde vykonal 5 pridanie a 1 odobranie
  1. 4 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 4 - 0
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 */

+ 1 - 1
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