From d1a2c6c529895440e244b49c49bec317f47aa3f7 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 7 Feb 2023 18:17:54 +0100 Subject: [PATCH] iwd: update 2.0 -> 2.3 ver 2.3: Fix issue with length calculation for WMM IE. Fix issue with channel number allocation off-by-one. Fix issue with cached session when TLS phase2 fails. Add support for FastReauthentication setting for EAP-TLS. ver 2.2: Fix issue with handling FT and multiple roaming scans. Fix issue with handling multiple wiphy registrations. Fix issue with with EAP-PEAP session resumption. Add support for using PTK rekeying in AP mode. Add support for setting country IE in AP mode. Add support for setting WMM parameter IE in AP mode. ver 2.1: Fix issue with handling FT-over-DS action. Fix issue with handling scan and 6 GHz support check. Fix issue with handling when periodic scans get aborted. Add support for using 5 GHz frequencies in AP mode. Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/iwd/{iwd_2.0.bb => iwd_2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_2.0.bb => iwd_2.3.bb} (94%) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_2.0.bb b/meta-oe/recipes-connectivity/iwd/iwd_2.3.bb similarity index 94% rename from meta-oe/recipes-connectivity/iwd/iwd_2.0.bb rename to meta-oe/recipes-connectivity/iwd/iwd_2.3.bb index 8ec211bd6d..46e377de31 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_2.0.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_2.3.bb @@ -8,7 +8,7 @@ DEPENDS = "ell" SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ " -SRC_URI[sha256sum] = "5a0bfbc567092476d60a8f9700f68a273e39fd46e7177ce2d69bbc74255a930c" +SRC_URI[sha256sum] = "b0506d797a8bfb88f3c3eeea5e49dcf4ee8e6cef118f57c118e587eeb377ac64" inherit autotools manpages pkgconfig python3native systemd