From owner-freebsd-current@FreeBSD.ORG Sun Oct 18 12:51:11 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F78A1065694 for ; Sun, 18 Oct 2009 12:51:11 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id F17DC8FC1F for ; Sun, 18 Oct 2009 12:51:10 +0000 (UTC) Received: by ewy18 with SMTP id 18so3088546ewy.43 for ; Sun, 18 Oct 2009 05:51:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=del3Pg0t+CYe6kQC9kUCH7wLCT0ug//cbqkoE+ZGl1E=; b=Y2kLE2FU6ViQE8klF75Q/4Skmqvz/hGHlhnIWOZPEJ+Mpx6w3tAFc77+2Wc2RS7v1k Jeew34+66Mn8rCnhB7UkXNe+RJzB0TIRzi4LZpQER2WAHGhLbJCaW3M8lUAs1K2h0CWB E/DMew6AamEa7Vu4MpRD+NSujdXxetUmdim0s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=QfASJ8B2BqCg+HZq1xQS6dr9+W6V0qIt+7oQgXnPY5Kw9gZ3pKoebiXp41Dhc37dZ2 PWqwbhCeVJCHCR5pD8Pr9EPLUDLEjuP8/oVHLYZ1HuJzZfhl44Yj5qljVtZOTLzZu5CG 30OvvgmKE/MM7H+QAsWkXKpKTnEWaXexKStXU= Received: by 10.211.155.11 with SMTP id h11mr4212647ebo.62.1255870269882; Sun, 18 Oct 2009 05:51:09 -0700 (PDT) Received: from mac-mini.lan (bl6-159-136.dsl.telepac.pt [82.155.159.136]) by mx.google.com with ESMTPS id 7sm6510871eyg.0.2009.10.18.05.51.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 18 Oct 2009 05:51:09 -0700 (PDT) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Rui Paulo In-Reply-To: Date: Sun, 18 Oct 2009 13:51:07 +0100 Content-Transfer-Encoding: 7bit Message-Id: <933A2245-8097-472E-8C06-BE57A4AA05F5@freebsd.org> References: <20091018003823.GH67082@weongyo> To: Ian FREISLICH X-Mailer: Apple Mail (2.1076) Cc: current@freebsd.org Subject: Re: urtw(4) feedback. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Oct 2009 12:51:11 -0000 On 18 Oct 2009, at 08:38, Ian FREISLICH wrote: > Weongyo Jeong wrote: >> On Wed, Oct 07, 2009 at 02:23:10PM +0200, Ian Freislich wrote: >>> Hi >>> >>> FWIW, the manual can be updated to include support for the Linksys >>> WG111v3 adapter. Mine detects as follows: >>> >>> ugen4.3: at usbus4, cfg=0 md=HOST >>> spd=HIGH ( > 480Mbps) pwr=ON >>> >>> urtw0: >> addr 3> on > usbus4 >>> urtw0: rtl8187b rf rtl8225z2 hwrev e >>> >>> Opening it up confirms the presence of a RTL8187B. >>> >>> However throughput is very poor, I haven't been able to get more >>> than about 130kB/s and pings seem to be timed every 1.5 seconds. >> >> I'd committed a major change of urtw(4) for RTL8187B devices; >> r198194. >> Could you please test with it? I hope TX works than before. > > Thanks, I saw the commit. Should I back out Paulo's changes to test? > It did merge cleanly with his code from P4. They weren't my changes, they were Weongyo's. -- Rui Paulo