cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_node.h
ieee80211_var.h
Sam Leffler
sam at FreeBSD.org
Fri Sep 26 10:00:49 PDT 2003
sam 2003/09/26 10:00:44 PDT
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c ieee80211_node.h
ieee80211_var.h
Log:
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.
Revision Changes Path
1.9 +25 -6 src/sys/net80211/ieee80211_node.c
1.6 +1 -0 src/sys/net80211/ieee80211_node.h
1.7 +1 -0 src/sys/net80211/ieee80211_var.h
More information about the cvs-src
mailing list