From owner-freebsd-wireless@FreeBSD.ORG Wed Jul 9 10:03:22 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53003963; Wed, 9 Jul 2014 10:03:22 +0000 (UTC) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CE1EF2974; Wed, 9 Jul 2014 10:03:21 +0000 (UTC) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.8/8.14.8) with ESMTP id s69A2UhP006750 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 9 Jul 2014 18:02:31 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.8/8.14.8/Submit) id s69A2TFW006749; Wed, 9 Jul 2014 18:02:29 +0800 (CST) (envelope-from kevlo) Date: Wed, 9 Jul 2014 18:02:29 +0800 From: Kevin Lo To: Carlos Jacobo Puga Medina Subject: Re: TP-LINK TL-WN821N Message-ID: <20140709100229.GA6733@ns.kevlo.org> References: <20140707144056.351e26df0d1512c6fc48a954@fbsd.es> <20140707204636.50ae92cf9022cd13263932d3@fbsd.es> <20140707211035.5ce0a482fe062bc1ea64ace7@fbsd.es> <20140708022220.GA87876@ns.kevlo.org> <20140708124550.c60683f2c01f3f9aa6a4ff70@fbsd.es> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140708124550.c60683f2c01f3f9aa6a4ff70@fbsd.es> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 09 Jul 2014 10:03:22 -0000 On Tue, Jul 08, 2014 at 12:45:50PM +0200, Carlos Jacobo Puga Medina wrote: > > On Tue, 8 Jul 2014 10:22:20 +0800 > Kevin Lo wrote: > > > On Mon, Jul 07, 2014 at 12:16:12PM -0700, Adrian Chadd wrote: > > > > > > On 7 July 2014 12:10, Carlos Jacobo Puga Medina wrote: > > > > On Mon, 7 Jul 2014 11:48:36 -0700 > > > > Adrian Chadd wrote: > > > > > > > >> I'd just look at porting over the openbsd driver. There's no 11n > > > >> support in the openbsd code though! > > > > > > > > That's bad, I hope that the 802.11n protocol will be implemented since it was released in 2009. > > > > > > > > What do you recommend to do? > > > > > > I'd be happy if the driver showed up from OpenBSD. We can always try > > > to add 11n support. > > > > > > I'm sorry, I don't have much else to say at the moment and as my day > > > job is decidedly not wireless, I can't be much help. :( > > > > I'm trying to get D-Link DWA-160 rev. A1 usb wifi adapter working with > > latest OpenBSD snapshot (2014/07/06). It seems to me that there's a > > problem with otus(4). > > > > dmesg: > > otus0 at uhub1 port 7 "ATHER USB2.0 WLAN" rev 2.00/1.07 addr 2 > > otus0: MAC/BBP AR9170, RF AR9104, MIMO 2T2R, address 00:22:b0:57:fc:dc > > > > ifconfig otus0 scan doesn't yield any result. > > > > # ifconfig otus0 scan > > otus0: flags=28802 mtu 1500 > > lladdr 00:22:b0:57:fc:dc > > priority: 4 > > groups: wlan > > media: IEEE802.11 autoselect > > status: no network > > ieee80211: nwid "" > > none > > # > > > > > -a > > > > Kevin > > Hi, > > OpenBSD doesn't support 802.11n yet, but some of this cards run in 11g mode for now. So this could be chew better if we work together with them. All OpenBSD wireless drivers don't support .11n yet. What I mean is that driver is not stable. At least for D-Link DWA-160 rev. A1. > Anyway if you don't mind I'll send you some outputs from TL-WN821N. No, I don't mind. :-) Thanks. > Regards, > -- > Carlos Jacobo Puga Medina Kevin