qcacld: Enable packet tracker for both high and low latency devices

Currently packet tracker is enabled only for low latency devices,
Changes are made to enable the support for high latency devices.

Change-Id: I20cfddd8e5682892acea5b9f125d574399af9def
CRs-Fixed: 772269
diff --git a/Kbuild b/Kbuild
index 5c0b9ba..988b7bb 100644
--- a/Kbuild
+++ b/Kbuild
@@ -921,7 +921,8 @@
 		-DFEATURE_WLAN_EXTSCAN \
 		-DQCA_LL_TX_FLOW_CT \
 		-DFEATURE_WLAN_LFR \
-		-DFEATURE_WLAN_CH144
+		-DFEATURE_WLAN_CH144 \
+                -DQCA_PKT_PROTO_TRACE
 
 ifeq ($(CONFIG_QCA_WIFI_SDIO), 1)
 CDEFINES +=     -DCONFIG_HL_SUPPORT \
@@ -959,10 +960,6 @@
 		-DQCA_SUPPORT_TXRX_VDEV_LL_TXQ
 endif
 
-ifeq ($(CONFIG_DEBUG_LL),y)
-CDEFINES +=    	-DQCA_PKT_PROTO_TRACE
-endif
-
 ifneq ($(CONFIG_QCA_CLD_WLAN),)
 CDEFINES += -DWCN_PRONTO
 CDEFINES += -DWCN_PRONTO_V1