From owner-freebsd-current@FreeBSD.ORG Thu Jan 25 16:18:41 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA7A116A400 for ; Thu, 25 Jan 2007 16:18:41 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 4EECC13C4BF for ; Thu, 25 Jan 2007 16:18:41 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id l0PGGrwV028955; Thu, 25 Jan 2007 09:16:54 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 25 Jan 2007 09:17:24 -0700 (MST) Message-Id: <20070125.091724.-854262499.imp@bsdimp.com> To: lists@swaggi.com From: "M. Warner Losh" In-Reply-To: <20070122171648.M47935@swaggi.com> References: <20070122171648.M47935@swaggi.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 25 Jan 2007 09:16:54 -0700 (MST) Cc: freebsd-current@freebsd.org Subject: Re: 802.11n support? 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: Thu, 25 Jan 2007 16:18:41 -0000 In message: <20070122171648.M47935@swaggi.com> "Yuri Lukin" writes: : Just wondering if there's any plans to add support for 802.11n even though : it's currently just a draft: : : http://wifinetnews.com/archives/007328.html Short answer: yes. Longer answer: I've seen a few developers talking about how to add 802.11n support to the net80211 layer. This will take a little time, so I'm not going to 'out' them until they are ready to come forward. 802.11n adds a lot of stuff, and it isn't just a simple dropin. Warner