From: Lubomir Rintel Date: Tue, 19 Feb 2019 13:44:17 +0000 (+0100) Subject: defconfig: Enable IEEE 802.11n and 802.11ac (wpa_supplicant) X-Git-Tag: hostap_2_8~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7a0da75bc9637d92d64980de1e26592aba2dc7;p=thirdparty%2Fhostap.git 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 --- 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.