mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
WIFI-4209: Fix Maverick SSID
Apply maverick ssid config after timeout. Signed-off-by: Arif Alam <arif.alam@netexperience.com>
This commit is contained in:
@@ -724,6 +724,10 @@ void radio_maverick(void *arg)
|
||||
radio_ops->op_vconf(&conf, rconf.if_name);
|
||||
}
|
||||
uci_unload(uci, wireless);
|
||||
uci_commit_all(uci);
|
||||
sync();
|
||||
LOGI("====Calling reload_config for Maverick ssid====");
|
||||
system("ubus call uci reload_config");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user