NetBSD/sys/net80211
dyoung b01c9a3223 Bug fix: in ieee80211_find_txnode, we used to call ieee80211_ref_node(ni)
if ni == NULL and the operating mode was not "ad hoc" or "ad hoc
demo."  That crashed the kernel.  Now, if the operating mode is
not "ad hoc (demo)," and ni == NULL, return NULL right away.

Also, if ieee80211_dup_bss returns NULL, return NULL right away.
This doesn't fix a bug, but it makes clear how this works.
2004-10-04 07:17:41 +00:00
..
ieee80211_channel.h Move ieee80211_channel definition and channel flags into 2004-07-16 02:56:50 +00:00
ieee80211_compat.c
ieee80211_compat.h
ieee80211_crypto.c
ieee80211_crypto.h
ieee80211_input.c Make the node table into an LRU cache: least-recently used nodes 2004-08-10 00:57:20 +00:00
ieee80211_ioctl.c IEEE80211_F_WEPON -> IEEE80211_F_PRIVACY 2004-07-23 08:31:39 +00:00
ieee80211_ioctl.h
ieee80211_netbsd.h First part of this file -- ieee80211_node locking macros. 2004-07-23 10:16:00 +00:00
ieee80211_node.c Bug fix: in ieee80211_find_txnode, we used to call ieee80211_ref_node(ni) 2004-10-04 07:17:41 +00:00
ieee80211_node.h Make the node table into an LRU cache: least-recently used nodes 2004-08-10 00:57:20 +00:00
ieee80211_output.c Make the node table into an LRU cache: least-recently used nodes 2004-08-10 00:57:20 +00:00
ieee80211_proto.c Adjust caller for net/if_ieee80211subr.c rev 1.11 change; the argument 2004-09-07 01:07:40 +00:00
ieee80211_proto.h Vastly simplify ieee80211_ibss_merge, eliminating the needless 2004-07-28 08:12:49 +00:00
ieee80211_radiotap.h Define IEEE80211_RADIOTAP_HDRLEN, the length of a radiotap header. 2004-06-06 04:13:28 +00:00
ieee80211_rssadapt.c Diff reduction vs. madwifi. 2004-07-23 06:44:55 +00:00
ieee80211_rssadapt.h
ieee80211_sysctl.h Add sysctl access to 802.11 node tables, step #1. 2004-07-16 03:01:09 +00:00
ieee80211_var.h Make the node table into an LRU cache: least-recently used nodes 2004-08-10 00:57:20 +00:00
ieee80211.c Make the node table into an LRU cache: least-recently used nodes 2004-08-10 00:57:20 +00:00
ieee80211.h Sync with madwifi. 2004-07-23 05:33:23 +00:00
Makefile Add sysctl access to 802.11 node tables, step #2. 2004-07-16 03:02:41 +00:00