Browse Source

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
Dustin Brown 7 years ago
parent
commit
8e71150aef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/hdd/src/wlan_hdd_main.c

+ 1 - 0
core/hdd/src/wlan_hdd_main.c

@@ -2474,6 +2474,7 @@ static void hdd_check_for_leaks(void)
 	/* DO NOT REMOVE these checks; for false positives, read above first */
 
 	qdf_mc_timer_check_for_leaks();
+	qdf_nbuf_map_check_for_leaks();
 	qdf_mem_check_for_leaks();
 }