Browse Source

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
Jeff Johnson 7 years ago
parent
commit
b8b3976823
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Kbuild

+ 1 - 2
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