]> git.ipfire.org Git - thirdparty/hostap.git/commit
wired: Wait for the link to become active before sending packets
authorRui Paulo <rpaulo@FreeBSD.org>
Sun, 25 Aug 2013 08:40:19 +0000 (11:40 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 25 Aug 2013 08:40:19 +0000 (11:40 +0300)
commitba873bdf867bd15079a3e93ab31dcc9bc5e3b77c
tree1ce71529eb6ca34dec3019bc9a14f07b7ca3bc1a
parentd393de1d27afe42d69d0a2461e489715f28c10ee
wired: Wait for the link to become active before sending packets

Interfaces that take one or two seconds to reconfigure the link after we
set IFF_ALLMULTI or after we bring the interface up were dropping the
initial TX EAPOL packet which caused excessive delays in authentication.
This change applies to FreeBSD/DragonFly only.

Signed-hostap: Rui Paulo <rpaulo@FreeBSD.org>
src/drivers/driver_wired.c