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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user