qcacld-3.0: Optimize ping latency

If tx frame is ICMP packet, disable bmps for N seconds to avoid
latency of waking up from bmps.

Change-Id: I91f7748bfca81524637e0e4cc39ace5abf53f7dc
CRs-Fixed: 2044602
diff --git a/Kbuild b/Kbuild
index 3213944..5c9b2da 100644
--- a/Kbuild
+++ b/Kbuild
@@ -1918,6 +1918,11 @@
 CDEFINES += -DWLAN_ENABLE_CHNL_MATRIX_RESTRICTION
 endif
 
+#Enable ICMP packet disable powersave feature
+ifeq ($(CONFIG_ICMP_DISABLE_PS),y)
+CDEFINES += -DWLAN_ICMP_DISABLE_PS
+endif
+
 #Enable OBSS feature
 CDEFINES += -DQCA_HT_2040_COEX