summaryrefslogtreecommitdiffstats
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
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>
-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 278964017..a62bec403 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
139# IEEE 802.11n (High Throughput) support 139# IEEE 802.11n (High Throughput) support
140CONFIG_IEEE80211N=y 140CONFIG_IEEE80211N=y
141 141
142# IEEE 802.11ac (Very High Throughput) support
143CONFIG_IEEE80211AC=y
144
142# Remove debugging code that is printing out debug messages to stdout. 145# Remove debugging code that is printing out debug messages to stdout.
143# This can be used to reduce the size of the hostapd considerably if debugging 146# This can be used to reduce the size of the hostapd considerably if debugging
144# code is not needed. 147# code is not needed.