diff options
| author | dianlujitao <dianlujitao@lineageos.org> | 2020-04-06 22:09:22 +0800 |
|---|---|---|
| committer | Michael Bestas <mkbestas@gmail.com> | 2020-04-18 03:50:19 +0300 |
| commit | d590de79d057ece90d3c5b7bc46eab961eb104c2 (patch) | |
| tree | 2a320bfb0628cebdd47ef4bb37872157dbeb4410 | |
| parent | 6ab4d86724556114e8c09dd129f0e1c2a35ac731 (diff) | |
Revert "staging: qcacld-3.0: fix an inconsistency between userspace and kernel options"
This reverts commit 00896089b98e24799a9de0b360dbca7378fec4d5.
| -rw-r--r-- | drivers/staging/qcacld-3.0/Kconfig | 36 |
1 files changed, 6 insertions, 30 deletions
diff --git a/drivers/staging/qcacld-3.0/Kconfig b/drivers/staging/qcacld-3.0/Kconfig index 0e581dd7460c..dca8422643c1 100644 --- a/drivers/staging/qcacld-3.0/Kconfig +++ b/drivers/staging/qcacld-3.0/Kconfig @@ -13,6 +13,10 @@ config QCACLD_WLAN_LFR3 bool "Enable the WLAN Legacy Fast Roaming feature Version 3" default n +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 @@ -42,10 +46,6 @@ config QCACLD_FEATURE_GREEN_AP bool "Enable Green AP feature" default n -config QCACLD_FEATURE_METERING - bool "Enable metering feature" - default n - config HELIUMPLUS bool "Enable Beeliner based descriptor structures for Helium" default n @@ -124,16 +124,8 @@ config WLAN_FEATURE_DISA bool "Enable DISA certification feature" default n -config WLAN_FEATURE_OWE - bool "Enable OWE feature" - default n - - config WLAN_FEATURE_GMAC - bool "Enable GMAC feature" - default n - - config WLAN_FEATURE_SAE - bool "Enable SAE feature" +config WLAN_SPECTRAL_SCAN + bool "Enable Spectral Scan feature" default n config ICMP_DISABLE_PS @@ -152,20 +144,4 @@ config WLAN_FEATURE_FILS bool "Enable FILS_SK feature" default n -config WLAN_FEATURE_FIPS - bool "Enable FIPS feature" - default n - -config WLAN_FEATURE_PKT_CAPTURE - bool "Enable packet capture feature" - default n - -config WLAN_BEACON_REPORTING - bool "Enable beacon reporting feature" - default n - -config WLAN_FW_THERMAL_MITIGATION - bool "Enable FW thermal mitigation feature" - default n - endif # QCA_CLD_WLAN |
