From owner-freebsd-current@FreeBSD.ORG Fri Nov 29 03:05:42 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2446F30; Fri, 29 Nov 2013 03:05:42 +0000 (UTC) Received: from mail-qe0-x22e.google.com (mail-qe0-x22e.google.com [IPv6:2607:f8b0:400d:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51F6417E3; Fri, 29 Nov 2013 03:05:42 +0000 (UTC) Received: by mail-qe0-f46.google.com with SMTP id a11so9965080qen.33 for ; Thu, 28 Nov 2013 19:05:41 -0800 (PST) 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=Shfjb2hLBx7RwLlfkqGPojhWSEJkN+UyiiKedeqyHag=; b=SxPl0bODAKzQBFgtfTU+A7bd8lfJOnxUd83RrlE3aXA+l8xtyozVJQRyQbEoM0h+bI QDMlvJxH+DwyUGN8DlCtjzp71+kwlVaJ3WjeVs5tmjD7E2N2mDUYMh0YYMIq7Zw7xvzb tI1XTNwTto5s22iDFPu8vkrFx9Hhj+bZUVIGFedopG/bDruz8EyedyHt4I4UisEcQZOb iXf38PubMd3qOBeS+RC1UJnCOXRJ55ttmlgaUrrBweoC3bsbz6raXR0Z8HAxvExkJIJu oqW3dsTQSKyrL20Eu1JXn4GKFAfsjo62Ax7c7H/M5V2h0cG8GzUGpWitb9tYcuN2YNUK 1Lng== MIME-Version: 1.0 X-Received: by 10.224.10.197 with SMTP id q5mr61848050qaq.76.1385694341571; Thu, 28 Nov 2013 19:05:41 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Thu, 28 Nov 2013 19:05:41 -0800 (PST) In-Reply-To: <20131129030418.GB1717@glenbarber.us> References: <20131129030418.GB1717@glenbarber.us> Date: Thu, 28 Nov 2013 19:05:41 -0800 X-Google-Sender-Auth: tytP34X4IkTwj_1n5dCkvi902B4 Message-ID: Subject: Re: request for help: MFC net80211 fixes from -HEAD to -10 From: Adrian Chadd To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current , FreeBSD Release Engineering Team , "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 03:05:42 -0000 On 28 November 2013 19:04, Glen Barber wrote: > On Thu, Nov 28, 2013 at 06:54:56PM -0800, Adrian Chadd wrote: >> I'd like a developer or two to organise the MFC of anything that's in >> net80211 on -HEAD back to -10 before 10.0-REL. >> >> There's a few critical fixes that need to go in but I just don't have >> the time to do it myself. :( > > Depending on what the fixes are, you're likely too late at this point. > > What are the fixes, specifically? I forget the details off-hand. There's a specific fix for incorrectly handling return values when queuing frames during power save or scan that results in traffic drops/errors. But there's been a few. -a