All of lore.kernel.org
 help / color / mirror / Atom feed
From: Helmut Schaa <helmut.schaa@googlemail.com>
To: Gertjan van Wingerde <gwingerde@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>,
	Ivo van Doorn <IvDoorn@gmail.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: Tue, 6 Apr 2010 16:55:59 +0200	[thread overview]
Message-ID: <201004061655.59700.helmut.schaa@googlemail.com> (raw)
In-Reply-To: <1269463357-32563-2-git-send-email-gwingerde@gmail.com>

Thanks Gertjan. I just stumbled over the same issue. This allows
scanning on all channel on the SoC platform.

Helmut

Am Mittwoch 24 März 2010 schrieb Gertjan van Wingerde:
> Signed-off-by: Gertjan van Wingerde <gwingerde@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,
> 


  parent reply	other threads:[~2010-04-06 14:56 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
2010-04-06 14:55   ` Helmut Schaa [this message]
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=201004061655.59700.helmut.schaa@googlemail.com \
    --to=helmut.schaa@googlemail.com \
    --cc=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.