summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-08-10 17:56:58 +0000
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>2024-04-24 15:25:38 +0000
commit49aeab95bd4a42e5e0f200fc14db87024e46de3d (patch)
treee339447edf318d59c6f2d70513913cdbcdea2fbf
parent5a24c582e7539b9f730bc6822f5e68dea7d5321c (diff)
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 <denys@konsulko.com>
-rw-r--r--recipes-kernel/linux/linux/wifi.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux/wifi.cfg b/recipes-kernel/linux/linux/wifi.cfg
index 879a6f23..e289062c 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