From owner-freebsd-wireless@FreeBSD.ORG Mon Mar 12 01:35:17 2012 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 64FB7106564A for ; Mon, 12 Mar 2012 01:35:17 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 29A908FC0A for ; Mon, 12 Mar 2012 01:35:16 +0000 (UTC) Received: by dald2 with SMTP id d2so4905084dal.13 for ; Sun, 11 Mar 2012 18:35:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=HwCbYdM+T6drNCyyUopnVU7404TaxKyHyrAS6bF7mhg=; b=YeTX7F20gPV0jy3uc/vl6HO9jmpSiqXOQrFl0pAaAgyYf5rb+VOo25OL58fiT5oDqz s5xJJySucgiPKJtDRsjflG45x+vF+Pd5Mg/lUkdbEGpa1ylCoNW7Wk/NyhXf8N4lQsvE OMK6v75qX1PIZjxPBVHt95RC/UU7XNJmXbIxo7QRGhBdJgY7NByS2+xNbnLEUnB5M+ob ZT2iRgt9xWJSylGQ7/QrZOfY5SsT9n5K531tM4J9gWyJGJigE4CWxXN2/Aq5qpWV92Jb uU61ZGVKiwcEsk1GZ0VusWgMIrkuWOUE+8dkr4SVu5nn+8/0bI25DSvh5CYO63idg4fa tLvg== MIME-Version: 1.0 Received: by 10.68.232.2 with SMTP id tk2mr17111804pbc.68.1331516116582; Sun, 11 Mar 2012 18:35:16 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.143.33.5 with HTTP; Sun, 11 Mar 2012 18:35:16 -0700 (PDT) In-Reply-To: <4F5D5091.6050807@gmail.com> 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> <4F5D5091.6050807@gmail.com> Date: Sun, 11 Mar 2012 18:35:16 -0700 X-Google-Sender-Auth: kIF7m-cVwViKi9Qcpvzt3UMIN9s Message-ID: From: Adrian Chadd To: matt Content-Type: text/plain; charset=ISO-8859-1 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:35:17 -0000 Matt, would you mind looking at what's in zrouter? ray, please create a diff? thanks, adrian On 11 March 2012 18:25, matt wrote: > 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 >