From owner-freebsd-net@FreeBSD.ORG Sat Feb 6 14:58:27 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 632781065694 for ; Sat, 6 Feb 2010 14:58:27 +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 ECEF98FC1D for ; Sat, 6 Feb 2010 14:58:26 +0000 (UTC) Received: by ewy3 with SMTP id 3so2347473ewy.13 for ; Sat, 06 Feb 2010 06:58:25 -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=bSd8sUR+XGI3vXzrtwlWnAmOtsyGqHab0d19lNM94QQ=; b=t8znOZrEWbS0Q2rEyy9E3PUYER5yEhM7d99+9WFeflg/Htpz2FxiaRHxmD3jI67/1O 6LKH2RF9snmydibhbUMfyYp0RdsnzLTO3stJzT4ovAdruSWKz2aB6ExHA8XRbIZC4OKs UbdjVv6y2r0aT+kgWfQOfF8KhACxl6RM+DksM= 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=IC2lPOqI1P2RsFxt7Rux1BNLMhnNGqtlnEZGce7lWykLbvlBD4gcwRxGCtn1ft4iXB +csaT6na+pwtImPNvuJiZ4E3YCbRVtqnQ3mi4etXlZPgoNSiTWcr53BckELsJRsRSXY9 tS/gR0MbzDvrRJO/j8dsfZ1FhsbOVXeFYM+jU= MIME-Version: 1.0 Received: by 10.213.109.193 with SMTP id k1mr1803303ebp.86.1265468305581; Sat, 06 Feb 2010 06:58:25 -0800 (PST) In-Reply-To: <8F5F80D8-A262-49F4-B580-781A44D3190D@freebsd.org> References: <2d3b7e441002060028i5b1fc665p92b10fa21d77284d@mail.gmail.com> <8F5F80D8-A262-49F4-B580-781A44D3190D@freebsd.org> Date: Sat, 6 Feb 2010 15:58:25 +0100 Message-ID: <2d3b7e441002060658h49712201m464dac80208db369@mail.gmail.com> From: Alexander Egorenkov To: Rui Paulo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Sat, 06 Feb 2010 14:58:27 -0000 And is any API in planning that would make it possible to change the advertised HT rate set by STA during run time and not at compile time ? E.g. ieee80211_set_ht_rateset :-) On Sat, Feb 6, 2010 at 3:44 PM, Rui Paulo wrote: > On 6 Feb 2010, at 08:28, Alexander Egorenkov wrote: > > > 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 ? > > Not really. > > -- > Rui Paulo > >