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:
Arif Alam
2021-09-17 16:50:40 -04:00
committed by Arif
parent 6128ac9ecc
commit 8bcea2834e

View File

@@ -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");
}