Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 01/21/2005 22:57:30
Module Name:	src
Committed By:	dyoung
Date:		Fri Jan 21 22:57:30 UTC 2005

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

Log Message:
Bug fix: when encapsulating 802.11 data packets, always copy the
BSS node's BSSID into the frame header.  It is incorrect to copy
in the neighbor's BSSID because it may be out of date following an
IBSS merge.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/net80211/ieee80211_output.c

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