git: dhclient - Do not force-up wlan interfaces
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Aug 20 10:35:42 PDT 2014
commit 852231a5e57397845efa834037f75a25646bcc2c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Aug 20 10:34:14 2014 -0700
dhclient - Do not force-up wlan interfaces
* Do not force a wlan interface up, this may interfere with wpa_supplicant
operation.
* Increase the default timeout for waiting for the interface to become
active from 10 seconds to 30 seconds. wlan interfaces can take
considerably longer than 10 seconds to associate and dhclient operation
now detaches without waiting so the longer timeout will not interfere
with the boot sequence.
Summary of changes:
sbin/dhclient/clparse.c | 2 +-
sbin/dhclient/dhclient.c | 4 +---
sbin/dhclient/dispatch.c | 12 ++++++++++++
3 files changed, 14 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/852231a5e57397845efa834037f75a25646bcc2c
--
DragonFly BSD source repository
More information about the Commits
mailing list