Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/28/2004 08:11:03
Module Name:	src
Committed By:	dyoung
Date:		Wed Jul 28 08:11:03 UTC 2004

Modified Files:
	src/sys/net80211: ieee80211_node.c

Log Message:
Always lookup/create a node table entry for Beacons and Probe
Responses.  Ad hoc mode uses these entries to track network peers.
This provides passive-scan information for the current channel in
infrastructure mode (XXX really should keep it in a different
table).  Host APs will someday use these entries to track APs in
the same ESS for AP-to-AP bridging.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/net80211/ieee80211_node.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.