linux: update WiFi hardware config fragment
authorScott Murray <scott.murray@konsulko.com>
Wed, 1 Sep 2021 14:14:14 +0000 (10:14 -0400)
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>
Wed, 13 Apr 2022 13:31:22 +0000 (13:31 +0000)
The linux-yocto kernel and derivatives warn about WLAN_VENDOR_ATH
being set to 'm' when it's a boolean as of 5.13.x, update our
wifi.cfg fragment to fix that.

Bug-AGL: SPEC-3819

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ie524650ab20b70aefa37bfd3bbf499cd923185a1

recipes-kernel/linux/linux/wifi.cfg

index 00c2e06..879a6f2 100644 (file)
@@ -1,6 +1,6 @@
 CONFIG_CFG80211=m
 CONFIG_MAC80211=m
-CONFIG_WLAN_VENDOR_ATH=m
+CONFIG_WLAN_VENDOR_ATH=y
 CONFIG_ATH9K_HTC=m
 CONFIG_STAGING=y
 CONFIG_R8188EU=m