summaryrefslogtreecommitdiff
path: root/at76c505-rfmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'at76c505-rfmd.c')
-rw-r--r--at76c505-rfmd.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/at76c505-rfmd.c b/at76c505-rfmd.c
index 62b3ce9..60b9278 100644
--- a/at76c505-rfmd.c
+++ b/at76c505-rfmd.c
@@ -1,18 +1,20 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c505-rfmd.c,v 1.13 2004/06/15 19:53:42 jal2 Exp $
+ * $Id: at76c505-rfmd.c,v 1.14 2004/08/18 22:01:45 jal2 Exp $
*
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using at76c505 with RFMD radio chips
*
- * Copyright (c) 2002 - 2003 Oliver Kurth <oku@masqmail.cx>
- * Changes Copyright (c) 2003 Joerg Albert <joerg.albert@gmx.de>
+ * Copyright (c) 2002 - 2003 Oliver Kurth
+ * Changes Copyright (c) 2004 Joerg Albert <joerg.albert@gmx.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
+ * This file is part of the Berlios driver for WLAN USB devices based on the
+ * Atmel AT76C503A/505/505A. See at76c503.h for details.
*
* This driver is derived from usb-skeleton.c
*
@@ -46,7 +48,8 @@ struct firmware {
/* Include firmware data definition: a dummy or a statically compiled-in fw */
#ifdef CONFIG_AT76C503_FIRMWARE_DOWNLOAD
-# include "fw-empty.h"
+/* a dummy struct to use if at76c503-*.o shall load the firmware via hotplug */
+static struct firmware static_fw = {0,NULL};
#else
# include "fw-pkg-r505.h"
#endif