aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorS. Lockwood-Childs <sjl@vctlabs.com>2018-12-05 18:23:13 -0800
committerKhem Raj <raj.khem@gmail.com>2018-12-05 21:16:40 -0800
commit047dc65d98ebed357d314ffc24db08e9b79bb10e (patch)
treea6d1381671d7cdae8e3d1b5aa95864ec8f8b300d /meta-oe
parenta8887d57027deefd192b195f3f0d121a2e22b0dd (diff)
downloadmeta-openembedded-047dc65d98ebed357d314ffc24db08e9b79bb10e.tar.gz
hostapd: enable 802.11ac support
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). Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostapd/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig b/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
index 2789640170..a62bec4034 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.