summaryrefslogtreecommitdiff
path: root/at76c505-rfmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'at76c505-rfmd.c')
-rw-r--r--at76c505-rfmd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/at76c505-rfmd.c b/at76c505-rfmd.c
index 6ee4da5..5cd9be8 100644
--- a/at76c505-rfmd.c
+++ b/at76c505-rfmd.c
@@ -1,6 +1,6 @@
/* -*- linux-c -*- */
/*
- * $Id: at76c505-rfmd.c,v 1.10 2004/01/17 11:14:11 jal2 Exp $
+ * $Id: at76c505-rfmd.c,v 1.11 2004/01/17 12:15:45 jal2 Exp $
*
* Driver for at76c503-based devices based on the Atmel "Fast-Vnet" reference
* design using at76c505 with RFMD radio chips
@@ -23,6 +23,7 @@
* at76c503.
*/
+#include <linux/version.h>
#include <linux/config.h>
#include <linux/module.h>
#include <linux/usb.h>
@@ -50,7 +51,7 @@
#define BOARDTYPE BOARDTYPE_505_RFMD
/* firmware name to load if above include file contains empty fw only */
-#define FW_NAME DRIVER_NAME "-fw"
+#define FW_NAME "atmel_" DRIVER_NAME ".bin"
/* USB Device IDs supported by this driver */