Date: Sun, 4 Dec 2005 04:50:27 +0000 (UTC) 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_input.c ieee80211_node.c ieee80211_node.h Message-ID: <200512040450.jB44oRdI001218@repoman.freebsd.org>
index | next in thread | raw e-mail
sam 2005-12-04 04:50:27 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_input.c ieee80211_node.c
ieee80211_node.h
Log:
Adhoc mode fixups:
o plug memory leak in adhoc mode: on rx the sender may be the
current master so simply checking against ic_bss is not enough
to identify if the packet comes from an unknown sender; must
also check the mac address
o split neighbor node creation into two routines and fillin state
of nodes faked up on xmit when a beacon or probe response frame
is later received; this ensures important state like the rate set
and advertised capabilities are correct
Obtained from: netbsd
MFC after: 1 week
Revision Changes Path
1.83 +20 -9 src/sys/net80211/ieee80211_input.c
1.66 +33 -19 src/sys/net80211/ieee80211_node.c
1.23 +3 -0 src/sys/net80211/ieee80211_node.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512040450.jB44oRdI001218>
