Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/26/2004 16:31:47
Module Name:	src
Committed By:	mycroft
Date:		Mon Jul 26 16:31:47 UTC 2004

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

Log Message:
The adhoc mode changes are seriously broken.  In host-AP mode, at least, we
must use a full node for received management frames, or we are unable to
complete association and talk to the client.  I could add an
"if mode == HOSTAP" to fix this, but instead I am reverting the change and
remanding it to the person who broke it.


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