qcacld-3.0: Remove unused IGTK_OFFLOAD macro

The Kbuild currently conditionally defines the macro IGTK_OFFLOAD.
However this macro is not actually referenced in the driver, so remove
it.

Change-Id: I0c1bf314ad222e2348419950a462f5ce72163ec6
CRs-Fixed: 2220913
diff --git a/Kbuild b/Kbuild
index a00554f..c50f952 100644
--- a/Kbuild
+++ b/Kbuild
@@ -2284,10 +2284,9 @@
 #Enable GTK Offload
 ifeq ($(CONFIG_GTK_OFFLOAD), 1)
 CDEFINES += -DWLAN_FEATURE_GTK_OFFLOAD
-CDEFINES += -DIGTK_OFFLOAD
 endif
 
-#Enable GTK Offload
+#Enable External WoW
 ifeq ($(CONFIG_EXT_WOW), 1)
 CDEFINES += -DWLAN_FEATURE_EXTWOW_SUPPORT
 endif