diff --git a/Kconfig b/Kconfig index 6b844aedf3..9d03f46d86 100644 --- a/Kconfig +++ b/Kconfig @@ -13,10 +13,6 @@ config QCACLD_WLAN_LFR3 bool "Enable the WLAN Legacy Fast Roaming feature Version 3" default n -config WLAN_FEATURE_11W - bool "Enable the WLAN 802.11w Protected Management Frames feature" - default n - config WLAN_FEATURE_LPSS bool "Enable the WLAN LPSS feature" default n diff --git a/configs/default_defconfig b/configs/default_defconfig index 5b9c6719b6..ce024091a7 100644 --- a/configs/default_defconfig +++ b/configs/default_defconfig @@ -502,8 +502,6 @@ ifneq ($(CONFIG_QCA_CLD_WLAN),) ifeq (y,$(findstring y,$(CONFIG_CNSS) $(CONFIG_CNSS_MODULE) $(CONFIG_CNSS2) \ $(CONFIG_CNSS2_MODULE) $(CONFIG_ICNSS) $(CONFIG_ICNSS_MODULE) \ $(CONFIG_ICNSS2) $(CONFIG_ICNSS2_MODULE))) - #Flag to enable Protected Management Frames (11w) feature - CONFIG_WLAN_FEATURE_11W := y #Flag to enable LTE CoEx feature CONFIG_QCOM_LTE_COEX := y ifneq ($(CONFIG_MOBILE_ROUTER), y) diff --git a/configs/peach_defconfig b/configs/peach_defconfig index b679e9555c..863ad085ee 100644 --- a/configs/peach_defconfig +++ b/configs/peach_defconfig @@ -370,8 +370,6 @@ ifneq ($(CONFIG_QCA_CLD_WLAN),) ifeq (y,$(findstring y,$(CONFIG_CNSS) $(CONFIG_CNSS_MODULE) $(CONFIG_CNSS2) \ $(CONFIG_CNSS2_MODULE) $(CONFIG_ICNSS) $(CONFIG_ICNSS_MODULE) \ $(CONFIG_ICNSS2) $(CONFIG_ICNSS2_MODULE))) - #Flag to enable Protected Management Frames (11w) feature - CONFIG_WLAN_FEATURE_11W := y #Flag to enable LTE CoEx feature CONFIG_QCOM_LTE_COEX := y ifneq ($(CONFIG_MOBILE_ROUTER), y) diff --git a/configs/wcn6450_defconfig b/configs/wcn6450_defconfig index 5bb7dada20..d6306c1f6d 100644 --- a/configs/wcn6450_defconfig +++ b/configs/wcn6450_defconfig @@ -198,8 +198,6 @@ CONFIG_FEATURE_MSCS := y CONFIG_WLAN_FEATURE_FILS := y ifneq ($(CONFIG_QCA_CLD_WLAN),) ifeq (y,$(findstring y,$(CONFIG_ICNSS2) $(CONFIG_ICNSS2_MODULE))) - #Flag to enable Protected Management Frames (11w) feature - CONFIG_WLAN_FEATURE_11W := y #Flag to enable LTE CoEx feature CONFIG_QCOM_LTE_COEX := y ifneq ($(CONFIG_MOBILE_ROUTER), y)