[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200911051941.28657.IvDoorn@gmail.com>
Date: Thu, 5 Nov 2009 19:41:28 +0100
From: Ivo van Doorn <ivdoorn@...il.com>
To: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
Cc: linux-wireless@...r.kernel.org,
Gertjan van Wingerde <gwingerde@...il.com>,
linux-kernel@...r.kernel.org,
"John W. Linville" <linville@...driver.com>
Subject: Re: [PATCH 03/41] rt2800usb: fix rt2800usb_rfcsr_read()
On Wednesday 04 November 2009, Bartlomiej Zolnierkiewicz wrote:
> From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
> Subject: [PATCH] rt2800usb: fix rt2800usb_rfcsr_read()
>
> The driver should write the read request into RF_CSR_CFG register
> and not BBP_CSR_CFG one in rt2800usb_rfcsr_read().
>
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
Acked-by: Ivo van Doorn <IvDoorn@...il.com>
> ---
> drivers/net/wireless/rt2x00/rt2800usb.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: b/drivers/net/wireless/rt2x00/rt2800usb.c
> ===================================================================
> --- a/drivers/net/wireless/rt2x00/rt2800usb.c
> +++ b/drivers/net/wireless/rt2x00/rt2800usb.c
> @@ -167,7 +167,7 @@ static void rt2800usb_rfcsr_read(struct
> rt2x00_set_field32(®, RF_CSR_CFG_WRITE, 0);
> rt2x00_set_field32(®, RF_CSR_CFG_BUSY, 1);
>
> - rt2x00usb_register_write_lock(rt2x00dev, BBP_CSR_CFG, reg);
> + rt2x00usb_register_write_lock(rt2x00dev, RF_CSR_CFG, reg);
>
> WAIT_FOR_RFCSR(rt2x00dev, ®);
> }
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists