瀏覽代碼

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