Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From 961268f68dfb119083d5eb4dd123ffa8c30805ff Mon Sep 17 00:00:00 2001
- From: Park Ju Hyung <qkrwngud825@gmail.com>
- Date: Sun, 28 Oct 2018 04:19:44 +0900
- Subject: [PATCH 1/2] qcacld: fix inconsistencies between userspace
- These are exposed and set during out-of-tree builds
- Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
- ---
- drivers/staging/qcacld-3.0/Kconfig | 24 ++++++++++++++++++------
- 1 file changed, 18 insertions(+), 6 deletions(-)
- diff --git a/drivers/staging/qcacld-3.0/Kconfig b/drivers/staging/qcacld-3.0/Kconfig
- index fafceef2258e0..7cb582dd23f69 100644
- --- a/drivers/staging/qcacld-3.0/Kconfig
- +++ b/drivers/staging/qcacld-3.0/Kconfig
- @@ -13,14 +13,14 @@ 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
- +config WLAN_FEATURE_FILS
- + bool "Enable FILS Feature (11ai)"
- + default n
- +
- config WLAN_FEATURE_11W
- bool "Enable the WLAN 802.11w Protected Management Frames feature"
- default n
- @@ -46,6 +46,10 @@ config QCACLD_FEATURE_GREEN_AP
- bool "Enable Green AP feature"
- default n
- +config QCACLD_FEATURE_METERING
- + bool "Enable stats & quota metering feature"
- + default n
- +
- config HELIUMPLUS
- bool "Enable Beeliner based descriptor structures for Helium"
- default n
- @@ -124,8 +128,16 @@ config WLAN_FEATURE_DISA
- bool "Enable DISA certification feature"
- default n
- -config WLAN_SPECTRAL_SCAN
- - bool "Enable Spectral Scan feature"
- +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"
- default n
- config ICMP_DISABLE_PS
- --
- 2.19.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement