Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TheStrix/ae2cf2c5b44957e2a52253d6f881cbef to your computer and use it in GitHub Desktop.
Save TheStrix/ae2cf2c5b44957e2a52253d6f881cbef to your computer and use it in GitHub Desktop.
From 4407045fbecfec821380e6ab980bd09e5fb5da1c Mon Sep 17 00:00:00 2001
From: TheStrix <parthbhatia98@gmail.com>
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