From owner-svn-src-all@FreeBSD.ORG Mon Jun 2 18:42:00 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0483DB04; Mon, 2 Jun 2014 18:42:00 +0000 (UTC) Received: from mail-qg0-x231.google.com (mail-qg0-x231.google.com [IPv6:2607:f8b0:400d:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 873DD26FB; Mon, 2 Jun 2014 18:41:59 +0000 (UTC) Received: by mail-qg0-f49.google.com with SMTP id a108so11156680qge.22 for ; Mon, 02 Jun 2014 11:41:58 -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:message-id:subject :from:to:cc:content-type; bh=Awe45itBCeu5awfhY2DxR+cylchr+knAoPnqCtOnyh0=; b=qUDH6CoDxj6UNjubkdtkRQG6yvmsBB6C/FJB9pTfGQdKo8T9dJlJ3L1UoF/BwS8CDH kHYdpkmr1sJWcVT2mAyvCEjzs0aUeb3dgWXL8wZgzWNo+W2zFI5CmvMgjaEzDCjAKWci 6+ZeX+sB/WX84PcBlb2PjAGiODlfMSs0wVW4nZQfIe+dd7/3MEURpyaWkL3Ly+HF5tlJ Dkcp2dHyrKSdMOkqvyuuMWgUgn5ueN2OCMB5ERMbpUcprarZrKnT5Hh0rXkQEX+cA1P3 VY5peMr6cKPVx50cXj9tEn/FvKvlRwZPdfl5+ahQXZGSOWCHzL5YDGrazmj9zdfhXQSE dKlA== MIME-Version: 1.0 X-Received: by 10.224.43.148 with SMTP id w20mr53062990qae.26.1401734518731; Mon, 02 Jun 2014 11:41:58 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.43.134 with HTTP; Mon, 2 Jun 2014 11:41:58 -0700 (PDT) In-Reply-To: References: <201406021754.s52Hsd1B039620@svn.freebsd.org> Date: Mon, 2 Jun 2014 11:41:58 -0700 X-Google-Sender-Auth: I7kaX9w3QDoBxu0z0GO4JfAEk3w Message-ID: Subject: Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net From: Adrian Chadd To: Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Marcel Moolenaar , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 18:42:00 -0000 On 2 June 2014 11:37, Marcel Moolenaar wrote: > > On Jun 2, 2014, at 11:26 AM, Adrian Chadd wrote: > >> Woo! >> >> Would you mind doing up a 30 second "what convert X to Y" document so >> I can do the driveby on the wireless stack and drivers? > > I'm having difficulty parsing the question, but I think you're asking > for a howto with gotchas and caveats, etc, right? > > If yes, I can definitely do that. yup! and thanks! that'd be great. >> I'll look at the script but since the wifi stack sits in between the >> normal network stack layering, I just want to make sure I get all of >> the right bits converted over all at the same time and have it have a >> good chance of working. > > Feel free to reach out to me. I may be able to > have someone from Juniper help you with the WLAN > code. Sweet! That'd be great. -a