Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 05/09/2004 09:18:47
Module Name:	src
Committed By:	dyoung
Date:		Sun May  9 09:18:47 UTC 2004

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

Log Message:
In ieee80211_find_rxnode, when we "fake up" a node for an ad hoc
peer, we have to copy the "master" rate table to the faked-up node's
rate table, or else ath0 will complain, "ath0: bogus xmit rate
0x0".  Thank you Konstantin KABASSANOV for reporting this problem.


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