cvs commit: src/sys/net80211 ieee80211_input.c ieee80211_node.c
ieee80211_node.h
Sam Leffler
sam at FreeBSD.org
Sun Dec 4 04:50:28 GMT 2005
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
More information about the cvs-src
mailing list