qcacmn: Fix the limitations in enabling memory debug on WIN

Copy the file name to a QDF local array, rather than using
the pointer to file name, to avoid access to the invalid pointer.
Also, separate out SKB debug from memory debug.
SKB debug will be enabled once the SKB related false positives are fixed.

CRs-Fixed: 2216661
Change-Id: I0ada1acb84c24c961cf614c9c47261f272959874
This commit is contained in:
Shiva Krishna Pittala
2018-04-02 17:23:42 +05:30
zatwierdzone przez nshrivas
rodzic 8a4564f221
commit b155431361
9 zmienionych plików z 63 dodań i 28 usunięć

Wyświetl plik

@@ -53,6 +53,10 @@ src/qdf_types.o
#linux/src/qdf_net_ioctl.o
#linux/src/qdf_net_wext.o
ifeq ($(MEMORY_DEBUG),1)
qdf-objs += src/qdf_debug_domain.o
endif
ifeq ($(LOGGING_UTILS_SUPPORT),1)
qdf-objs += \
$(HOST_CMN_CONVG_NLINK)/src/wlan_nlink_srv.o \