freebsd-dev/sys/net80211
John Baldwin edd32c2da2 Use kern_kldload() and kern_kldunload() to load and unload modules when
we intend for the user to be able to unload them later via kldunload(2)
instead of calling linker_load_module() and then directly adjusting the
ref count on the linker file structure.  This makes the resulting
consumer code simpler and cleaner and better hides the linker internals
making it possible to sanely lock the linker.
2006-06-13 21:36:23 +00:00
..
_ieee80211.h
ieee80211_acl.c
ieee80211_crypto_ccmp.c
ieee80211_crypto_none.c
ieee80211_crypto_tkip.c
ieee80211_crypto_wep.c
ieee80211_crypto.c
ieee80211_crypto.h
ieee80211_freebsd.c Use kern_kldload() and kern_kldunload() to load and unload modules when 2006-06-13 21:36:23 +00:00
ieee80211_freebsd.h
ieee80211_input.c Fix the following bpf(4) race condition which can result in a panic: 2006-06-02 19:59:33 +00:00
ieee80211_ioctl.c implement set(IEEE80211_IOC_STA_STATS) for hostapd; for 2006-03-27 05:22:35 +00:00
ieee80211_ioctl.h
ieee80211_node.c Move conditional preprocessing out from the IEEE80211_DPRINTF macro 2006-06-01 14:06:32 +00:00
ieee80211_node.h
ieee80211_output.c
ieee80211_proto.c
ieee80211_proto.h
ieee80211_radiotap.h
ieee80211_var.h
ieee80211_xauth.c
ieee80211.c back out public safety-specific channel number mapping; we can't do 2006-04-26 16:00:37 +00:00
ieee80211.h