From owner-freebsd-wireless@FreeBSD.ORG Fri Feb 22 19:04:19 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 45B7BDFD; Fri, 22 Feb 2013 19:04:19 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mx.techwires.net (mx.techwires.net [79.140.39.242]) by mx1.freebsd.org (Postfix) with ESMTP id 09DAB32D; Fri, 22 Feb 2013 19:04:18 +0000 (UTC) Received: from amy.lab.techwires.net (dslb-088-067-212-155.pools.arcor-ip.net [88.67.212.155]) by mx.techwires.net (Postfix) with ESMTPSA id 9AE9830A8E3; Fri, 22 Feb 2013 20:04:17 +0100 (CET) From: Bernhard Schmidt To: Adrian Chadd Subject: Re: kern/176201: [net80211] [patch] 11n station includes unrelated ht params into ASSOC_REQ packet Date: Fri, 22 Feb 2013 20:05:36 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.9.5; amd64; ; ) References: <201302180246.r1I2kocv064092@freefall.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201302222005.36490.bschmidt@techwires.net> Cc: freebsd-bugs@freebsd.org, 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: Fri, 22 Feb 2013 19:04:19 -0000 On Friday, February 22, 2013 07:52:47 PM Adrian Chadd wrote: > Hm, it's possible in my sleep deprived state that I'm on the right but > wrong track here. > > The OP problem is that we're not advertising the right capabilities > when we associate, right? Correct. > Why aren't we just advertising the VAP ampdumax and ampdudensity no > matter what the operating mode? Why are we capping those parameters to > the learnt-from-AP parameters? Because the AP would otherwise deny the association request. That's at least how I read the commit (r173865). -- Bernhard