aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--at76_usb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 24a3152..a7cacf4 100644
--- a/README
+++ b/README
@@ -38,7 +38,7 @@ wireless networking.
Firmware for your device in the format compatible with this driver. To
install the firmware, please read the README file included with the
firmware package. The firmware can be downloaded from
-https://developer.berlios.de/projects/at76c503a/
+http://developer.berlios.de/projects/at76c503a/
Installation
diff --git a/at76_usb.c b/at76_usb.c
index 4bb671a..c7a6778 100644
--- a/at76_usb.c
+++ b/at76_usb.c
@@ -5897,7 +5897,7 @@ static struct fwentry *at76_load_firmware(struct usb_device *udev,
if (ret < 0) {
err("firmware %s not found.", fwe->fwname);
err("You may need to download the firmware from "
- "https://developer.berlios.de/projects/at76c503a/");
+ "http://developer.berlios.de/projects/at76c503a/");
return NULL;
}