From owner-freebsd-net@FreeBSD.ORG  Sat Feb  6 08:28:52 2010
Return-Path: <owner-freebsd-net@FreeBSD.ORG>
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 A362B106566B
	for <freebsd-net@freebsd.org>; Sat,  6 Feb 2010 08:28:52 +0000 (UTC)
	(envelope-from egorenar@googlemail.com)
Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24])
	by mx1.freebsd.org (Postfix) with ESMTP id 3D89E8FC12
	for <freebsd-net@freebsd.org>; Sat,  6 Feb 2010 08:28:51 +0000 (UTC)
Received: by ey-out-2122.google.com with SMTP id 22so963333eye.9
	for <freebsd-net@freebsd.org>; Sat, 06 Feb 2010 00:28:51 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=googlemail.com; s=gamma;
	h=domainkey-signature:mime-version:received:date:message-id:subject
	:from:to:content-type;
	bh=FL9xC4woEXJ2r+1ROPxmg1k1XFGVE5WK2ZZdy2VGqSk=;
	b=rrvqW2csVz3gZAQrgKCte4VzeUawDG1Hqv9GcM5/lEga8feIlfhOUIc9j/tqWq0rCf
	z78aJmJAthqe2OR/vFoRtMpiyA6juZ8SJneYhakOZqGpL3kf9rZ2Vh8S2d05heZfTX0u
	XyPTbsr+xY90iV/vk84Sr9eZ+QrE/AEvbXy6M=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma;
	h=mime-version:date:message-id:subject:from:to:content-type;
	b=Yb1a1cMmVnF9Zdht/duhSzLLF8nGXkqU746obbNVY7ArYQmnXCHIvASo0ndnH9TytF
	u5w/TRGzcf4Yu/xyboz84aIRaIEEo76hv25emXOkbW/7Oy+kxrrgQ81az00o55Sj+54l
	4jeIUTBWzpMwR4i+mGwfw607YcJ84EMFS1HpE=
MIME-Version: 1.0
Received: by 10.213.49.143 with SMTP id v15mr2136674ebf.17.1265444931031; Sat, 
	06 Feb 2010 00:28:51 -0800 (PST)
Date: Sat, 6 Feb 2010 09:28:51 +0100
Message-ID: <2d3b7e441002060028i5b1fc665p92b10fa21d77284d@mail.gmail.com>
From: Alexander Egorenkov <egorenar@googlemail.com>
To: freebsd-net@freebsd.org
X-Mailman-Approved-At: Sat, 06 Feb 2010 12:37:12 +0000
Content-Type: text/plain; charset=ISO-8859-1
X-Content-Filtered-By: Mailman/MimeDel 2.1.5
Subject: 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 <freebsd-net.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net>
List-Post: <mailto:freebsd-net@freebsd.org>
List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-net>,
	<mailto:freebsd-net-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 06 Feb 2010 08:28:52 -0000

Hi,

the HT rate set advertized by a STA is hardcoded in net80211
and the maximum MCS is 15, but my device also supports MCS32 (HT duplicate
mode).
Is there a possibility to change the HT rates set advertized by  a STA
except changing
the code and recompiling net80211 stack ?

Thanks.

Alex.