소스 검색

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 년 전
부모
커밋
b8b3976823
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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