OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Marcus Glocker (mglockercvs.openbsd.org)
Date: Wed Nov 14 2007 - 05:16:27 CST


CVSROOT: /cvs
Module name: src
Changes by: mglockercvs.openbsd.org 2007/11/14 04:16:27

Modified files:
        share/man/man9 : Makefile ieee80211.9
        sys/net80211 : ieee80211.c ieee80211_var.h

Log message:
Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions, which
convert the PLCP header signal field to a rate value and vice versa.

This implementation has been discussed with Damien and doesn't change
any existing net80211 structures.

ok damien