mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
ratelimit: re-init device settings upon radio level config changes
The device was not re-initialized if ony radio settings get updated without the device settings changing. Fixes: WIFI-14050 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -334,7 +334,7 @@ function run_service() {
|
||||
if (!wildcard(obj, 'hostapd.wlan*'))
|
||||
continue;
|
||||
let iface = split(obj, '.')[1];
|
||||
let device = devices[iface];
|
||||
let device = get_device(devices, req.args.device);
|
||||
if (!device)
|
||||
continue;
|
||||
let status = uctx.call(obj, 'get_status');
|
||||
|
||||
Reference in New Issue
Block a user