ap: Drop an outdated TODO comment

This commit is contained in:
Andrew Zaborowski 2021-02-18 20:55:15 +01:00 committed by Denis Kenzior
parent bde3e0f6e3
commit e8ad4f10b0
1 changed files with 0 additions and 5 deletions

View File

@ -2079,11 +2079,6 @@ static void ap_start_cb(struct l_genl_msg *msg, void *user_data)
goto failed;
}
/*
* TODO: Add support for provisioning files where user could configure
* specific DHCP sever settings.
*/
if (ap->server && !l_dhcp_server_start(ap->server)) {
l_error("DHCP server failed to start");
goto failed;