From owner-freebsd-net@FreeBSD.ORG Tue Feb 23 12:01:37 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE88A106568D for ; Tue, 23 Feb 2010 12:01:37 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id 5749A8FC2D for ; Tue, 23 Feb 2010 12:01:37 +0000 (UTC) Received: by fxm23 with SMTP id 23so3631478fxm.3 for ; Tue, 23 Feb 2010 04:01:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=ZHOgyF9bimvHnuwltlj0UTyFjjBeijk+ukrvV1jF/KE=; b=J02C98UFhPj/lVnzwwcn/QdpJZcrm9EHmUnvMWVzplGvPcIz/QdnMirY+o2xn3mrt8 DZ0BbGsOyWdNBjFatnsmB0s3bJ+gmt0OJ/94l/8nT1gkKdrriAhI65HLqnR57CIakoBd F+rO1gp5NDE9AeFC8TruRREKk4xzIf1VEnV/w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=cAfBtWF9FIt4JZqGLPqEg6M3TY1SUM/H9/BfJUuLwo8xDaYXZ8C4notmF1bss5Xvji Ib7llsO2rQkNBtnN1QMp/gZBHTFh8DuNb2QlNL+ezZcAKRMLbSh1iBX2ZPvhdzAxU9pF OIH1gzQCE5x3um3aKEX0BRkRG+Dd8aoJK6vj8= Received: by 10.102.202.7 with SMTP id z7mr11658023muf.92.1266926494569; Tue, 23 Feb 2010 04:01:34 -0800 (PST) Received: from ?10.0.10.4? (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by mx.google.com with ESMTPS id j2sm3174438mue.48.2010.02.23.04.01.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Feb 2010 04:01:30 -0800 (PST) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <2d3b7e441002210235q5c6de2bvaedfa460fcb0766e@mail.gmail.com> Date: Tue, 23 Feb 2010 12:01:28 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <0FE9B65C-5612-411A-8EA8-24ABF57999BC@freebsd.org> References: <2d3b7e441002060028i5b1fc665p92b10fa21d77284d@mail.gmail.com> <8F5F80D8-A262-49F4-B580-781A44D3190D@freebsd.org> <2d3b7e441002060658h49712201m464dac80208db369@mail.gmail.com> <4B6DE491.8010901@errno.com> <2d3b7e441002070041waa8f968le66328ebeb7b163d@mail.gmail.com> <4B6F2A44.3010205@errno.com> <2d3b7e441002210235q5c6de2bvaedfa460fcb0766e@mail.gmail.com> To: Alexander Egorenkov X-Mailer: Apple Mail (2.1077) Cc: freebsd-net@freebsd.org Subject: Re: HT rate set in net80211 not changeable for STA X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2010 12:01:37 -0000 On 21 Feb 2010, at 10:35, Alexander Egorenkov wrote: > This MCS32 HT rate causes problems with AMRR. If the connection = between a > client and an AP is very good and the AP supports MCS32, the client = keeps > increasing the Tx rate upto MCS32 and then the problems begin because = the > client starts to send with MCS32. Can you change the bitrate mask in the HTINFO information element? If = you say that you don't support MCS32, the AP shouldn't use it. -- Rui Paulo