From ba80e66696b3a113ec85d2b54642036c25470225 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 30 Sep 2022 17:51:15 +0100 Subject: [PATCH] add config for 80211_hwsim simulated wlan adaptor --- devices/qemu.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/devices/qemu.nix b/devices/qemu.nix index f85b59e..8d1a4aa 100644 --- a/devices/qemu.nix +++ b/devices/qemu.nix @@ -231,10 +231,6 @@ NET_ACT_PEDIT= "m"; NET_ACT_SIMP= "m"; NET_ACT_SKBEDIT= "m"; - CFG80211= "m"; - MAC80211= "m"; - MAC80211_MESH= "y"; - RFKILL= "m"; DEVTMPFS= "y"; CONNECTOR= "m"; MTD= "y"; @@ -437,7 +433,12 @@ RCU_CPU_STALL_TIMEOUT = "60"; ENABLE_DEFAULT_TRACERS = "y"; - + CFG80211= "y"; + MAC80211= "y"; + MAC80211_MESH= "y"; + RFKILL= "y"; + WLAN = "y"; + MAC80211_HWSIM = "y"; SQUASHFS = "y"; SQUASHFS_XZ = "y"; VIRTIO_PCI = "y";