diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-12-15 11:30:26 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-12-16 08:42:00 -0800 |
| commit | b6fb969398452a82ff497fffdb1deb48eb7f3c59 (patch) | |
| tree | 8ef0fb2e693c43cc321f914b5889c91efe8782c1 /meta-oe/recipes-connectivity | |
| parent | da51096bcf257723a929c799bc6934877de81fa5 (diff) | |
| download | meta-openembedded-b6fb969398452a82ff497fffdb1deb48eb7f3c59.tar.gz | |
iwd: update 3.0 -> 3.2
ver 3.2:
Fix issue with GCC 15 and -std=c23 build errors.
Add support for using PMKSA over SAE if available.
Add support for HighUtilization/StationCount thresholds.
Add support for disabling Multicast RX option.
ver 3.1:
Fix issue with handling OWE transition BSS selection.
Fix issue with handling oper class 136 starting frequency.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
| -rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_3.2.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_3.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_3.0.bb b/meta-oe/recipes-connectivity/iwd/iwd_3.2.bb index a1293d6dca..e5d838d25f 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_3.0.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_3.2.bb | |||
| @@ -8,7 +8,7 @@ DEPENDS = "dbus" | |||
| 8 | SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ | 8 | SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ |
| 9 | file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ | 9 | file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ |
| 10 | " | 10 | " |
| 11 | SRC_URI[sha256sum] = "bd167ab368b6ba302b6c948a4f41f02d233a12e20d5094b1c0393325309f8a60" | 11 | SRC_URI[sha256sum] = "21f5a8e29a41ff301045f36eed97a4e540262adfdc003db847fe0c7dce874e15" |
| 12 | 12 | ||
| 13 | inherit autotools manpages pkgconfig python3native systemd | 13 | inherit autotools manpages pkgconfig python3native systemd |
| 14 | 14 | ||
