qcacmn: add counters for sa_idx invalid issue

Add counters in case where we identify
HW issue where sa_valid and da_valid bit
are set and sa_idx and da_idx are invalid

Change-Id: I690b626dd3c2b7f20b35982514b0f27576221250
CRs-fixed: 2340521
This commit is contained in:
Chaithanya Garrepalli
2019-02-18 20:44:27 +05:30
committed by nshrivas
parent 7ace978f3b
commit af34aae9cd
3 changed files with 35 additions and 0 deletions

View File

@@ -6566,6 +6566,8 @@ dp_print_soc_rx_stats(struct dp_soc *soc)
soc->stats.rx.err.invalid_rbm);
DP_PRINT_STATS("Invalid Vdev = %d",
soc->stats.rx.err.invalid_vdev);
DP_PRINT_STATS("Invalid sa_idx or da_idx = %d",
soc->stats.rx.err.invalid_sa_da_idx);
DP_PRINT_STATS("Invalid Pdev = %d",
soc->stats.rx.err.invalid_pdev);
DP_PRINT_STATS("Invalid Peer = %d",