From b8b3976823abbe16b9070cdb2bccc8eb0f2ae31e Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Fri, 6 Apr 2018 20:08:10 -0700 Subject: [PATCH] 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 --- Kbuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Kbuild b/Kbuild index a00554f78472e..c50f952f40352 100644 --- a/Kbuild +++ b/Kbuild @@ -2284,10 +2284,9 @@ endif #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