Переглянути джерело

qcacld-3.0: Remove unused WLAN_FEATURE_RX_FULL_REORDER_OL macro

Kbuild currently defines the macro WLAN_FEATURE_RX_FULL_REORDER_OL.
However the change "qcacld-3.0: wma: change legacy data path api to
cdp api" removed the only reference to this macro. Since it is now
obsolete, remove it.

Change-Id: I72e770874150cbac69e8efbb9e5dd7027a2e8869
CRs-Fixed: 2220918
Jeff Johnson 7 роки тому
батько
коміт
8018ecec87
1 змінених файлів з 0 додано та 7 видалено
  1. 0 7
      Kbuild

+ 0 - 7
Kbuild

@@ -2345,13 +2345,6 @@ CDEFINES += -DFEATURE_METERING
 endif
 endif
 
-#Enable RX Full re-order OL feature only "LL and NON-MDM9630 platform"
-ifneq ($(CONFIG_ARCH_MDM9630), y)
-ifeq ($(CONFIG_HIF_PCI), 1)
-CDEFINES += -DWLAN_FEATURE_RX_FULL_REORDER_OL
-endif
-endif
-
 ifeq ($(CONFIG_ARCH_MDM9607), y)
 CDEFINES += -DCONFIG_TUFELLO_DUAL_FW_SUPPORT
 endif