Don't return ENETDOWN if the interface is not UP. This is needed because
authorRui Paulo <rpaulo@FreeBSD.org>
Fri, 26 Feb 2010 15:48:07 +0000 (15:48 +0000)
committerRui Paulo <rpaulo@FreeBSD.org>
Fri, 26 Feb 2010 15:48:07 +0000 (15:48 +0000)
commit02ca7d552fcae4c970aea8672cf6e5b457a86b82
tree0da35d4feef2598cc7d13efacfc499e590ff4f89
parentba4224531fc4bfef59e76cb47dda50eb74afdbde
Don't return ENETDOWN if the interface is not UP. This is needed because
wpa_supplicant needs access to bpf while the interface is down.
wpa_supplicant will later setup the interface up and running.
sys/net/bpf.c