From owner-freebsd-net@FreeBSD.ORG Sun Feb 7 21:02:00 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 20EBE106568D; Sun, 7 Feb 2010 21:02:00 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 7CD3C8FC12; Sun, 7 Feb 2010 21:01:59 +0000 (UTC) Received: from ice.local ([10.0.0.115]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id o17L1uAx030918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 7 Feb 2010 13:01:57 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <4B6F2A44.3010205@errno.com> Date: Sun, 07 Feb 2010 13:01:56 -0800 From: Sam Leffler User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Alexander Egorenkov References: <2d3b7e441002060028i5b1fc665p92b10fa21d77284d@mail.gmail.com> <8F5F80D8-A262-49F4-B580-781A44D3190D@freebsd.org> <2d3b7e441002060658h49712201m464dac80208db369@mail.gmail.com> <4B6DE491.8010901@errno.com> <2d3b7e441002070041waa8f968le66328ebeb7b163d@mail.gmail.com> In-Reply-To: <2d3b7e441002070041waa8f968le66328ebeb7b163d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: freebsd-net@freebsd.org, Rui Paulo 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: Sun, 07 Feb 2010 21:02:00 -0000 Alexander Egorenkov wrote: > > > On Sat, Feb 6, 2010 at 10:52 PM, Sam Leffler > wrote: > > The advertised rate set should be initially set according to the > capabilities of the device. There were no devices > 2x2 when I > wrote the code so MCS15 is the max. To support such devices you > need to do more than just grow the rateset. > > > But my device is a 2T2R device and supports MCS32 (HT duplicate mode). > MCS32 is special; as you indicate it forces duplicate signal on the upper and lower channels in HT40. There is no support for MCS32 in net80211. Sam