Browse Source

qcacmn: Control frame stats

Add stats for Rx CTS derived from RTS Success.

Change-Id: I3eea7cfafe2709c280457f1eff6ab287192a1e7f
Pratik Gandhi 7 years ago
parent
commit
e918f62496
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dp/wifi3.0/dp_stats.c

+ 3 - 0
dp/wifi3.0/dp_stats.c

@@ -2137,6 +2137,9 @@ static inline void dp_print_tx_pdev_rate_stats_tlv(uint32_t *tag_buf)
 			dp_stats_buf->tx_ldpc);
 	DP_TRACE_STATS(FATAL, "rts_cnt = %d",
 			dp_stats_buf->rts_cnt);
+	DP_TRACE_STATS(FATAL, "rts_success = %d",
+			dp_stats_buf->rts_success);
+
 	DP_TRACE_STATS(FATAL, "ack_rssi = %d",
 			dp_stats_buf->ack_rssi);