From 8c9e65e262b157732ebd2566f9c18c067871bebc Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 3 Nov 2024 11:34:59 +0100 Subject: [PATCH] iwd: update 2.20 -> 3.0 ver 3.0: Fix issue with handling alpha2 code for United Kingdom. Fix issue with handling empty TX/RX bitrate attributes. Fix issue with handling RSSI polling fallback workaround. Fix issue with handling harmless cloned information elements. Add experimental support for External Authentication feature. ver 2.22: Fix issue with handling the Affinities property. Fix issue with handling ConnectedAccessPoint signal when roaming. ver 2.21: Fix issue with pending scan requests after regdom update. Fix issue with handling the rearming of the roaming timeout. Fix issue with survey request and externally triggered scans. Fix issue with RSSI fallback when setting CQM threshold fails. Fix issue with FT-over-Air without offchannel support. Add support for per station Affinities property. Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/iwd/{iwd_2.20.bb => iwd_3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_2.20.bb => iwd_3.0.bb} (94%) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_2.20.bb b/meta-oe/recipes-connectivity/iwd/iwd_3.0.bb similarity index 94% rename from meta-oe/recipes-connectivity/iwd/iwd_2.20.bb rename to meta-oe/recipes-connectivity/iwd/iwd_3.0.bb index 16d900ddc7..a1293d6dca 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_2.20.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_3.0.bb @@ -8,7 +8,7 @@ DEPENDS = "dbus" 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] = "86827b97cb5b19ddecce36568c59378da2fae8cf37a0e2b9eacd1269f24c6f8e" +SRC_URI[sha256sum] = "bd167ab368b6ba302b6c948a4f41f02d233a12e20d5094b1c0393325309f8a60" inherit autotools manpages pkgconfig python3native systemd