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
ieee80211_crypto.h
ieee80211_input.c
ieee80211_ioctl.c
ieee80211_ioctl.h
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
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
ieee80211_radiotap.h
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
ieee80211.h