From f97cd2d388e2b56aa9546d4c747a1944e3d60524 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Fri, 12 Apr 2024 16:39:02 -0300 Subject: recipes-core: udev: add support for mwifiex_sdio in wifi configuration Previously, the network configuration file only supported mwifiex_pcie driver, but WiFi/BT interface of the Verdin modules uses the SDIO interface, which caused 10-toradex-wifi-ifnames.link was not being applied to this hardware family. Therefore, fix this issue by extending support to the SDIO driver. Related-to: ELB-5696 Signed-off-by: Hiago De Franco (cherry picked from commit 0da03cf4aa7d96d12dfb6d26f839168fd2f3c3d3) --- recipes-core/udev/files/10-toradex-wifi-ifnames.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/udev/files/10-toradex-wifi-ifnames.link b/recipes-core/udev/files/10-toradex-wifi-ifnames.link index 35d5d20..b00071a 100644 --- a/recipes-core/udev/files/10-toradex-wifi-ifnames.link +++ b/recipes-core/udev/files/10-toradex-wifi-ifnames.link @@ -1,5 +1,5 @@ [Match] -Driver=mwifiex_pcie +Driver=mwifiex_pcie mwifiex_sdio [Link] NamePolicy=keep kernel -- cgit v1.2.3