From owner-freebsd-wireless@FreeBSD.ORG Wed Jul 6 09:10:42 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87EFB106564A for ; Wed, 6 Jul 2011 09:10:42 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 498B08FC19 for ; Wed, 6 Jul 2011 09:10:42 +0000 (UTC) Received: by vws18 with SMTP id 18so6527162vws.13 for ; Wed, 06 Jul 2011 02:10:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ViOboQ2Q4nSWMsYRX9FqBUBfa7u2rtK53XhZLVtWCs4=; b=ffMn33tKLBvZjTcISF0FJ36LJjKFj4bb0nC3k4JzhOUkKqgY6aFfVETYraG6EZxjA4 g5CCDaUjZ/jFosT+ZoMCqniA7RxjxQiM4HixBcH/lbDE4BNW+9+KpaOgAZ5A6pmFmqvn o+xiDN9Ztppz98UCuNlv1yi5jdE8u5IH3Q7mE= MIME-Version: 1.0 Received: by 10.52.110.104 with SMTP id hz8mr7836959vdb.265.1309943441637; Wed, 06 Jul 2011 02:10:41 -0700 (PDT) Received: by 10.52.167.193 with HTTP; Wed, 6 Jul 2011 02:10:41 -0700 (PDT) In-Reply-To: <4E13F39E.1000302@gmail.com> References: <4E13F39E.1000302@gmail.com> Date: Wed, 6 Jul 2011 10:10:41 +0100 Message-ID: From: "Sevan / Venture37" To: Matt Content-Type: text/plain; charset=UTF-8 Cc: freebsd-wireless@freebsd.org Subject: Re: RT2860/RT3090/RAL: Any brave testers? X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jul 2011 09:10:42 -0000 On 6 July 2011 06:33, Matt wrote: > I've been working on combing ral & Alexandr Egorenkov's rt2860. It runs fine > here (LiteOn v0x1814 d0x3090), and compiles sans complaint with both clang > and gcc. > > However, I haven't tested any other rt2860/3090 devices, or traditional ral > devices (they should be the same, changes only to allow rt2860 attach). > > If anyone has a device with a ralink chipset, and wants to test a > development quality wireless driver :), please let know. > > Diffs against CVS > /usr/src/sys/modules/ral/Makefile: http://pastebin.com/cgHy3SXL > /usr/src/sys/dev/ral: http://pastebin.com/wXHd7fG9 > > Please let me know if there is better way to distribute or if you'd like a > tarball. There are still some spurious printfs on attach about HT/WifiN...I > think they can be ignored. > > This is not a production driver. Please use for testing only. There is > definitely work to be done. If you test it, and it works for you (esp. LEDs, > HT, injection, hostap etc.) let me know. > > Thanks! > Matt Hi Matt, Will happily do so, my card details are here http://lists.freebsd.org/pipermail/freebsd-current/2011-April/024019.html Sevan / Venture37