NetBSD/sys/net80211
degroote f8d4f721c1 Fix ieee80211_node leak
We can't use IF_PURGE here because m_pkthdr.rcvif have here a special meaning :
it holds ieee80211_node to which the management frame should be sent and the
node has its reference count bumped.

Introduce ieee80211_drain_ifq which release the node before freeing the mbuf.
Use it instead of IF_PURGE.

From DragonflyBSD
2008-01-13 13:01:12 +00:00
..
CHANGES
Makefile
_ieee80211.h Add support for the command list scan in ifconfig (this command permits to scan 2007-12-16 13:49:21 +00:00
files.net80211
ieee80211.c
ieee80211.h Add support for the command list scan in ifconfig (this command permits to scan 2007-12-16 13:49:21 +00:00
ieee80211_acl.c
ieee80211_amrr.c use __KERNEL_RCSID() 2007-12-11 12:40:10 +00:00
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
ieee80211_ioctl.c
ieee80211_ioctl.h
ieee80211_netbsd.c Fix ieee80211_node leak 2008-01-13 13:01:12 +00:00
ieee80211_netbsd.h Fix ieee80211_node leak 2008-01-13 13:01:12 +00:00
ieee80211_node.c Add IEEE80211_NODE_UNLOCK() to match the IEEE80211_NODE_LOCK() . 2007-12-20 20:56:18 +00:00
ieee80211_node.h Use #ifdef _KERNEL to keep kernel-only definitions out of userland. 2007-12-22 00:51:07 +00:00
ieee80211_output.c
ieee80211_proto.c Fix ieee80211_node leak 2008-01-13 13:01:12 +00:00
ieee80211_proto.h
ieee80211_radiotap.h
ieee80211_rssadapt.c
ieee80211_rssadapt.h
ieee80211_sysctl.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ieee80211_var.h
ieee80211_xauth.c