Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 07/23/2004 05:19:41
Module Name:	src
Committed By:	dyoung
Date:		Fri Jul 23 05:19:41 UTC 2004

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

Log Message:
Bug fix: in ad hoc mode, the principle of least surprise demands
that we create the network with the BSSID preferred by the operator.

[Say the operator set the desired BSSID with 'ifconfig atw0 bssid
02:25:25:75:75:75'.  If no such network is found during scanning,
then create the network with that BSSID.]


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 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.