qcacmn: add per user RX stats in Rx PPDU struct
1)Add per user RX stats in Rx PPDU struct 2)Add per RU size counters in wifistats/iwpriv txrx_stats 10 3)Modified RX ppdu indication structure. CRs-fixed: 2458732 Change-Id: Id8f3d6cce97503c0529642c4f5d66f3bbc59785d
This commit is contained in:
@@ -1827,9 +1827,13 @@ static inline void dp_process_htt_stat_msg(struct htt_stats_context *htt_stats,
|
||||
}
|
||||
|
||||
if (copy_stats)
|
||||
dp_htt_stats_copy_tag(pdev, tlv_type, tlv_start);
|
||||
dp_htt_stats_copy_tag(pdev,
|
||||
tlv_type,
|
||||
tlv_start);
|
||||
else
|
||||
dp_htt_stats_print_tag(tlv_type, tlv_start);
|
||||
dp_htt_stats_print_tag(pdev,
|
||||
tlv_type,
|
||||
tlv_start);
|
||||
|
||||
if (tlv_type == HTT_STATS_PEER_DETAILS_TAG ||
|
||||
tlv_type == HTT_STATS_PEER_STATS_CMN_TAG)
|
||||
|
Reference in New Issue
Block a user