From: Ivo van Doorn <ivdoorn@gmail.com>
To: Gertjan van Wingerde <gwingerde@gmail.com>
Cc: users@rt2x00.serialmonkey.com, linux-wireless@vger.kernel.org,
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Subject: Re: [PATCH] rt2x00: Fix typo in rf programming of rt2800lib.
Date: Tue, 10 Nov 2009 19:32:40 +0100 [thread overview]
Message-ID: <200911101932.40509.IvDoorn@gmail.com> (raw)
In-Reply-To: <1257803944-5344-1-git-send-email-gwingerde@gmail.com>
On Monday 09 November 2009, Gertjan van Wingerde wrote:
> Fix a type in rt2800_config_channel_rt3x. The second write to RF register 2 should be to RF register 3.
> This is confirmed by the legacy Ralink code.
>
> Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
> ---
>
> Corrected the subject of the email to state that it is a single patch.
>
> ---
> drivers/net/wireless/rt2x00/rt2800lib.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c
> index 24b3af4..2c91c44 100644
> --- a/drivers/net/wireless/rt2x00/rt2800lib.c
> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c
> @@ -774,7 +774,7 @@ static void rt2800_config_channel_rt3x(struct rt2x00_dev *rt2x00dev,
> u8 rfcsr;
>
> rt2800_rfcsr_write(rt2x00dev, 2, rf->rf1);
> - rt2800_rfcsr_write(rt2x00dev, 2, rf->rf3);
> + rt2800_rfcsr_write(rt2x00dev, 3, rf->rf3);
>
> rt2800_rfcsr_read(rt2x00dev, 6, &rfcsr);
> rt2x00_set_field8(&rfcsr, RFCSR6_R, rf->rf2);
prev parent reply other threads:[~2009-11-10 18:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-09 21:59 [PATCH] rt2x00: Fix typo in rf programming of rt2800lib Gertjan van Wingerde
2009-11-10 18:32 ` Ivo van Doorn [this message]
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=200911101932.40509.IvDoorn@gmail.com \
--to=ivdoorn@gmail.com \
--cc=bzolnier@gmail.com \
--cc=gwingerde@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--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.