Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 10/18/2003 03:33:51
Module Name:	src
Committed By:	onoe
Date:		Sat Oct 18 03:33:51 UTC 2003

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

Log Message:
Do not update SSID by beacon, because hidden SSID implementation is vary.
ex. 0-length, single space, 0x00 with correct length.
So, we don't update SSID in node table by beacon, but always update by
Probe Response.


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