|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Damien Bergamini (damien
cvs.openbsd.org)
Date: Thu Jun 07 2007 - 15:20:15 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: damien
cvs.openbsd.org 2007/06/07 14:20:15
Modified files:
sys/net80211 : ieee80211.h ieee80211_output.c
ieee80211_proto.h
sys/dev/ic : atw.c atwvar.h rtw.c rtwvar.h
share/man/man9 : ieee80211_output.9
Log message:
move ieee80211_compute_duration() and ieee80211_compute_duration1()
functions into the two drivers that use them (atw and rtw.)
this code is not generic enough to be used by other drivers and
there is no chance that it will ever be used in newer driver since
it supports 802.11b only.
plus, it hurts my eyes each time i look into ieee80211_output.c.
"fine with me as long as the logic doesn't change in the functions" jsg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]