qcacmn: Fix statistics counters
1. Account for total Tx completions received on wbm2sw release ring. 2. Avoid multiple updates to invalid peer counter on wbm error path handling. Change-Id: I904208e1bd83e98598870a1f05c4b17c3fb20e2d CRs-Fixed: 2366790
This commit is contained in:

committed by
nshrivas

부모
0b50f1289c
커밋
ec9a530bc0
@@ -895,8 +895,6 @@ free:
|
||||
curr_nbuf = mpdu;
|
||||
while (curr_nbuf) {
|
||||
next_nbuf = qdf_nbuf_next(curr_nbuf);
|
||||
DP_STATS_INC_PKT(soc, rx.err.rx_invalid_peer, 1,
|
||||
qdf_nbuf_len(curr_nbuf));
|
||||
qdf_nbuf_free(curr_nbuf);
|
||||
curr_nbuf = next_nbuf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user