From owner-freebsd-wireless@FreeBSD.ORG Wed Jul 6 05:33:19 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 3EA5A106564A for ; Wed, 6 Jul 2011 05:33:19 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0BED08FC16 for ; Wed, 6 Jul 2011 05:33:18 +0000 (UTC) Received: by iyb11 with SMTP id 11so7768794iyb.13 for ; Tue, 05 Jul 2011 22:33:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=AZp7ryccOzRF9CIAltHg/jdqP04DICEXjMapOvaPVQ4=; b=JNd6fmT2EVH2UDbnmb9V2EXeM86akY7JI8oaMD94EGAZTJHVK3Ro/f4/6ye5ncf/Nr bXR3oE1HRD18vkz/kNke7h4radDy8U3oVmzeyZpfpmI7jrfYi3KnE/IL75u5Lnbz4xcP W4ZBTsrJGTHRXjlgR8UTRhCoJVnsiK2nDN2j4= Received: by 10.42.168.68 with SMTP id v4mr9249060icy.195.1309930398274; Tue, 05 Jul 2011 22:33:18 -0700 (PDT) Received: from sidhe.local ([75.111.38.94]) by mx.google.com with ESMTPS id hw7sm8398311icc.3.2011.07.05.22.33.16 (version=SSLv3 cipher=OTHER); Tue, 05 Jul 2011 22:33:17 -0700 (PDT) Message-ID: <4E13F39E.1000302@gmail.com> Date: Tue, 05 Jul 2011 22:33:18 -0700 From: Matt User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11 MIME-Version: 1.0 To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 05:33:19 -0000 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