From 6b7a0da75bc9637d92d64980de1e26592aba2dc7 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 19 Feb 2019 14:44:17 +0100 Subject: [PATCH] defconfig: Enable IEEE 802.11n and 802.11ac (wpa_supplicant) I guess there's no reason anyone with capable hardware wouldn't want to enable these. Debian and Fedora aleady do. Signed-off-by: Lubomir Rintel --- wpa_supplicant/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index e4ab14dcb..f5f38fb19 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -467,11 +467,11 @@ CONFIG_DEBUG_SYSLOG=y #CONFIG_GETRANDOM=y # IEEE 802.11n (High Throughput) support (mainly for AP mode) -#CONFIG_IEEE80211N=y +CONFIG_IEEE80211N=y # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode) # (depends on CONFIG_IEEE80211N) -#CONFIG_IEEE80211AC=y +CONFIG_IEEE80211AC=y # Wireless Network Management (IEEE Std 802.11v-2011) # Note: This is experimental and not complete implementation.