[oe-commits] [meta-openembedded] 12/15: hostapd: enable 802.11ac support

git at git.openembedded.org git at git.openembedded.org
Thu Dec 6 18:50:14 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 047dc65d98ebed357d314ffc24db08e9b79bb10e
Author: S. Lockwood-Childs <sjl at vctlabs.com>
AuthorDate: Wed Dec 5 18:23:13 2018 -0800

    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 at gmail.com>
---
 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.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list