Browse Source

qcacld-3.0: Remove 2nd WLAN_FEATURE_RX_FULL_REORDER_OL macro

Change "qcacld-3.0: Remove unused WLAN_FEATURE_RX_FULL_REORDER_OL
macro" (Change-Id I72e770874150cbac69e8efbb9e5dd7027a2e8869) removed
one reference to macro WLAN_FEATURE_RX_FULL_REORDER_OL but left one,
so now remove that one as well.

Change-Id: I64d4042b8f129cb6ef85057652cbf5c244891b8d
CRs-Fixed: 2226541
Jeff Johnson 7 years ago
parent
commit
55435343c8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Kbuild

+ 0 - 3
Kbuild

@@ -238,8 +238,6 @@ CONFIG_QMI_SUPPORT := y
 ifeq ($(CONFIG_ICNSS), y)
 CONFIG_WIFI_3_0_ADRASTEA := y
 CONFIG_ADRASTEA_RRI_ON_DDR := y
-# Enable full rx re-order offload for adrastea
-CONFIG_WLAN_RX_FULL_REORDER_OL := y
 # Enable athdiag procfs debug support for adrastea
 CONFIG_ATH_PROCFS_DIAG_SUPPORT := y
 # Enable 11AC TX compact feature for adrastea
@@ -2316,7 +2314,6 @@ cppflags-$(CONFIG_LINUX_QCMBR) += -DLINUX_QCMBR
 cppflags-$(CONFIG_WLAN_SYNC_TSF) += -DWLAN_FEATURE_TSF
 cppflags-$(CONFIG_WLAN_SYNC_TSF_PLUS) += -DWLAN_FEATURE_TSF_PLUS
 
-cppflags-$(CONFIG_WLAN_RX_FULL_REORDER_OL) += -DWLAN_FEATURE_RX_FULL_REORDER_OL
 cppflags-$(CONFIG_ATH_PROCFS_DIAG_SUPPORT) += -DCONFIG_ATH_PROCFS_DIAG_SUPPORT
 cppflags-$(CONFIG_11AC_TXCOMPACT) += -DATH_11AC_TXCOMPACT