On 11/09/09 22:55, Gertjan van Wingerde wrote: > From: Gertjan van Wingerde <gwingerde@xxxxxxxxxxxxxx> > > 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@xxxxxxxxx> > --- > 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); Please disregard this one. I goofed up the subject of the email again. Will resubmit as a single patch. --- Gertjan. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html