mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
ap: Drop an outdated TODO comment
This commit is contained in:
parent
bde3e0f6e3
commit
e8ad4f10b0
5
src/ap.c
5
src/ap.c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user