[qca-nss-drv]: Change Max buff size to 1984 for coconut
Add support for DTSI entry corresponding to wifi offload
Change-Id: I0434d932f632d39d6ee3bcd60ad67876fd8f9796
Signed-off-by: Radha krishna Simha Jiguru <rjiguru@codeaurora.org>
diff --git a/Makefile b/Makefile
index 8a43073..a4d4fbf 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@
ifneq ($(findstring 3.4, $(KERNELVERSION)),)
NSS_CCFLAGS = -DNSS_DT_SUPPORT=0 -DNSS_FW_DBG_SUPPORT=1 -DNSS_PM_SUPPORT=1 -DNSS_EMPTY_BUFFER_SIZE=1984
else
-NSS_CCFLAGS = -DNSS_DT_SUPPORT=1 -DNSS_FW_DBG_SUPPORT=0 -DNSS_PM_SUPPORT=0 -DNSS_EMPTY_BUFFER_SIZE=1792
+NSS_CCFLAGS = -DNSS_DT_SUPPORT=1 -DNSS_FW_DBG_SUPPORT=0 -DNSS_PM_SUPPORT=0 -DNSS_EMPTY_BUFFER_SIZE=1984
ccflags-y += -I$(obj)
endif