From 06b4024628e1c66a1c78b22887e177c8ad627ddf Mon Sep 17 00:00:00 2001 From: Patrick Walther Date: Mon, 24 Jul 2023 11:37:50 +0200 Subject: [PATCH] ADD: [hostapd] enable WIFI6 support id: 414276 --- recipes-connectivity/hostapd/files/hostapd-full.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/hostapd/files/hostapd-full.config b/recipes-connectivity/hostapd/files/hostapd-full.config index a029562..52537d0 100644 --- a/recipes-connectivity/hostapd/files/hostapd-full.config +++ b/recipes-connectivity/hostapd/files/hostapd-full.config @@ -174,7 +174,7 @@ CONFIG_IEEE80211AC=y # Note: This is experimental and work in progress. The definitions are still # subject to change and this should not be expected to interoperate with the # final IEEE 802.11ax version. -#CONFIG_IEEE80211AX=y +CONFIG_IEEE80211AX=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