aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-07-10 02:20:34 -0400
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-07-15 12:18:58 -0400
commit18a2e8fd4359988452d87c824158cc2a10f7b82f (patch)
treeb5a7547bf93ed36c55495de8f3e5a000de9201a6
parentb847a2205376a11f616a2846613a7cc793ff2f0d (diff)
[PATCH] Give plain http URL for the firmware, not https
The site certificate on developer.berlios.de is self-signed, which causes a browser warning. Plain http is just fine for publicly available firmware. Signed-off-by: Pavel Roskin <proski@gnu.org>
-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;
}