mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
add a stub for bpfattach2 so bpf is not required with the 802.11
module or related drivers Spotted by: Dan Lukes <dan@obluda.cz>
This commit is contained in:
parent
b0b35125f0
commit
5f7a7923ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120725
@ -1587,6 +1587,14 @@ bpfattach(ifp, dlt, hdrlen)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
bpfattach2(ifp, dlt, hdrlen, driverp)
|
||||
struct ifnet *ifp;
|
||||
u_int dlt, hdrlen;
|
||||
struct bpf_if **driverp;
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
bpfdetach(ifp)
|
||||
struct ifnet *ifp;
|
||||
|
Loading…
Reference in New Issue
Block a user