From owner-freebsd-net@FreeBSD.ORG Sun Oct 7 08:39:55 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 748D5106564A; Sun, 7 Oct 2012 08:39:55 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mx.techwires.net (mx.techwires.net [IPv6:2001:4d88:100f:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5BD8FC08; Sun, 7 Oct 2012 08:39:54 +0000 (UTC) Received: from amy.lab.techwires.net (dslb-088-067-201-095.pools.arcor-ip.net [88.67.201.95]) by mx.techwires.net (Postfix) with ESMTPSA id 6602B2942E5; Sun, 7 Oct 2012 10:39:53 +0200 (CEST) From: Bernhard Schmidt To: "Ronald F. Guilmette" Date: Sun, 7 Oct 2012 10:40:01 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.7.4; amd64; ; ) References: <8608.1349586538@tristatelogic.com> In-Reply-To: <8608.1349586538@tristatelogic.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201210071040.01104.bschmidt@techwires.net> Cc: freebsd-net@freebsd.org, rpaulo@freebsd.org Subject: Re: Oops! (was: Support for Intel 5100 WiFi ?) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2012 08:39:55 -0000 On Sunday 07 October 2012 07:08:58 Ronald F. Guilmette wrote: > > Regarding my immediately prior mesage... NEVERMIND! > > I did: > > kldload if_iwn > > (based on a suggestion I found on the next) and now, of course, the thing > is properly showing up as iwn0. > > I do still have a couple of questions though... > > After the kldload, I got message showing me the various data rates > available for 801.11a, 802.11b, and 802.11g... up to 54Mbps on that > last one, of course. > > However as I understand it, the Intel 5100 chip is also capable of > 802.11n, and furthermore and additionally, it is allegedly dual-band, > having the capability to operate in either the 2.4GHz range or in the > 5Ghz range. > > So I'd just like to know if the driver for this chip, either in 8.2-RELEASE > or in anything later, supports either 802.11n and/or the 5GHz band. > > Of course, I'd also like to know if there is support for 40MHz channels, > and how one would go about making use of any or all of these enhanced > features, if in fact they are supported by the (recent or current) > driver. > > Thanks in advance for any info. iwn(4) does support 11n, 5GHz and 40MHz channels. Though, it might be better to switch to 9.x as it has received many many enhancements. Using those features is rather easy, it does so by default ;) -- Bernhard