Date: Fri, 2 Apr 2004 15:28:38 -0800 (PST) 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 Message-ID: <200404022328.i32NScaf040672@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2004/04/02 15:28:38 PST FreeBSD src repository Modified files: sys/net80211 ieee80211_node.c Log: Note previous commit also purges all node table entries collected while do scanning when operating in adhoc mode. This is necessary to insure nodes in the table have a correct refcnt and driver-private state but is suboptimal. A better solution is to probe undiscovered neighbors and use the probe response to do the right thing (support for that comming in a separate commit). Revision Changes Path 1.21 +0 -0 src/sys/net80211/ieee80211_node.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404022328.i32NScaf040672>