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@xxxxxxxxx> > --- > 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, > -- 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