luci-mod-network: bump reassociation_deadline default to 20000
authorRany Hany <[email protected]>
Fri, 28 Nov 2025 15:35:29 +0000 (15:35 +0000)
committerPaul Donald <[email protected]>
Fri, 28 Nov 2025 22:04:10 +0000 (23:04 +0100)
With OpenWRT commit [1], the default for reassociation_deadline
is now 20000. Update LuCI to reflect that change.

[1]: https://github.com/openwrt/openwrt/commit/a7790ce41099549cf6c97765561ac716d102ae5e

Signed-off-by: Rany Hany <[email protected]>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js

index 68c2708a1ad6b5e4391b38d5f1c7a49c77945403..a5de279c15a3b53b5e0876cda1d56ee9e3860a8b 100644 (file)
@@ -1885,7 +1885,7 @@ return view.extend({
 
                                        o = ss.taboption('roaming', form.Value, 'reassociation_deadline', _('Reassociation Deadline'), _('time units (TUs / 1.024 ms) [1000-65535]'));
                                        o.depends({ ieee80211r: '1' });
-                                       o.placeholder = '1000';
+                                       o.placeholder = '20000';
                                        o.datatype = 'range(1000,65535)';
                                        o.rmempty = true;