From owner-freebsd-wireless@FreeBSD.ORG Sun Jul 29 19:37:14 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69DA1106564A for ; Sun, 29 Jul 2012 19:37:14 +0000 (UTC) (envelope-from stl@koffein.net) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id 41E718FC14 for ; Sun, 29 Jul 2012 19:37:14 +0000 (UTC) Received: from homiemail-a38.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by hapkido.dreamhost.com (Postfix) with ESMTP id 12659DCDC0 for ; Sun, 29 Jul 2012 12:37:14 -0700 (PDT) Received: from homiemail-a38.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a38.g.dreamhost.com (Postfix) with ESMTP id E30BD10AFAB for ; Sun, 29 Jul 2012 12:37:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=koffein.net; h=content-type:from :subject:to:date:message-id:content-transfer-encoding; q=dns; s= koffein.net; b=eeroaYBr2FLv60NYzaeBDExwlKFifP7DWc5mLYGvvvRtzDuwX RQSJMRV82cFhvvEMzc0maey+xST87+aWuNnx1rO1WZJ0V65TOP4dYZ4mRiAgAk5c VwnrMbaeKPqHiKXs3VvJ+t6/TAmp+LcC/X3ImLrBs1R2A4tpTZQS1riCuU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=koffein.net; h= content-type:from:subject:to:date:message-id: content-transfer-encoding; s=koffein.net; bh=DmzJRTE5MlNbcdyqDJj seRP4LDs=; b=PaKT+d3OdITNHP7KZeJxSzIwwfjEBp3ffVDPdBUDZEbixeff/DS GTCnXhSA1u0cqZy/HlevCX87gXcmoHKvt5UeaPwC+ld2XwMTMsQjHviaLeJfPjly 5skc4S1yMVXr2Qvh3deX7RQaBNGvDZEBAVhaGz2sALFUJFSXXrlNVKPk= Received: from localhost (c220-237-87-178.ipswc3.qld.optusnet.com.au [220.237.87.178]) (Authenticated sender: stl@koffein.net) by homiemail-a38.g.dreamhost.com (Postfix) with ESMTPA id 75E7A10AFA1 for ; Sun, 29 Jul 2012 12:37:07 -0700 (PDT) Content-Type: text/plain; charset=UTF-8 From: Steven Lawrance To: freebsd-wireless Date: Sun, 29 Jul 2012 21:37:31 +0200 Message-Id: <1343589599-sup-3228@soma.koffein.net> User-Agent: Sup/git Content-Transfer-Encoding: quoted-printable Subject: Testing 802.11n hostap on AR9220 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 29 Jul 2012 19:37:14 -0000 Greetings, I thought I'd do some testing with a recently acquired AR9220 MiniPCI card (a Compex WLM200NX) in AP mode. It seemed to be fine for an SSH session but locked up as soon as I tried some bigger transfers. I'm not sure what I should be prodding to get further details -- nothing relevant turned up in dmesg. At bootup: ath0: mem 0xe0080000-0xe008ffff irq 9 at device 12.0 on pc= i0 [ath] enabling AN_TOP2_FIXUP ath0: [HT] enabling HT modes ath0: [HT] 2 RX streams; 2 TX streams ath0: AR9280 mac 128.2 RF5133 phy 13.0 ath1: mem 0xe00c0000-0xe00cffff irq 11 at device 14.0 on p= ci0 ath1: AR5212 mac 5.9 RF2112 phy 4.3 # ifconfig wlan0 wlan0: flags=3D8843 metric 0 mtu = 1500 ether 00:80:48:72:63:5f inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255 inet6 fe80::280:48ff:fe72:635f%wlan0 prefixlen 64 scopeid 0xa=20 nd6 options=3D29 media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng status: running ssid testap channel 4 (2427 MHz 11g ht/20) bssid 00:80:48:72:63:5f regdomain ETSI2 country AT ecm authmode OPEN privacy OFF txpower 30 scanvalid 60 protmode CTS ampdulimit 64k ampdudensity 8 shortgi wme burst dtimperiod 1 -dfs Kernel config: device ath =20 device ath_hal =20 device ath_pci =20 options AH_SUPPORT_AR5416 =20 device ath_rate_sample=20 options ATH_DIAGAPI options ATH_ENABLE_11N The (Linux) client reported a bit rate of 108Mb/s. cheers, --=20 Steven Lawrance stl@koffein.net