From ed3ffc5ca9168bc5c555470a3861b684457bc7fc Mon Sep 17 00:00:00 2001 From: Tomaz Zaman Date: Sun, 16 Aug 2026 19:07:22 +0200 Subject: [PATCH 68/72] mono_gateway-dk: enable usteer band-steering Add usteer + luci-app-usteer: a single-SSID dual-band steering daemon that pushes 5 GHz-capable STAs to 5 GHz and BTM-nudges sticky clients (uses the 802.11k/v rrm_*/bss_transition set on the wifi-ifaces). Harmless no-op on a board with no radios. Co-Authored-By: Claude Opus 4.8 --- configs/mono_gateway-dk.seed | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configs/mono_gateway-dk.seed b/configs/mono_gateway-dk.seed index 6524558d1b..9e097e2130 100644 --- a/configs/mono_gateway-dk.seed +++ b/configs/mono_gateway-dk.seed @@ -94,6 +94,14 @@ CONFIG_PACKAGE_nxp-wifi-firmware-9098-pcie=y CONFIG_PACKAGE_wpad-openssl=y CONFIG_PACKAGE_iw=y +# usteer: single-SSID dual-band band-steering daemon — pushes 5 GHz-capable STAs to +# 5 GHz and BTM-nudges sticky clients (relies on the 802.11k/v rrm_*/bss_transition +# set on the wifi-ifaces). luci-app-usteer adds the LuCI steering config + status UI. +# New daemon on permissive dssp -> carries its own AVC fixes in selinux-policy. +# Harmless no-op on a board with no radios (no APs to steer). +CONFIG_PACKAGE_usteer=y +CONFIG_PACKAGE_luci-app-usteer=y + # Drop LuCI's Software (apk) WEB frontend only. It made the cgi-io helper exec apk, # dragging a large SELinux AVC surface (apk data/conf/cache reads + exec) into the # web path, and web-driven package management isn't our delivery model (sysupgrade -- 2.47.3