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

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).