qcacmn: Count htc packets failed or not freed in misclist

HTC packets were mapped but not unmapped or freed. As part of
hdd_wlan_stop_modules(), all nbufs will be freed in misclist
and TxQueue.
Adding debug change to count number of htc packets failed to
send and count number of nbufs in misclist are skipped when
freeing them.

Change-Id: I868621a67cf89d9b84e202843990f576973ec334
CRs-Fixed: 2807407
This commit is contained in:
Ananya Gupta
2020-11-05 09:34:03 +05:30
committed by snandini
부모 a958936486
커밋 ea977dc41c
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@@ -194,6 +194,8 @@ struct htt_soc {
struct {
int htc_err_cnt;
int htc_pkt_free;
int skip_count;
int fail_count;
/* rtpm put skip count for ver req msg */
int htt_ver_req_put_skip;
} stats;