From owner-freebsd-net@FreeBSD.ORG Sun Feb 7 08:41:21 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 584B61065670; Sun, 7 Feb 2010 08:41:21 +0000 (UTC) (envelope-from egorenar@googlemail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id B85288FC08; Sun, 7 Feb 2010 08:41:20 +0000 (UTC) Received: by ewy3 with SMTP id 3so2658747ewy.13 for ; Sun, 07 Feb 2010 00:41:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Iqm3EXr6qs+IkORQJOTX01OW6Kb+WLIl0TD4eRfIUpM=; b=Whadm/9FoDw1zJhpvIoeqsTKi7wpIPrtaQTmydqu1AcdbHLBgx1z6IPVO7Vospnhpc y/vgMTbXs/v9Q0hanojBIEJgsl4PT4a7aBYWZghy0WLaXDo4QVAWOie+FtQz6wcrWL+4 MMSl0Z/BR86Dh7vOcplSAPQLbnvVUDHQZkBjw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=HBxhfXHNwlAYLKpLlZ9hDjNdNlE9Gl3mdM7Baq2lZkvSGr4cSBfXkeeKQJe7Fotefp ATcLHr5K7I3MxU45uczD2YeKFYy1aw1iTbKTTsA3ZEnp1y0OZIM3wzkQ7jvSaTjlM56G T3VktInfrncQOfDzZQcw+Dga6k9aF5wuNwWNc= MIME-Version: 1.0 Received: by 10.213.109.92 with SMTP id i28mr1431521ebp.63.1265532079604; Sun, 07 Feb 2010 00:41:19 -0800 (PST) In-Reply-To: <4B6DE491.8010901@errno.com> References: <2d3b7e441002060028i5b1fc665p92b10fa21d77284d@mail.gmail.com> <8F5F80D8-A262-49F4-B580-781A44D3190D@freebsd.org> <2d3b7e441002060658h49712201m464dac80208db369@mail.gmail.com> <4B6DE491.8010901@errno.com> Date: Sun, 7 Feb 2010 09:41:19 +0100 Message-ID: <2d3b7e441002070041waa8f968le66328ebeb7b163d@mail.gmail.com> From: Alexander Egorenkov To: Sam Leffler Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 08:41:21 -0000 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).