From owner-freebsd-wireless@FreeBSD.ORG Tue Jul 8 02:23:10 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D218A6F6; Tue, 8 Jul 2014 02:23:10 +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 714272D61; Tue, 8 Jul 2014 02:23:09 +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 s682MLjQ087897 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 8 Jul 2014 10:22:22 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.8/8.14.8/Submit) id s682MLln087896; Tue, 8 Jul 2014 10:22:21 +0800 (CST) (envelope-from kevlo) Date: Tue, 8 Jul 2014 10:22:20 +0800 From: Kevin Lo To: Adrian Chadd Subject: Re: TP-LINK TL-WN821N Message-ID: <20140708022220.GA87876@ns.kevlo.org> References: <20140707144056.351e26df0d1512c6fc48a954@fbsd.es> <20140707204636.50ae92cf9022cd13263932d3@fbsd.es> <20140707211035.5ce0a482fe062bc1ea64ace7@fbsd.es> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: Carlos Jacobo Puga Medina , "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: Tue, 08 Jul 2014 02:23:10 -0000 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