NetBSD/sys/net80211
pooka b014350f7f Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client.  This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached.  However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff.  ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.
2010-01-19 22:08:16 +00:00
..
CHANGES
Makefile
_ieee80211.h
files.net80211
ieee80211.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:08:16 +00:00
ieee80211.h
ieee80211_acl.c
ieee80211_amrr.c
ieee80211_amrr.h
ieee80211_crypto.c
ieee80211_crypto.h
ieee80211_crypto_ccmp.c
ieee80211_crypto_none.c
ieee80211_crypto_tkip.c
ieee80211_crypto_wep.c
ieee80211_input.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:08:16 +00:00
ieee80211_ioctl.c
ieee80211_ioctl.h
ieee80211_netbsd.c
ieee80211_netbsd.h
ieee80211_node.c
ieee80211_node.h
ieee80211_output.c Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:08:16 +00:00
ieee80211_proto.c
ieee80211_proto.h
ieee80211_radiotap.h Drop 3rd and 4th clauses from David Young's license. 2009-10-19 23:19:37 +00:00
ieee80211_rssadapt.c Drop 3rd and 4th clauses from David Young's license. 2009-10-19 23:19:37 +00:00
ieee80211_rssadapt.h Drop 3rd and 4th clauses from David Young's license. 2009-10-19 23:19:37 +00:00
ieee80211_sysctl.h Drop 3rd and 4th clauses from David Young's license. 2009-10-19 23:19:37 +00:00
ieee80211_var.h Forward declare struct bpf_if and use that as the type for bpf_if 2010-01-17 19:45:06 +00:00
ieee80211_xauth.c