Remove the sleep from the buffer allocation routine.
authorloos <loos@FreeBSD.org>
Fri, 31 Jul 2015 20:25:54 +0000 (20:25 +0000)
committerloos <loos@FreeBSD.org>
Fri, 31 Jul 2015 20:25:54 +0000 (20:25 +0000)
commit89fd02fd8c0a24cebacf3d3426a7b7c94363b5e1
tree49c95bf7a85a8f93a37f7901460e58419fe8c25c
parent4244ee9e43af0b669521a7fe97b809c0ee9ca2a8
Remove the sleep from the buffer allocation routine.

The buffer must be allocated (or even changed) before the interface is set
and thus, there is no need to verify if the buffer is in use.

MFC after: 2 weeks
Sponsored by: Rubicon Communications (Netgate)
sys/net/bpf_buffer.c