linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ivo van Doorn <ivdoorn@gmail.com>
To: Gertjan van Wingerde <gwingerde@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>,
	linux-wireless@vger.kernel.org, users@rt2x00.serialmonkey.com
Subject: Re: [PATCH 1/2] rt2x00: Fix typo in RF register programming of rt2800.
Date: Wed, 24 Mar 2010 23:13:40 +0100	[thread overview]
Message-ID: <201003242313.41180.IvDoorn@gmail.com> (raw)
In-Reply-To: <1269463357-32563-2-git-send-email-gwingerde@gmail.com>

On Wednesday 24 March 2010, Gertjan van Wingerde wrote:
> Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>

Acked-by: Ivo van Doorn <IvDoorn@gmail.com>

> ---
>  drivers/net/wireless/rt2x00/rt2800lib.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
> index 18d4d8e..326fce7 100644
> --- a/drivers/net/wireless/rt2x00/rt2800lib.c
> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
> @@ -812,9 +812,9 @@ static void rt2800_config_channel_rt3x(struct rt2x00_dev *rt2x00dev,
>  	rt2800_rfcsr_write(rt2x00dev, 24,
>  			      rt2x00dev->calibration[conf_is_ht40(conf)]);
>  
> -	rt2800_rfcsr_read(rt2x00dev, 23, &rfcsr);
> +	rt2800_rfcsr_read(rt2x00dev, 7, &rfcsr);
>  	rt2x00_set_field8(&rfcsr, RFCSR7_RF_TUNING, 1);
> -	rt2800_rfcsr_write(rt2x00dev, 23, rfcsr);
> +	rt2800_rfcsr_write(rt2x00dev, 7, rfcsr);
>  }
>  
>  static void rt2800_config_channel(struct rt2x00_dev *rt2x00dev,



  reply	other threads:[~2010-03-24 22:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-24 20:42 [PATCH 0/2] Two small fixes for rt2x00 Gertjan van Wingerde
2010-03-24 20:42 ` [PATCH 1/2] rt2x00: Fix typo in RF register programming of rt2800 Gertjan van Wingerde
2010-03-24 22:13   ` Ivo van Doorn [this message]
2010-04-06 14:55   ` Helmut Schaa
2010-03-24 20:42 ` [PATCH 2/2] rt2x00: Disable powersaving by default in rt2500usb Gertjan van Wingerde
2010-03-24 22:13   ` Ivo van Doorn

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=201003242313.41180.IvDoorn@gmail.com \
    --to=ivdoorn@gmail.com \
    --cc=gwingerde@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=users@rt2x00.serialmonkey.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;
as well as URLs for NNTP newsgroup(s).