From owner-freebsd-wireless@FreeBSD.ORG Wed Dec 12 10:12:08 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 F2696E5 for ; Wed, 12 Dec 2012 10:12:08 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by mx1.freebsd.org (Postfix) with ESMTP id 7D62D8FC08 for ; Wed, 12 Dec 2012 10:12:07 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hj13so346475wib.13 for ; Wed, 12 Dec 2012 02:12:01 -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 :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=byjDZNgnqVjiKOL9iYmjAMJwRLuHMs/UXZulzu1cE8U=; b=kcgynM4ytKlwyBSvmjjlov+isGXuHuQONFqJRxnS+eeVVWQ2X5Ag/MuHXDyvndnMhm F1W5RYm9EdDUBk5Ii14iKozecYfUIH2YfqsjZYSmfnBQRU3U+7qDZe9Xh4gyWbbPV0w3 /OwkavSQOTSsf8SUNisECINoXUwCUQZIz+NoDJFUHNE0LR66i9cbW5UyGDNYlfGhy4Yb blXeKpaJAtAaLZ85yIFe0rGXM/Zo9E7xTSJVrDed9rtr5ArtQKZ17jqJt81mt7aRUusU c7MkUOpzPft5QKOviH315NyLj3UiU9/cP3ICAKHvjCSY7Ori1rmRh9uSB1aXawecH/xW YlhQ== MIME-Version: 1.0 Received: by 10.194.93.40 with SMTP id cr8mr885602wjb.16.1355307121222; Wed, 12 Dec 2012 02:12:01 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.217.57.9 with HTTP; Wed, 12 Dec 2012 02:12:01 -0800 (PST) In-Reply-To: References: Date: Wed, 12 Dec 2012 02:12:01 -0800 X-Google-Sender-Auth: NbxpwHGZhDsWiyvwBIZnJaFhLzU Message-ID: Subject: Re: 11n in adhoc mode From: Adrian Chadd To: PseudoCylon Content-Type: text/plain; charset=ISO-8859-1 Cc: 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: Wed, 12 Dec 2012 10:12:09 -0000 .. hey, scratch that. 11n aggregation works in IBSS mode with my patch, at least on ath(4). I bet there's all kinds of weird subtle crap going on that we need to fix, but the basics are working. Adrian