From owner-freebsd-wireless@FreeBSD.ORG Thu Nov 14 04:38:16 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE108C8C for ; Thu, 14 Nov 2013 04:38:16 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.225]) by mx1.freebsd.org (Postfix) with ESMTP id 78E7B2B08 for ; Thu, 14 Nov 2013 04:38:15 +0000 (UTC) Received: from [74.130.196.19] ([74.130.196.19:16182] helo=localhost) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 72/87-27821-6B354825; Thu, 14 Nov 2013 04:38:15 +0000 Date: Thu, 14 Nov 2013 04:38:14 +0000 Message-ID: <72.87.27821.6B354825@cdptpa-oedge02> From: "Thomas Mueller" To: freebsd-wireless@freebsd.org References: <4B.D9.02506.7D1F3825@cdptpa-oedge01> Subject: Re: 802.11b or g compared to n or ac X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 04:38:16 -0000 > The stack supports 11n. > There's a bunch of 11n capable PCI/PCIe and USB hardware. > All the Atheros PCI/PCIe 11n hardware is supported. > I'm fixing up the intel support to do 11n "right". > Which version of FreeBSD are you using? You should be running 10.0 for > "working" 11n. -adrian On the computer with MSI Z77 MPOWER motherboard, I have installations of FreeBSD 10.0-BETA1 for both amd64 and i386, and FreBSD-HEAD also for both amd64 and i386. This motherboard has onboard Atheros AR9271 wi-fi, quasi-USB, and I also have Hiro H50191 USB-stick wi-fi adapter, driver rsu. On the other computer, I have FreeBSD 9.2-STABLE, have compiled ndis driver for this Hiro for WinXP, Vista and 7, all 64-bit, but this awaits testing with my USB-stick installation of FreeBSD 9.2-STABLE. I noticed that rsu and urtwn are in FreeBSD beginning with 10.0, and athn is in NetBSD beginning with HEAD (6.99.xx). Tom