From owner-freebsd-stable@FreeBSD.ORG Sat Feb 27 12:27:18 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 D0ECF106564A for ; Sat, 27 Feb 2010 12:27:18 +0000 (UTC) (envelope-from spil.oss@googlemail.com) Received: from mail-pz0-f182.google.com (mail-pz0-f182.google.com [209.85.222.182]) by mx1.freebsd.org (Postfix) with ESMTP id AB06E8FC0C for ; Sat, 27 Feb 2010 12:27:18 +0000 (UTC) Received: by pzk12 with SMTP id 12so1650709pzk.14 for ; Sat, 27 Feb 2010 04:27:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type; bh=bme73TlU5FmwgKJTy9/Cy7xOoz5wtxSEicddHDlxpAo=; b=APzNwWchHmimCMtp0VMXy+hJB/me3ODhppi/xJEn9NeH4UEXYGabhCxdukfmMojkSN dBL3sr7uTUGktWnQIlw61kb/hmdAerpVWSwIQtQ4aFbif/O850EpELGAbogjBGmwou18 ++KIxfJLt7Qw+4GcKiVBOaxsromIZs1HY/ehQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=PcPbgzIEFLyYdt3mtuWhg+yydoAGs2Wi2aQMqzpLsfKuZVEYTfac/1DCvNVbmUgXJD Dw5U1rldqem47dfEBOKTGmbrItyptCQbvr8QJJb1mMDW9LEa5MCvsCb5qshr3Ifb2q9k mRCxKyaztGvGVoU0CE6R184wesTi+xAczLAgw= MIME-Version: 1.0 Received: by 10.141.100.20 with SMTP id c20mr992749rvm.143.1267273629266; Sat, 27 Feb 2010 04:27:09 -0800 (PST) Date: Sat, 27 Feb 2010 13:27:09 +0100 Message-ID: <5fbf03c21002270427s74d0f067gb76cfe10c2794121@mail.gmail.com> From: Spil Oss To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: FreeBSD-8.0 802.11n support with ath X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spil.oss@gmail.com 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:27:18 -0000 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 # uname -a FreeBSD server.example.org 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #1: Thu Jan 14 16:35:41 UTC 2010 root@:/usr/obj/usr/src/sys/SERVER80 i386 # dmesg | grep ath ath0: mem 0xfcfd0000-0xfcfdffff irq 9 at device 3.0 on pci1 ath0: [ITHREAD] ath0: AR5416 mac 13.10 RF2133 phy 8.1 kernel was compiled with options AH_SUPPORT_AR5416 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? Kind regards, Spil.