Browse Source

qcacld-3.0: Finish removing CONFIG_WLAN_FEATURE_11W

Change Id3a2127e9ecb343ad2a0354dcbc331c22167d7fb ("qcacld-3.0: Remove
feature flag WLAN_FEATURE_11W for pmf") removed all of the conditional
code for CONFIG_WLAN_FEATURE_11W. However, the actual Kconfig entry
was not removed, nor was the configuration setting removed from the
defconfig files, so do that now.

Change-Id: I0ba83841346fc47673231fba6aa22da9317caf09
CRs-Fixed: 3487375
Jeff Johnson 1 year ago
parent
commit
2c46e00441
4 changed files with 0 additions and 10 deletions
  1. 0 4
      Kconfig
  2. 0 2
      configs/default_defconfig
  3. 0 2
      configs/peach_defconfig
  4. 0 2
      configs/wcn6450_defconfig

+ 0 - 4
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

+ 0 - 2
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)

+ 0 - 2
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)

+ 0 - 2
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)