From 1aeeebaa6841b07c7b4926d4c48a0ca7d9ca895f Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Tue, 24 Oct 2023 14:16:13 +0200 Subject: [PATCH] defconfig: Remove remaining reference to IEEE80211W symbol This symbol was removed in an earlier commit. Remove this leftover which was forgotten then. Fixes: 7d2ed8bae ("Remove CONFIG_IEEE80211W build parameter") Signed-off-by: Koen Vandeputte --- hostapd/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/hostapd/defconfig b/hostapd/defconfig index a9eab4d9c..36c147682 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -410,7 +410,6 @@ CONFIG_IPV6=y # Experimental implementation based on IEEE P802.11z/D2.6 and the protocol # design is still subject to change. As such, this should not yet be enabled in # production use. -# This requires CONFIG_IEEE80211W=y to be enabled, too. #CONFIG_PASN=y # Device Provisioning Protocol (DPP) (also known as Wi-Fi Easy Connect)