From owner-freebsd-drivers@FreeBSD.ORG Mon Jun 22 03:11:29 2009 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1382C106564A for ; Mon, 22 Jun 2009 03:11:29 +0000 (UTC) (envelope-from realliukai@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id C3FF78FC14 for ; Mon, 22 Jun 2009 03:11:28 +0000 (UTC) (envelope-from realliukai@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so1293768ana.13 for ; Sun, 21 Jun 2009 20:11:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=gxtzd05V+x49hxLr6gSJrIExRJ0okF67asuOA1uoVS0=; b=NI/nosHEAzyTMyxQt7KDGEyORPitcu5Xkb9G9qfBzTR6TSjkgE+Rz4ZAao9fBCFfvR KP7rRDEDpZrET3Xiclkwz4LomyjaKtBl6Bmd/fzvivqQ48oh3hcwr6/EvH/lwGGbo0SL Hemke+8I1p+VVnBpvl3tt52NV7fbok7DvgVfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=s0SiGCIQHwBZyQ8cnA+DnKw7LXOme/eJWRYkBybL8Oy9gFyTnFlgbfjaybT0WMOIiw GXbg3uYrvfKCSdTe9bdoKCeWMRoDOEpfxU9LaQYJgFhpDFS1qtOzotFwhGCCnb7lBuCY ZnvC7Km5u6EbzY2EQ4FZgKA8NGj7me3tS+HMA= MIME-Version: 1.0 Received: by 10.231.38.129 with SMTP id b1mr1768614ibe.20.1245639031831; Sun, 21 Jun 2009 19:50:31 -0700 (PDT) Date: Mon, 22 Jun 2009 10:50:31 +0800 Message-ID: <7237120a0906211950t5a76e6eaq93e8a6437ca185fa@mail.gmail.com> From: =?GB2312?B?wfW/rQ==?= To: freebsd-drivers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Wireless,Atheros AR5008-based PCI adapter,mode 11n X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 03:11:29 -0000 Hi All, Recently I've got 802.11b/g adapter TL-WN353GD from TP-Link, based on Atheros AR5008 chip.It's a 802.11n NIC. I can make it work in mode 11g in stead of 11n with the FreeBSD 8.0 current. So,I have a question that whether there is support for 802.11n in FreeBSD 8.0 current yet. And if It support 802.11n, how can I config the parameters to make it work in mode 11n. Thanks, -- Kevin