Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 06/26/2005 04:34:43
Module Name:	src
Committed By:	dyoung
Date:		Sun Jun 26 04:34:43 UTC 2005

Modified Files:
	src/sys/net80211: ieee80211_netbsd.c ieee80211_sysctl.h

Log Message:
Add some debug messages to ieee80211_notify_node_{join,leave}.

Change the way we walk 802.11 peers/clients: for each eligible
interface, walk the ic_sta (peers/clients) table, first; walk the
ic_scan (scan results) table, second; then visit the ic_bss (node
for the network joined/created by the interface).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/net80211/ieee80211_netbsd.c
cvs rdiff -r1.3 -r1.4 src/sys/net80211/ieee80211_sysctl.h

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