openwrt/package/network/config/wifi-scripts/files
Felix Fietkau 910eb0cc4e
Some checks failed
Build all core packages / Build all core packages for selected target (push) Has been cancelled
wifi-scripts: fix spurious teardown on config_change during setup
When config_change is set during an active setup (e.g. by a concurrent
reconf call), wdev_mark_up() attempted to call setup() while still in
"setup" state. Since setup() requires state "up" or "down", it silently
returned, leaving the state as "setup". The subsequent wdev_setup_cb()
then treated this as a setup failure, triggering an unnecessary
teardown+restart cycle.

Fix this by removing the config_change handling from wdev_mark_up() and
moving it to wdev_setup_cb() instead. wdev_mark_up() now always
transitions to "up" state. When wdev_setup_cb() runs afterwards and
finds the device already "up" with config_change set, it initiates a
clean re-setup from the "up" state where setup() can run.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit 3553eda283)
2026-02-09 08:22:10 +01:00
..
etc wifi-scripts: retry setup of wireless devices that show up late 2025-10-02 13:30:31 +02:00
lib wifi-scripts: fix spurious teardown on config_change during setup 2026-02-09 08:22:10 +01:00
sbin wifi-scripts: remove leftover legacy (non-netifd) wifi script support 2024-12-04 14:53:45 +01:00
usr/share wifi-scripts: wdev.uc: fix mesh mode frequency handling 2026-01-04 16:57:20 +01:00