[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Damien Bergamini <damien_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Sat, 17 Nov 2007 07:05:01 -0700 (MST)
CVSROOT: /cvs
Module name: src
Changes by: damien_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2007/11/17 07:05:01
Modified files:
sys/net80211 : ieee80211.c ieee80211_var.h
share/man/man9 : ieee80211.9
Log message:
make it clear in the code and in the man page that the rate2plcp and
plcp2rate functions use plcp codes in most-significant-bit-first format
(R4-R1).
some drivers like wpi(4) and iwn(4) want plcp codes in lsb-first format
so they can't use those functions.
also the IEEE standard uses R1-R4 notation so this can be a bit confusing
for those refering to it.
use u_int8_t for plcp code and rate instead of int.
Visit your host, monkey.org