freebsd-dev/sys/net80211
Sam Leffler 303ebc3c87 Try yet again to deal with timing out nodes. We cannot hold the
node lock while sending a management frame as this will potentially
result in a LOR with a driver lock.  This doesn't happen for the
Atheros driver but does for the wi driver.  Use a generation number
to help process each node once when scanning the node table and
drop the node lock if we need to timeout a node and send a frame.
2003-09-26 17:00:44 +00:00
..
ieee80211_crypto.c revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp> 2003-06-27 05:13:52 +00:00
ieee80211_crypto.h revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp> 2003-06-27 05:13:52 +00:00
ieee80211_input.c Change input handling to not expect drivers to filter short frames. 2003-09-15 19:38:29 +00:00
ieee80211_ioctl.c correct spelling of IEEE80211_IOC_RTSTHRESHOLD 2003-09-26 16:48:39 +00:00
ieee80211_ioctl.h correct spelling of IEEE80211_IOC_RTSTHRESHOLD 2003-09-26 16:48:39 +00:00
ieee80211_node.c Try yet again to deal with timing out nodes. We cannot hold the 2003-09-26 17:00:44 +00:00
ieee80211_node.h Try yet again to deal with timing out nodes. We cannot hold the 2003-09-26 17:00:44 +00:00
ieee80211_output.c Honor the short preamble capability/state flag when calculating the 2003-09-14 22:34:24 +00:00
ieee80211_proto.c Correct rate set negotiation when operating as a station: if the 2003-09-26 16:54:55 +00:00
ieee80211_proto.h MFp4 changes to fix locking issues and correct reference 2003-08-19 22:17:04 +00:00
ieee80211_radiotap.h Experimental bpf capture format for 802.11 devices. The link layer 2003-09-05 22:19:32 +00:00
ieee80211_var.h Try yet again to deal with timing out nodes. We cannot hold the 2003-09-26 17:00:44 +00:00
ieee80211.c short preamble capability is not just for 11g; mark IEEE80211_F_SHPREAMBLE 2003-09-14 22:32:18 +00:00
ieee80211.h add definitions for various control frames and a minimum-sized frame that 2003-09-15 19:36:34 +00:00