From owner-freebsd-current@FreeBSD.ORG Fri Apr 25 08:02:59 2014 Return-Path: Delivered-To: freebsd-current@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 226C0D97; Fri, 25 Apr 2014 08:02:59 +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 B79B71D0D; Fri, 25 Apr 2014 08:02:58 +0000 (UTC) Received: from srg.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) by ns.kevlo.org (8.14.8/8.14.8) with ESMTP id s3P82lvq035818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 25 Apr 2014 16:02:49 +0800 (CST) (envelope-from kevlo@FreeBSD.org) Message-ID: <535A16AB.7090603@FreeBSD.org> Date: Fri, 25 Apr 2014 16:02:51 +0800 From: Kevin Lo User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: urtwn driver for Edimax EW-7811U WLAN nano USB Adapter References: <201310061521.r96FLmxw077281@fire.js.berklix.net> <52519CB9.8040203@mu.org> <20131218154820.GA20655@FreeBSD.org> <52B2524F.8000201@FreeBSD.org> <20131219095148.GA78156@FreeBSD.org> <52B3D729.6070502@FreeBSD.org> <20131220073115.GA67154@FreeBSD.org> In-Reply-To: <20131220073115.GA67154@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Alfred Perlstein , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 08:02:59 -0000 On 2013/12/20 15:31, Alexey Dokuchaev wrote: > On Fri, Dec 20, 2013 at 01:35:37PM +0800, Kevin Lo wrote: >> I'd like to port it after finishing RT5373 driver support. :-) > Nice, looking forward to it. :) As promised, I have committed support for the RTL8188EUS chipset. The driver is a work in progress. The connection is slow but it's better than nothing. :-) > >> Here's a site you could use for info about your wireless device: >> http://wikidevi.com/wiki/TP-LINK_TL-WN723N_v3 > Thank you Kevin. > > ./danfe Kevin