From 8f814658fea81eec1c59a9f0fcb3c39fc862bcfd Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 17 Feb 2024 04:34:00 +0100 Subject: [PATCH] hostapd: enable 802.11ax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For people enjoying WiFi 6 heaven… :> Signed-off-by: Raito Bezarius --- overlay.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlay.nix b/overlay.nix index e86cf5c..c6fff9c 100644 --- a/overlay.nix +++ b/overlay.nix @@ -104,6 +104,7 @@ extraPkgs // { "CONFIG_DRIVER_NL80211=y" "CONFIG_IAPP=y" "CONFIG_IEEE80211AC=y" + "CONFIG_IEEE80211AX=y" "CONFIG_IEEE80211N=y" "CONFIG_IEEE80211W=y" "CONFIG_INTERNAL_LIBTOMMATH=y"