Created
November 11, 2017 10:45
-
-
Save TheStrix/ae2cf2c5b44957e2a52253d6f881cbef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 4407045fbecfec821380e6ab980bd09e5fb5da1c Mon Sep 17 00:00:00 2001 | |
From: TheStrix <[email protected]> | |
Date: Sat, 11 Nov 2017 16:09:40 +0530 | |
Subject: [PATCH] qcacld-3.0: Add Kconfig entry for FILS Feature | |
Change-Id: I3cc23ca8f9528a91970240ddedd225ac3258cf11 | |
--- | |
drivers/staging/qcacld-3.0/Kconfig | 4 ++++ | |
1 file changed, 4 insertions(+) | |
diff --git a/drivers/staging/qcacld-3.0/Kconfig b/drivers/staging/qcacld-3.0/Kconfig | |
index 92530f8..55f9268 100644 | |
--- a/drivers/staging/qcacld-3.0/Kconfig | |
+++ b/drivers/staging/qcacld-3.0/Kconfig | |
@@ -139,4 +139,8 @@ config ICMP_DISABLE_PS | |
config CONFIG_BUILD_TIMESTAMP | |
bool "Embed timestamp in wlan version" | |
default n | |
+ | |
+config WLAN_FEATURE_FILS | |
+ bool "Enable FILS Feature (11ai)" | |
+ default n | |
endif # QCA_CLD_WLAN | |
-- | |
2.7.4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment