Merge "[qca-nss-drv] Disable packet statistics"
diff --git a/Makefile b/Makefile
index 08ce191..0c02ed3 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@
 
 PM_SUPPORT := 0
 
-ccflags-y += -I$(obj)/nss_hal/include -I$(obj)/exports -DNSS_DEBUG_LEVEL=0 -DNSS_EMPTY_BUFFER_SIZE=1792 -DNSS_PKT_STATS_ENABLED=1
+ccflags-y += -I$(obj)/nss_hal/include -I$(obj)/exports -DNSS_DEBUG_LEVEL=0 -DNSS_EMPTY_BUFFER_SIZE=1792 -DNSS_PKT_STATS_ENABLED=0
 ccflags-y += -DNSS_PM_DEBUG_LEVEL=0
 
 ifneq ($(findstring 3.4, $(KERNELVERSION)),)
diff --git a/nss_core.h b/nss_core.h
index e8e6430..a4ac086 100755
--- a/nss_core.h
+++ b/nss_core.h
@@ -91,6 +91,7 @@
 #define NSS_PKT_STATS_DECREMENT(nss_ctx, x) nss_pkt_stats_decrement((nss_ctx), (x))
 #else
 #define NSS_PKT_STATS_INCREMENT(nss_ctx, x)
+#define NSS_PKT_STATS_DECREMENT(nss_ctx, x)
 #endif
 
 /*