qcacld-3.0: Change to include FW interface file wdi_ipa.h

For WLAN FW-host interface file automation, need to pull in WDI IPA
interface definition file wdi_ipa.h, into WLAN host driver.
This change is to match host dirver MACRO names with wdi_ipa.h.
Enable back CONFIG_IPA_OFFLOAD flag in Kbuild.

Change-Id: I9cd0c3b942c0a7b5e98f589090ae51cc0acf67c2
CRs-Fixed: 2085741
diff --git a/Kbuild b/Kbuild
index 5ee9a01..be8b7e5 100644
--- a/Kbuild
+++ b/Kbuild
@@ -355,7 +355,7 @@
 
 #Enable IPA offload
 ifeq ($(CONFIG_IPA), y)
-#CONFIG_IPA_OFFLOAD := 1
+CONFIG_IPA_OFFLOAD := 1
 endif
 ifeq ($(CONFIG_IPA3), y)
 CONFIG_IPA_OFFLOAD := 1