Subject: CVS commit: src/sys/net80211
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/22/2004 14:44:17
Module Name: src
Committed By: mycroft
Date: Thu Jul 22 14:44:17 UTC 2004
Modified Files:
src/sys/net80211: ieee80211.c
Log Message:
The low-level drivers are not setting the "basic rate" bit in the rateset.
Instead, change *_set11gbasicrate() to *_setbasicrates(), have it operate on
all modes, and call it from *_ifattach(). Also, fix obvious bugs in it (it
had an off-by-one error, at least).
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/net80211/ieee80211.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.