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:
Sam Leffler 2003-10-04 01:32:28 +00:00
parent b0b35125f0
commit 5f7a7923ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120725

View File

@ -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;