From 31a2fb5cb7e7f0188c1deb637773849b3b0c2417 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Wed, 5 Oct 2022 15:12:03 +0530 Subject: [PATCH] Fix 8001 fuzz --- 8001-asahilinux-wifi-patchset.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/8001-asahilinux-wifi-patchset.patch b/8001-asahilinux-wifi-patchset.patch index 49c422a..8f80430 100644 --- a/8001-asahilinux-wifi-patchset.patch +++ b/8001-asahilinux-wifi-patchset.patch @@ -80,9 +80,9 @@ index c11f23b20c4c9..8b4147c64355c 100644 + NVRAM. This would normally be filled in by the bootloader from platform + configuration data. + - required: - - compatible - - reg + brcm,ccode-map-trivial: + description: | + Use a trivial mapping of ISO3166 country codes to brcmfmac firmware From 0b9f65e8942b0a6533bff09033df2ef5b251f277 Mon Sep 17 00:00:00 2001 From: Hector Martin