From 49aeab95bd4a42e5e0f200fc14db87024e46de3d Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 10 Aug 2023 17:56:58 +0000 Subject: [PATCH] wifi.cfg: update to reflect upstream kernel changes R8188EU was removed in favor of RTL8XXXU in fdf6c2309f425509cddd002f278c650ad0b7e34b The change is in kernel 6.4+ Bug-AGL: SPEC-4578 Change-Id: I5d85f2e0bcfc0861898bc2b813a48ed9d5e75cd6 Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux/wifi.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux/wifi.cfg b/recipes-kernel/linux/linux/wifi.cfg index 879a6f236..e289062c0 100644 --- a/recipes-kernel/linux/linux/wifi.cfg +++ b/recipes-kernel/linux/linux/wifi.cfg @@ -2,5 +2,4 @@ CONFIG_CFG80211=m CONFIG_MAC80211=m CONFIG_WLAN_VENDOR_ATH=y CONFIG_ATH9K_HTC=m -CONFIG_STAGING=y -CONFIG_R8188EU=m +CONFIG_RTL8XXXU=m -- 2.16.6