From owner-freebsd-net@FreeBSD.ORG Mon Jun 22 04:54:50 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CACEB1065676; Mon, 22 Jun 2009 04:54:50 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from mail-pz0-f194.google.com (mail-pz0-f194.google.com [209.85.222.194]) by mx1.freebsd.org (Postfix) with ESMTP id 8F0838FC1B; Mon, 22 Jun 2009 04:54:50 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by pzk32 with SMTP id 32so188833pzk.3 for ; Sun, 21 Jun 2009 21:54:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem; bh=2sOoUym0r/8wHbFfgNKmNa0XDgg2hHYm/V+yWifZBWg=; b=KTqQR0Wlbm42XvVSbWuXDxQYzm8Gi6HceQKjnFPC13jDsx9fLB3AiRQwI9bYErNevP V1/xVIq0leshn+b7eF24wIm3cabv4Rip3nN/L98v7UO7bxqqt2TnOXIxoV5pf2ZkIX3B KKeQ3cgjxM+CctNQ7s1HQUWCNL2c1hrQBND1U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:organization:x-operation-sytem; b=MObrrqqWZl1dF/uWd1CuKo7FveYVASPWlNl7uSZasVTeCUIAjhMfaTVY72Tttb0Uth st9ZPdXlj1SOF10EYn3dHQj/UyEW5FxdTDZ4kJtZk5cC+d3X1ow8NH4Kdzq0ZnK2+C4P PRPjkNbstb0Gg2o/C1lE80v5041FtU1AiRQ4w= Received: by 10.143.44.17 with SMTP id w17mr2421790wfj.255.1245645222885; Sun, 21 Jun 2009 21:33:42 -0700 (PDT) Received: from weongyo ([114.111.62.249]) by mx.google.com with ESMTPS id 27sm16782wff.26.2009.06.21.21.33.40 (version=SSLv3 cipher=RC4-MD5); Sun, 21 Jun 2009 21:33:41 -0700 (PDT) Received: by weongyo (sSMTP sendmail emulation); Mon, 22 Jun 2009 13:32:24 +0900 From: Weongyo Jeong Date: Mon, 22 Jun 2009 13:32:24 +0900 To: Pavel Gubin Message-ID: <20090622043224.GC31161@weongyo.cdnetworks.kr> Mail-Followup-To: Pavel Gubin , freebsd-drivers@freebsd.org, freebsd-net@freebsd.org References: <4A3D43AF.7060009@2lazy.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A3D43AF.7060009@2lazy.ru> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: freebsd-net@freebsd.org, freebsd-drivers@freebsd.org Subject: Re: Wireless, Realtek RTL8185L-based PCI adapter. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2009 04:54:51 -0000 On Sun, Jun 21, 2009 at 12:16:47AM +0400, Pavel Gubin wrote: > Hi All, > > Recently I've got 802.11b/g adapter TL-WN353GD from TP-Link, based on > Realtek RTL8185L chip. > > Seems that there is no support for it in FreeBSD yet, but there are some > mentionings about 8185 in /sys/dev/usb/wlan/if_urtw*. Also, Realtek has > a Linux driver for it, and this driver is partly based on NetBSD's > if_rtw driver for RTL8180 (which seems to be 802.11a/b predecessor of 8185). > > So, I'm wondering - does someone work already on a driver for this chip, > or maybe I should try to write a driver myself? As far as I know, there's no one to work on it. regards, Weongyo Jeong