summaryrefslogtreecommitdiff
path: root/recipes-connectivity/hostapd/hostapd/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/hostapd/hostapd/defconfig')
-rw-r--r--recipes-connectivity/hostapd/hostapd/defconfig11
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes-connectivity/hostapd/hostapd/defconfig b/recipes-connectivity/hostapd/hostapd/defconfig
index fd01198..a62bec4 100644
--- a/recipes-connectivity/hostapd/hostapd/defconfig
+++ b/recipes-connectivity/hostapd/hostapd/defconfig
@@ -139,15 +139,10 @@ CONFIG_DRIVER_RADIUS_ACL=y
# IEEE 802.11n (High Throughput) support
CONFIG_IEEE80211N=y
+# IEEE 802.11ac (Very High Throughput) support
+CONFIG_IEEE80211AC=y
+
# Remove debugging code that is printing out debug messages to stdout.
# This can be used to reduce the size of the hostapd considerably if debugging
# code is not needed.
#CONFIG_NO_STDOUT_DEBUG=y
-
-# IEEE 802.11ac (Very High Throughput) supportĀ¬
-CONFIG_IEEE80211AC=y
-
-# Build IPv6 support for RADIUS operationsĀ¬
-CONFIG_IPV6=y
-
-