Linux wireless drivers development
 help / color / mirror / Atom feed
From: Michael Wu <flamingice@sourmilk.net>
To: Larry Finger <Larry.Finger@lwfinger.net>, mabbas@linux.intel.com
Cc: Jiri Benc <jbenc@suse.cz>, linux-wireless@vger.kernel.org
Subject: Re: [RFC/T] mac80211: Implementation of SIOCSIWRATE
Date: Sat, 26 May 2007 16:31:00 -0700	[thread overview]
Message-ID: <200705261631.05971.flamingice@sourmilk.net> (raw)
In-Reply-To: <46585cd1.xDmttJDPjdAQW3Wz%Larry.Finger@lwfinger.net>

[-- Attachment #1: Type: text/plain, Size: 971 bytes --]

On Saturday 26 May 2007 09:14, Larry Finger wrote:
> From: mabbas@linux.intel.com
>
> The WEXT ioctl SIOCSIWRATE is not implemented in mac80211. This patch
> adds the missing routine. It supports the 'auto' keyword, fixed rates,
> and the combination of 'auto' and a fixed rate to select an upper bound.
>
> Signed-off-by: mabbas@linux.intel.com
Please sign off with both your name and email address.

> Index: wireless-dev/net/mac80211/sta_info.h
> ===================================================================
> --- wireless-dev.orig/net/mac80211/sta_info.h
> +++ wireless-dev/net/mac80211/sta_info.h
> @@ -58,6 +58,9 @@ struct sta_info {
>  	unsigned int wep_weak_iv_count; /* number of RX frames with weak IV */
>
>  	unsigned long last_rx;
> +	u32 restricted_tx_rates; /* bitmap of user restricted tx rates in
> +				  * u.sta.restricted_tx_rates, if 0 use all
> +				  * available rates */
No. Use force_unicast_rateidx and max_ratectrl_rateidx.

-Michael Wu

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2007-05-26 23:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-26 16:14 [RFC/T] mac80211: Implementation of SIOCSIWRATE Larry Finger
2007-05-26 23:31 ` Michael Wu [this message]
2007-05-27  1:34   ` Larry Finger
2007-05-27 18:09     ` Michael Wu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200705261631.05971.flamingice@sourmilk.net \
    --to=flamingice@sourmilk.net \
    --cc=Larry.Finger@lwfinger.net \
    --cc=jbenc@suse.cz \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mabbas@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox