From owner-freebsd-current@FreeBSD.ORG Sun Mar 6 14:33:58 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D436106567A; Sun, 6 Mar 2011 14:33:58 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 6573F8FC2E; Sun, 6 Mar 2011 14:33:57 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=oR3+9dOmPeF3nZCt5Gxyvf/bIpfj8bfjGZkkfp/xES8= c=1 sm=1 a=6oqXHi0YowYA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=eZXfpw5ChfVAgZxHrjYA:9 a=NKfoVXqIwtPFU3ATH1Wcz9M55FgA:4 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 96666814; Sun, 06 Mar 2011 15:33:55 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org, erob@gthcfoundation.org Date: Sun, 6 Mar 2011 15:33:32 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4D7398C6.8030800@gthcfoundation.org> In-Reply-To: <4D7398C6.8030800@gthcfoundation.org> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103061533.32138.hselasky@c2i.net> Cc: bschmidt@freebsd.org Subject: Re: can somebody explains OFDM in FreeBSD? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2011 14:33:58 -0000 On Sunday 06 March 2011 15:23:02 Etienne Robillard wrote: > Hi, as the subject line implies, can someone explains why OFDM (Orthogonal > Frequency Division Multiplexing) is required for running run(4) ? Is there > any (safer) alternative to OFDM? > > If not, could the FreeBSD security team verify the the safety of OFDM > derived > drivers (in particular wireless ethernet based nics) so that no ones get > hurt being > a WLAN (802.11ng ethernet-class) subcarrier ? As per my knowledge OFDM is a carrier format which is handled by the hardware. Is there anything in particular you want to high-light? --HPS