From owner-freebsd-wireless@FreeBSD.ORG Fri Oct 26 13:31:51 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 E7332BC4 for ; Fri, 26 Oct 2012 13:31:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id B3C638FC0A for ; Fri, 26 Oct 2012 13:31:51 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi1so2065057pad.13 for ; Fri, 26 Oct 2012 06:31:51 -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=MMzGdwm8E1Gn4h6wZPAgEZDPr3Pzzl9qeXUs8Or/Tlo=; b=kyr9hM5odWJkviLYRHNK532YKC4RWJSQULwCI+/5amCtE/YtuuPGEbPKObHwumyUak lHF1kcMOLZzQZblnu97n22GVUkJH7nDUMFSB3pxYqJPghF5gGgSh8VADE7p+LmWQUk6Z E99d9hJ8rOMkC+ugYJYEwP9/wlzienBmrTlPeKzCUQKlyeMw+7mfzA3F7ab4+jVi/HkI EwIsoj0oYDMQ3zMSd34JJKCbr6f+To2Ild9yIqOrh9048ji7sQ1lI7AOqhzk7do29upX zqAUVkvOFiFK387MDtjuFyvSES8cc/R6ERt0/KKTC+jM/PawtbVGiTv4qPSS8br5vbrL qyfg== MIME-Version: 1.0 Received: by 10.68.135.168 with SMTP id pt8mr70870793pbb.24.1351258311392; Fri, 26 Oct 2012 06:31:51 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.68.146.233 with HTTP; Fri, 26 Oct 2012 06:31:51 -0700 (PDT) In-Reply-To: <201210261518.18442.jhugo@meraka.csir.co.za> References: <201210221556.08616.jhugo@meraka.csir.co.za> <201210261406.05385.jhugo@meraka.csir.co.za> <201210261518.18442.jhugo@meraka.csir.co.za> Date: Fri, 26 Oct 2012 06:31:51 -0700 X-Google-Sender-Auth: kMkxr5qGzODR203HaA0Zu40ol7s Message-ID: Subject: Re: 11n channel width From: Adrian Chadd To: Johann Hugo 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: Fri, 26 Oct 2012 13:31:52 -0000 On 26 October 2012 06:18, Johann Hugo wrote: > And the difference between a 1x1 and a 2x2 802.11n adapter ? It's more complicated - since if you're not doing aggregation, the overheads per frame eat in to your efficiency % and when you're transmitting at high MCS or multiple streams, you don't necessarily get a linear increase in throughput. If aggregation is correctly working, you should see ~ 150MBit/sec TCP between two 2x2 40MHz nodes, and roughly half/quarter that for 1-stream 20 and 2-stream 20 (or 1 stream 20 versus 1 stream 40.) Adrian