Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/23/2005 04:32:12
Module Name:	src
Committed By:	dyoung
Date:		Wed Nov 23 04:32:12 UTC 2005

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

Log Message:
In adhoc mode, mark the "BSS" node's (ic->ic_bss) change of BSSID.

If the operator did not configure a "desired BSSID," then we simply
adopt the BSS node's new BSSID.  If the operator configured a
"desired BSSID," the new BSSID is (probably) not the desired one,
so start scanning for it.

Note that a change of BSSID will occur as two ad hoc networks merge.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/sys/net80211/ieee80211_input.c

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