From owner-freebsd-wireless@FreeBSD.ORG Thu Feb 21 21:54:57 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 95B8F37C for ; Thu, 21 Feb 2013 21:54:57 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ve0-f181.google.com (mail-ve0-f181.google.com [209.85.128.181]) by mx1.freebsd.org (Postfix) with ESMTP id 56518EB9 for ; Thu, 21 Feb 2013 21:54:57 +0000 (UTC) Received: by mail-ve0-f181.google.com with SMTP id d10so6913vea.12 for ; Thu, 21 Feb 2013 13:54:56 -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=X4vIziHx4/ygrbrQH0k3a+3G2eLdpu9lpRt3R/hDqgY=; b=Li5gqCI18spFSP5uTSQu/xitvFWp9m3ejYvmBt7W+iaKOoLJPKnQpjdHZwuiZugWE8 VMoNCBpej02HOBxNg2NJVNdXZbVFZt5OVZxMghzxt7XR/vxiOhWq1INmzT92af/HljLC i83/qjYBS2JlUf1sHLrGJz+1NFwgijJy2HPdfyfKJn3O434dypkJviH1+eEY3dbixyvy sF3rmubOhjNpP3vJgqkP1aAeW1UtA4ySfmKkTpV/f6Bk8Dv/hyQ62Hixl8rm6FFxrrR2 7+w4aX5/cT5ShlFdJFYkFyjcbXkrPoP5B91U46OV48g/wOJOYB2piZCE5BRlmtd5RQw/ DpJQ== MIME-Version: 1.0 X-Received: by 10.52.25.8 with SMTP id y8mr29115191vdf.88.1361483696589; Thu, 21 Feb 2013 13:54:56 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.58.69.16 with HTTP; Thu, 21 Feb 2013 13:54:56 -0800 (PST) In-Reply-To: References: Date: Thu, 21 Feb 2013 13:54:56 -0800 X-Google-Sender-Auth: Pcj1zF4RThZmiRZ0Xsm9Xp-Y-Qo Message-ID: Subject: Re: negotiating HT params at assoc in sta 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: Thu, 21 Feb 2013 21:54:57 -0000 Well, the ampdu density is in microseconds, and you can tune the STA side. THe hostap side should be obeying what mpdudensity you set the STA side to before it associates. It should (!) then be limiting the MPDU density per-STA. Thanks, Adrian