Date: Fri, 26 Sep 2003 10:00:44 -0700 (PDT) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211_node.c ieee80211_node.h ieee80211_var.h Message-ID: <200309261700.h8QH0ijZ031591@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309261700.h8QH0ijZ031591>