From owner-freebsd-wireless@FreeBSD.ORG Mon Mar 12 01:25:42 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F709106564A; Mon, 12 Mar 2012 01:25:42 +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 EB8CA8FC15; Mon, 12 Mar 2012 01:25:41 +0000 (UTC) Received: by iahk25 with SMTP id k25so7854788iah.13 for ; Sun, 11 Mar 2012 18:25:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ck346gdyMVYFdVIUNxiGqpsZpLJdTpv/6X/EHXG2USo=; b=QpsyDMtElwXF93pwrLon3U+Uuc6weJJTt8CrayfHTn6fYok5fhQwaSZAwondHVAP+T 7rFdpaTcaMsD4l5NYAR59g4X3ixseh2NXnjTIhMoJZl84o58u2dmVo0+dbFPjKu7BaeA awm7r65jbI9UAIFN7kec1pYz9tb18h0wVxu666KXZ0q3nJNdW77CpSkxa0LQlnwRQ4jd OFuPdfA2FgYGtqVTH/zGSazW6M8MzpsmnpSd/TlPp+YQXhxQxTGl4XMqCx4ixHgsv9lS vk418BoY47v7ePBCe3qA4YCDDsRl7uFIQSKSKgJm8shQ9EiY3Yxdt69wElJNlRrFZEp9 /JPA== Received: by 10.182.232.106 with SMTP id tn10mr6049917obc.6.1331515541195; Sun, 11 Mar 2012 18:25:41 -0700 (PDT) Received: from flatline.local (70-36-223-154.dsl.dynamic.sonic.net. [70.36.223.154]) by mx.google.com with ESMTPS id a18sm17767212obu.15.2012.03.11.18.25.38 (version=SSLv3 cipher=OTHER); Sun, 11 Mar 2012 18:25:40 -0700 (PDT) Message-ID: <4F5D5091.6050807@gmail.com> Date: Sun, 11 Mar 2012 18:25:37 -0700 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120218 Thunderbird/10.0.2 MIME-Version: 1.0 To: Adrian Chadd References: <4F41DDE8.6060004@gmail.com> <4F48166A.5040301@gmail.com> <4F4828C0.6020705@gmail.com> <4F5A8023.1090705@gmail.com> <4F5AC7CF.3090409@gmail.com> <4F5C0C86.7040503@gmail.com> <4F5C24ED.3090601@gmail.com> <4F5CD920.2000905@gmail.com> <4F5D0876.5040409@gmail.com> <4F5D14E0.3050301@gmail.com> <20120312001625.4d9b3b52.ray@ddteam.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-wireless@freebsd.org Subject: Re: Please Test: Updated Ral Driver Patch for rt2860/rt3090 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: Mon, 12 Mar 2012 01:25:42 -0000 On 03/11/12 17:26, Adrian Chadd wrote: > Hiya, > > Remember how I said that you should submit things to commit to freebsd? :-) > > Let's not leave it living in the zrouter tree; let's get it into FreeBSD-HEAD. > > So please, do up a diff against -HEAD of your ralink driver changes > and lets get _something_ ASAP into the tree. > > Sheesh.. :-) > > > adrian > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org" > If you have a better one Aleksandr let's do it...I unearthed my old diff because there was still no support. Fundamentally, I agree with keeping things similar to OpenBSD. If the work is already done we should do that. In the mean time, if we don't have such a thing, we have something this way...I'm really just learning wireless kernel dev. I don't really have an "attachment" to this particular version, other than it worked for me and if it helped others :) I do feel that perhaps being synchronized with the current OpenBSD makes sense, but that it will be a while before I personally can figure out all the steps in porting their current code. Most is similar, but there are significant differences. Thanks! Matt