Browse Source

qcacld-3.0: Remove obsolete CONFIG_PRIMA_WLAN_11AC_HIGH_TP

Kbuild conditionally defines CONFIG_PRIMA_WLAN_11AC_HIGH_TP but then
never uses it. Since it is obsolete, remove it.

Change-Id: I4002197c3068c58e542ab0b7bcc55b642e04624c
CRs-Fixed: 2221850
Jeff Johnson 7 years ago
parent
commit
b5e486e4cf
2 changed files with 0 additions and 15 deletions
  1. 0 11
      Kbuild
  2. 0 4
      Kconfig

+ 0 - 11
Kbuild

@@ -79,17 +79,6 @@ ifeq ($(KERNEL_BUILD), n)
 	CONFIG_QCACLD_WLAN_LFR3 := y
 	endif
 
-	# JB kernel has CPU enablement patches, so enable
-	ifeq ($(CONFIG_ROME_IF),pci)
-		CONFIG_PRIMA_WLAN_11AC_HIGH_TP := y
-	endif
-	ifeq ($(CONFIG_ROME_IF),usb)
-		CONFIG_PRIMA_WLAN_11AC_HIGH_TP := n
-	endif
-	ifeq ($(CONFIG_ROME_IF),sdio)
-		CONFIG_PRIMA_WLAN_11AC_HIGH_TP := n
-	endif
-
 	ifneq ($(CONFIG_MOBILE_ROUTER), y)
 	#Flag to enable TDLS feature
 	CONFIG_QCOM_TDLS := y

+ 0 - 4
Kconfig

@@ -17,10 +17,6 @@ config PRIMA_WLAN_OKC
 	bool "Enable the Prima WLAN Opportunistic Key Caching feature"
 	default n
 
-config PRIMA_WLAN_11AC_HIGH_TP
-	bool "Enable the Prima WLAN 802.11ac High Throughput option (depends upon kernel support)"
-	default n
-
 config WLAN_FEATURE_11W
 	bool "Enable the WLAN 802.11w Protected Management Frames feature"
 	default n