(Resending as the message didn't seem to end up on the mailing list) > Hi Stanislaw, > > Looks good to me. When you repost the series with all comments fixed, you can add my acked-by. > > Sent from my iPad > > On 9 apr. 2013, at 17:05, stf_xl@xxxxx wrote: > >> From: Stanislaw Gruszka <stf_xl@xxxxx> >> >> Signed-off-by: Stanislaw Gruszka <stf_xl@xxxxx> >> --- >> drivers/net/wireless/rt2x00/rt2800lib.c | 12 +++++++----- >> 1 files changed, 7 insertions(+), 5 deletions(-) >> >> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c >> index 216ceb6..83554da 100644 >> --- a/drivers/net/wireless/rt2x00/rt2800lib.c >> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c >> @@ -4668,6 +4668,8 @@ static void rt2800_init_rfcsr_3352(struct rt2x00_dev *rt2x00dev) >> >> static void rt2800_init_rfcsr_3390(struct rt2x00_dev *rt2x00dev) >> { >> + u32 reg; >> + >> rt2800_rfcsr_write(rt2x00dev, 0, 0xa0); >> rt2800_rfcsr_write(rt2x00dev, 1, 0xe1); >> rt2800_rfcsr_write(rt2x00dev, 2, 0xf1); >> @@ -4700,6 +4702,10 @@ static void rt2800_init_rfcsr_3390(struct rt2x00_dev *rt2x00dev) >> rt2800_rfcsr_write(rt2x00dev, 29, 0x8f); >> rt2800_rfcsr_write(rt2x00dev, 30, 0x20); >> rt2800_rfcsr_write(rt2x00dev, 31, 0x0f); >> + >> + rt2800_register_read(rt2x00dev, GPIO_SWITCH, ®); >> + rt2x00_set_field32(®, GPIO_SWITCH_5, 0); >> + rt2800_register_write(rt2x00dev, GPIO_SWITCH, reg); >> } >> >> static void rt2800_init_rfcsr_3572(struct rt2x00_dev *rt2x00dev) >> @@ -4985,11 +4991,7 @@ static int rt2800_init_rfcsr(struct rt2x00_dev *rt2x00dev) >> } >> >> >> - if (rt2x00_rt(rt2x00dev, RT3390)) { >> - rt2800_register_read(rt2x00dev, GPIO_SWITCH, ®); >> - rt2x00_set_field32(®, GPIO_SWITCH_5, 0); >> - rt2800_register_write(rt2x00dev, GPIO_SWITCH, reg); >> - } else if (rt2x00_rt(rt2x00dev, RT3572)) { >> + if (rt2x00_rt(rt2x00dev, RT3572)) { >> rt2800_rfcsr_read(rt2x00dev, 6, &rfcsr); >> rt2x00_set_field8(&rfcsr, RFCSR6_R2, 1); >> rt2800_rfcsr_write(rt2x00dev, 6, rfcsr); >> -- >> 1.7.4.4 >> >> -- >> 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 -- 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