Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/net80211
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.
Home |
Main Index |
Thread Index |
Old Index