diff options
| author | Dustin Brown <dustinb@codeaurora.org> | 2017-12-07 16:49:11 -0800 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-12-12 16:09:28 -0800 |
| commit | c06f2ce071de439634cbe0aefeee5671a617cdca (patch) | |
| tree | 6cd409d7e555d74b78da85f62a5b83489a0d40a2 | |
| parent | 2be9855f98a3f82ec46bdf681e6b49270d58cabe (diff) | |
qcacld-3.0: Enable nbuf map/unmap tracking
Enable the recently added net buf map and unmap tracking feature. This
feature is tied to MEMORY_DEBUG.
Change-Id: I2f1606447af8b022e0fb9886301fafa9a8fd334c
CRs-Fixed: 2151977
| -rw-r--r-- | core/hdd/src/wlan_hdd_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c index da67fda44a74..1998cc057be9 100644 --- a/core/hdd/src/wlan_hdd_main.c +++ b/core/hdd/src/wlan_hdd_main.c @@ -2021,6 +2021,7 @@ static void hdd_update_hw_sw_info(hdd_context_t *hdd_ctx) static void hdd_check_for_leaks(void) { qdf_mc_timer_check_for_leaks(); + qdf_nbuf_map_check_for_leaks(); qdf_mem_check_for_leaks(); } |
