Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 05/31/2004 11:12:24
Module Name: src
Committed By: dyoung
Date: Mon May 31 11:12:24 UTC 2004
Modified Files:
src/sys/net80211: ieee80211_input.c
Log Message:
Prevent ad hoc lossage: copy the SSID from a beacon into the
beacon-sender's ieee80211_node, if ni->ni_esslen == 0. This fixes
WEP for Matthew. I think that it also will save us from IBSS
splits.
Thanks again, Matthew Gream.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 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.