* [meta-oe][PATCH] hostapd: enable 802.11ac support
@ 2018-12-06 2:23 S. Lockwood-Childs
0 siblings, 0 replies; only message in thread
From: S. Lockwood-Childs @ 2018-12-06 2:23 UTC (permalink / raw)
To: openembeded-devel
hostapd has supported 802.11ac for quite a while now (and it has been
used in many OpenWrt/LEDE releases) so it should be safe to enable
802.11ac support in the build. This does not automatically turn it on
at runtime, but just makes it available when a config file tries to turn
it on (rather than spewing syntax errors about unrecognized directives).
---
meta-oe/recipes-connectivity/hostapd/hostapd/defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig b/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
index 2789640..a62bec4 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
@@ -139,6 +139,9 @@ 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.
--
1.9.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-06 2:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-06 2:23 [meta-oe][PATCH] hostapd: enable 802.11ac support S. Lockwood-Childs
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.