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
This commit is contained in:
Jeff Johnson 2018-04-06 20:08:10 -07:00 committed by nshrivas
parent b45dba43e5
commit b8b3976823

3
Kbuild
View File

@ -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