From c06f2ce071de439634cbe0aefeee5671a617cdca Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Thu, 7 Dec 2017 16:49:11 -0800 Subject: 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 --- core/hdd/src/wlan_hdd_main.c | 1 + 1 file changed, 1 insertion(+) 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(); } -- cgit v1.2.3