From owner-freebsd-stable@FreeBSD.ORG Sat Feb 27 12:43:09 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F18971065670 for ; Sat, 27 Feb 2010 12:43:09 +0000 (UTC) (envelope-from bschmidt@mx.techwires.net) Received: from mx.techwires.net (mx.techwires.net [IPv6:2001:4d88:100f:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 94B2A8FC0C for ; Sat, 27 Feb 2010 12:43:09 +0000 (UTC) Received: by mx.techwires.net (Postfix, from userid 1001) id 435E11AA43; Sat, 27 Feb 2010 13:43:08 +0100 (CET) Date: Sat, 27 Feb 2010 13:43:08 +0100 From: Bernhard Schmidt To: spil.oss@gmail.com Message-ID: <20100227124308.GA28213@mx.techwires.net> References: <5fbf03c21002270427s74d0f067gb76cfe10c2794121@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5fbf03c21002270427s74d0f067gb76cfe10c2794121@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD-8.0 802.11n support with ath X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2010 12:43:10 -0000 On Sat, Feb 27, 2010 at 01:27:09PM +0100, Spil Oss wrote: > Hi All, > > Got myself an Atheros AR5416 card to upgrade my HostAP to Wireless-N speed. > > Somehow I can't find a way to convince the driver to go into 11n mode > > # ifconfig wlan0 mode 11b > # ifconfig wlan0 mode 11g > # ifconfig wlan0 mode 11n > ifconfig: SIOCSIFMEDIA (media): Device not configured It's either mode 11na or mode 11ng. > The man-page for ifconfig specifies only 11a, 11b and 11g as modes. > The part is functioning fine in 11g mode. > > Am I missing something obvious or is Wireless-N support not fully > implemented yet? There is no rate control algo fuer 11n, afaik, you will only be able to use legacy rates. -- Bernhard