From: Tim Kourt <tim.a.kourt@linux.intel.com>
To: iwd@lists.01.org
Subject: [PATCH 2/2] netconfig: Remove roaming logic
Date: Tue, 01 Oct 2019 16:39:40 -0700 [thread overview]
Message-ID: <20191001233940.21969-2-tim.a.kourt@linux.intel.com> (raw)
In-Reply-To: <20191001233940.21969-1-tim.a.kourt@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 893 bytes --]
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
---
src/netconfig.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/src/netconfig.c b/src/netconfig.c
index 272a058f..70481abf 100644
--- a/src/netconfig.c
+++ b/src/netconfig.c
@@ -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;
--
2.13.6
prev parent reply other threads:[~2019-10-01 23:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-01 23:39 [PATCH 1/2] netconfig: Don't re-install IPv4 address on re-configure Tim Kourt
2019-10-01 23:39 ` Tim Kourt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191001233940.21969-2-tim.a.kourt@linux.intel.com \
--to=tim.a.kourt@linux.intel.com \
--cc=iwd@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox