Date: Thu, 12 Feb 2009 23:34:58 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net80211 ieee80211_node.c Message-ID: <200902122335.n1CNZ87K036991@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-02-12 23:34:58 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
SVN rev 188541 on 2009-02-12 23:34:58Z by sam
o replace ieee80211_node_reclaim by individual operations to release the
references to iv_bss and the sta table; this is equivalent and causes
direct reclaim of the old bss node when any references in packets inflight
are reclaimed (previously the old node would sit in the bss table until
the inactivity processing reclaimed it)
o remove ieee80211_node_reclaim now that it's only use is gone
Reviewed by: avatar, cbzimmer
Revision Changes Path
1.120 +2 -60 src/sys/net80211/ieee80211_node.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902122335.n1CNZ87K036991>
