linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] at76c50x-usb: update dead links.
@ 2020-04-13 17:00 Diego Elio Pettenò
  2020-04-13 22:08 ` Alexandre Belloni
  0 siblings, 1 reply; 4+ messages in thread
From: Diego Elio Pettenò @ 2020-04-13 17:00 UTC (permalink / raw)
  To: Nicolas Ferre, Alexandre Belloni, Ludovic Desroches
  Cc: Diego Elio Pettenò, linux-arm-kernel

Update wiki TODO link, and point at an actually-existing page for the
firmware download.

Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.com>
---
 drivers/net/wireless/atmel/at76c50x-usb.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/atmel/at76c50x-usb.c b/drivers/net/wireless/atmel/at76c50x-usb.c
index 3b2680772f03..36e667d9f5cb 100644
--- a/drivers/net/wireless/atmel/at76c50x-usb.c
+++ b/drivers/net/wireless/atmel/at76c50x-usb.c
@@ -10,14 +10,14 @@
  * Copyright (c) 2007 Kalle Valo <kalle.valo@iki.fi>
  * Copyright (c) 2010 Sebastian Smolorz <sesmo@gmx.net>
  *
- * This file is part of the Berlios driver for WLAN USB devices based on the
+ * This file is part of the driver for WLAN USB devices based on the
  * Atmel AT76C503A/505/505A.
  *
  * Some iw_handler code was taken from airo.c, (C) 1999 Benjamin Reed
  *
  * TODO list is at the wiki:
  *
- * http://wireless.kernel.org/en/users/Drivers/at76c50x-usb#TODO
+ * https://wireless.wiki.kernel.org/en/users/drivers/at76c50x-usb#TODO
  */
 
 #include <linux/init.h>
@@ -1621,7 +1621,7 @@ static struct fwentry *at76_load_firmware(struct usb_device *udev,
 		dev_err(&udev->dev, "firmware %s not found!\n",
 			fwe->fwname);
 		dev_err(&udev->dev,
-			"you may need to download the firmware from http://developer.berlios.de/projects/at76c503a/\n");
+			"you may need to download the firmware from http://www.thekelleys.org.uk/atmel/\n");
 		goto exit;
 	}
 
-- 
2.26.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] at76c50x-usb: update dead links.
  2020-04-13 17:00 [PATCH 1/4] at76c50x-usb: update dead links Diego Elio Pettenò
@ 2020-04-13 22:08 ` Alexandre Belloni
  2020-04-13 22:09   ` Diego Elio Pettenò
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Belloni @ 2020-04-13 22:08 UTC (permalink / raw)
  To: Diego Elio Pettenò; +Cc: Ludovic Desroches, linux-arm-kernel

On 13/04/2020 18:00:31+0100, Diego Elio Pettenò wrote:
> Update wiki TODO link, and point at an actually-existing page for the
> firmware download.
> 
> Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.com>
> ---
>  drivers/net/wireless/atmel/at76c50x-usb.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/net/wireless/atmel/at76c50x-usb.c b/drivers/net/wireless/atmel/at76c50x-usb.c
> index 3b2680772f03..36e667d9f5cb 100644
> --- a/drivers/net/wireless/atmel/at76c50x-usb.c
> +++ b/drivers/net/wireless/atmel/at76c50x-usb.c
> @@ -10,14 +10,14 @@
>   * Copyright (c) 2007 Kalle Valo <kalle.valo@iki.fi>
>   * Copyright (c) 2010 Sebastian Smolorz <sesmo@gmx.net>
>   *
> - * This file is part of the Berlios driver for WLAN USB devices based on the
> + * This file is part of the driver for WLAN USB devices based on the
>   * Atmel AT76C503A/505/505A.
>   *
>   * Some iw_handler code was taken from airo.c, (C) 1999 Benjamin Reed
>   *
>   * TODO list is at the wiki:
>   *
> - * http://wireless.kernel.org/en/users/Drivers/at76c50x-usb#TODO
> + * https://wireless.wiki.kernel.org/en/users/drivers/at76c50x-usb#TODO
>   */
>  
>  #include <linux/init.h>
> @@ -1621,7 +1621,7 @@ static struct fwentry *at76_load_firmware(struct usb_device *udev,
>  		dev_err(&udev->dev, "firmware %s not found!\n",
>  			fwe->fwname);
>  		dev_err(&udev->dev,
> -			"you may need to download the firmware from http://developer.berlios.de/projects/at76c503a/\n");
> +			"you may need to download the firmware from http://www.thekelleys.org.uk/atmel/\n");

Maybe it is worth having those as part of linux-firmware instead.

>  		goto exit;
>  	}
>  
> -- 
> 2.26.0
> 

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] at76c50x-usb: update dead links.
  2020-04-13 22:08 ` Alexandre Belloni
@ 2020-04-13 22:09   ` Diego Elio Pettenò
  2020-04-14 20:15     ` Alexandre Belloni
  0 siblings, 1 reply; 4+ messages in thread
From: Diego Elio Pettenò @ 2020-04-13 22:09 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: Ludovic Desroches, linux-arm-kernel

On Mon, Apr 13, 2020, at 23:08, Alexandre Belloni wrote:
> Maybe it is worth having those as part of linux-firmware instead.

Possibly? But I was not really trying to update the way the firmware is packaged, as much as I stumbled across a few broken links and decided to fix them :)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] at76c50x-usb: update dead links.
  2020-04-13 22:09   ` Diego Elio Pettenò
@ 2020-04-14 20:15     ` Alexandre Belloni
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2020-04-14 20:15 UTC (permalink / raw)
  To: Diego Elio Pettenò; +Cc: Ludovic Desroches, linux-arm-kernel

On 13/04/2020 23:09:52+0100, Diego Elio Pettenò wrote:
> On Mon, Apr 13, 2020, at 23:08, Alexandre Belloni wrote:
> > Maybe it is worth having those as part of linux-firmware instead.
> 
> Possibly? But I was not really trying to update the way the firmware is packaged, as much as I stumbled across a few broken links and decided to fix them :)

BTW, you should send this patch to the net maintainer, instead of the
microchip ARM maintainers. get_maintainers.pl lists the correct people
and mailing lists.

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-14 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-13 17:00 [PATCH 1/4] at76c50x-usb: update dead links Diego Elio Pettenò
2020-04-13 22:08 ` Alexandre Belloni
2020-04-13 22:09   ` Diego Elio Pettenò
2020-04-14 20:15     ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).