Advertisement
arter97

Untitled

Oct 27th, 2018
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.91 KB | None | 0 0
  1. From 961268f68dfb119083d5eb4dd123ffa8c30805ff Mon Sep 17 00:00:00 2001
  2. From: Park Ju Hyung <qkrwngud825@gmail.com>
  3. Date: Sun, 28 Oct 2018 04:19:44 +0900
  4. Subject: [PATCH 1/2] qcacld: fix inconsistencies between userspace
  5.  
  6. These are exposed and set during out-of-tree builds
  7.  
  8. Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
  9. ---
  10. drivers/staging/qcacld-3.0/Kconfig | 24 ++++++++++++++++++------
  11.  1 file changed, 18 insertions(+), 6 deletions(-)
  12.  
  13. diff --git a/drivers/staging/qcacld-3.0/Kconfig b/drivers/staging/qcacld-3.0/Kconfig
  14. index fafceef2258e0..7cb582dd23f69 100644
  15. --- a/drivers/staging/qcacld-3.0/Kconfig
  16. +++ b/drivers/staging/qcacld-3.0/Kconfig
  17. @@ -13,14 +13,14 @@ config QCACLD_WLAN_LFR3
  18.     bool "Enable the WLAN Legacy Fast Roaming feature Version 3"
  19.     default n
  20.  
  21. -config PRIMA_WLAN_OKC
  22. -   bool "Enable the Prima WLAN Opportunistic Key Caching feature"
  23. -   default n
  24. -
  25.  config PRIMA_WLAN_11AC_HIGH_TP
  26.     bool "Enable the Prima WLAN 802.11ac High Throughput option (depends upon kernel support)"
  27.     default n
  28.  
  29. +config WLAN_FEATURE_FILS
  30. +   bool "Enable FILS Feature (11ai)"
  31. +   default n
  32. +
  33.  config WLAN_FEATURE_11W
  34.     bool "Enable the WLAN 802.11w Protected Management Frames feature"
  35.     default n
  36. @@ -46,6 +46,10 @@ config QCACLD_FEATURE_GREEN_AP
  37.     bool "Enable Green AP feature"
  38.     default n
  39.  
  40. +config QCACLD_FEATURE_METERING
  41. +   bool "Enable stats & quota metering feature"
  42. +   default n
  43. +
  44.  config HELIUMPLUS
  45.     bool "Enable Beeliner based descriptor structures for Helium"
  46.     default n
  47. @@ -124,8 +128,16 @@ config WLAN_FEATURE_DISA
  48.     bool "Enable DISA certification feature"
  49.     default n
  50.  
  51. -config WLAN_SPECTRAL_SCAN
  52. -   bool "Enable Spectral Scan feature"
  53. +config WLAN_FEATURE_OWE
  54. +   bool "Enable OWE feature"
  55. +   default n
  56. +
  57. +config WLAN_FEATURE_GMAC
  58. +   bool "Enable GMAC feature"
  59. +   default n
  60. +
  61. +config WLAN_FEATURE_SAE
  62. +   bool "Enable SAE feature"
  63.     default n
  64.  
  65.  config ICMP_DISABLE_PS
  66. --
  67. 2.19.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement