From owner-freebsd-wireless@FreeBSD.ORG Tue Feb 19 16:49:35 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C4EBB9D for ; Tue, 19 Feb 2013 16:49:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by mx1.freebsd.org (Postfix) with ESMTP id B820437B for ; Tue, 19 Feb 2013 16:49:34 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id 8so5535194wgl.18 for ; Tue, 19 Feb 2013 08:49:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=JzbYg2n0+089nEcm1oYaiaSeMkzdQUXjzSssWQjZ2rU=; b=Q0eH2eFR9NX+tTmrlkR1k96g9O27nxf/bR/z63HQWnNnTBCX2eXSwgLT5z1tnaaKDk 1bxEo0nQ6ldTM+q224PkEdwV54KJCufTcdnvVHSDBvC8hL7r3YD/1nCp6vcx22KtoLEx fdkn9o+WZCm/tCh6x9UUUHcGBA+G7JgIf0aikmQYSTCdvCteMFzEB0CH9uQ/P5Sn6hOw +QoDPyF4fzbRis1CYy0MOvBYhmor6+Ff1vv6EApCipYA91R8F09TPuwXUBykTLVX5Q5U dQlpQX0LxqFivFl6ysdbCzll1jPRgrqs21RgQ6cNoQvmFQKjJC/qhUzc4qq5jNuWGLzW jXDw== MIME-Version: 1.0 X-Received: by 10.180.93.234 with SMTP id cx10mr28765920wib.34.1361292568492; Tue, 19 Feb 2013 08:49:28 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.236.88 with HTTP; Tue, 19 Feb 2013 08:49:28 -0800 (PST) In-Reply-To: References: Date: Tue, 19 Feb 2013 08:49:28 -0800 X-Google-Sender-Auth: gBk6bZyS0SI1sWjx_75dKVkFeZs Message-ID: Subject: Re: [RFC] serialising net80211 TX From: Adrian Chadd To: Monthadar Al Jaberi Content-Type: text/plain; charset=ISO-8859-1 Cc: PseudoCylon , freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 19 Feb 2013 16:49:35 -0000 On 19 February 2013 07:50, Monthadar Al Jaberi wrote: > On Tue, Feb 19, 2013 at 4:10 PM, Adrian Chadd wrote: >> Here's my current patch. I've tested it lightly in AP mode. > > Its identical to 20130216-net80211-tx-lock-2.diff? > Good. That means I haven't accidentally changed anything since the last diff. :-) I'm using that on my test (open) AP at the moment. Nothing that uses active powersave is actually using it yet though. Thanks, adrian