hostapd: backport upstream patch to fix setting BSS color
authorRany Hany <rany_hany@riseup.net>
Sun, 12 Jan 2025 22:41:48 +0000 (22:41 +0000)
committerRobert Marko <robimarko@gmail.com>
Tue, 14 Jan 2025 08:41:53 +0000 (09:41 +0100)
commit767339066e9fc3a2232e9d2881469797cbf7ba8b
tree82b61c20d0c4ded57cf889b6609fe7d50da9b312
parent7d597f87096e05f8e53e7cd90cc6c2da6abdf72e
hostapd: backport upstream patch to fix setting BSS color

Without this patch, we get the following error:

Mon Dec 23 11:35:44 2024 daemon.err hostapd: nl80211: kernel reports: integer out of range

As updating hostapd would be too complex and requires further testing,
we backport this simple upstream fix instead.

Fixes: https://github.com/openwrt/openwrt/issues/16680
Signed-off-by: Rany Hany <rany_hany@riseup.net>
Link: https://github.com/openwrt/openwrt/pull/17590
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 5ce1af9539da667f62dc3cb426f9ec36e53fb54e)
Link: https://github.com/openwrt/openwrt/pull/17591
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/network/services/hostapd/Makefile
package/network/services/hostapd/patches/803-hostapd-fix-80211be-build.patch
package/network/services/hostapd/patches/804-hostapd-Fix-clearing-up-settings-for-color-switch.patch [new file with mode: 0644]