mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
netconfig: Remove roaming logic
Previously, netconfig_ipv4_select_and_install was used to install addresses on initial connection to a network and after we have roamed. Now for the after roaming connection scenario we have netconfig_reconfigure. Remove roaming related code from netconfig_ipv4_select_and_install
This commit is contained in:
parent
332eec9f9d
commit
50a112e425
@ -597,15 +597,6 @@ static void netconfig_ipv4_select_and_install(struct netconfig *netconfig)
|
||||
|
||||
netconfig->rtm_protocol = RTPROT_DHCP;
|
||||
|
||||
if (netconfig->station_state == STATION_STATE_ROAMING) {
|
||||
/*
|
||||
* TODO l_dhcp_client to try to request a
|
||||
* previously used address.
|
||||
*
|
||||
* return;
|
||||
*/
|
||||
}
|
||||
|
||||
if (l_dhcp_client_start(netconfig->dhcp_client))
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user