From 0d685efc4146b618823cdb00ef7800bd6858aaee Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Wed, 18 Sep 2024 17:29:47 +0200 Subject: [PATCH] ccmp25-dvk: add flag to support virtual wireless interfaces CYW55512 Wireless chip supports concurrent modes and virtual wireless interfaces like SotfAP and P2P. https://onedigi.atlassian.net/browse/DEL-9237 Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/machine/ccmp25-dvk.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/conf/machine/ccmp25-dvk.conf b/meta-digi-arm/conf/machine/ccmp25-dvk.conf index 910a8df35..88b604f94 100644 --- a/meta-digi-arm/conf/machine/ccmp25-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp25-dvk.conf @@ -116,6 +116,9 @@ WKS_FILES += " \ ccmp2-1GB.wks.in \ " +# Wireless external module +HAS_WIFI_VIRTWLANS = "true" + # Remove additional bluetooth packages MACHINE_BLUETOOTH_EXTRA_INSTALL = ""