qcacld-3.0: Increase the CE history max records size

Increase CE history max records size to 8k to capture
more events in case of CE full ring condition.

Change-Id: Ia2a3ea61dc99dd21d06b442ef00cd25550f4cb5a
CRs-Fixed: 2549528
diff --git a/Kbuild b/Kbuild
index 237d8a8..7ac440e 100644
--- a/Kbuild
+++ b/Kbuild
@@ -2712,6 +2712,7 @@
 cppflags-y += -DDP_PRINT_NO_CONSOLE
 cppflags-y += -DDP_INTR_POLL_BOTH
 cppflags-y += -DDP_INVALID_PEER_ASSERT
+cppflags-y += -DHIF_CE_HISTORY_MAX=8192
 #endof dummy flags
 
 ccflags-$(CONFIG_ENABLE_SIZE_OPTIMIZE) += -Os