aboutsummaryrefslogtreecommitdiff
path: root/at76c503.h
diff options
context:
space:
mode:
authorproski <proski>2006-07-30 19:28:14 +0000
committerproski <proski>2006-07-30 19:28:14 +0000
commit0ec334d887a610e44e5007ad3e0d32c9ea56f8df (patch)
treeb1646338e4fb277e87e7daa30228eadda98455a9 /at76c503.h
parent748ce1b23a2c7cce609e05766e8571dd0df0a118 (diff)
Join all firmware drivers into one
The new driver is called at76fw.c (the name is provisional, as it's likely to be joined with at76c503.c soon). Firmware linking into the drivers is now disabled. "make dist" should build only one tarball, the one without the headers. Nothing needs to be appended to the version.
Diffstat (limited to 'at76c503.h')
-rw-r--r--at76c503.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/at76c503.h b/at76c503.h
index ce0a14f..adb353b 100644
--- a/at76c503.h
+++ b/at76c503.h
@@ -33,18 +33,8 @@
#include <net/ieee80211.h>
#include <linux/version.h>
-#ifndef COMPILE_FIRMWARE_INTO_DRIVER
-# define CONFIG_AT76C503_FIRMWARE_DOWNLOAD
-# define VERSION_APPEND "-fw_dwl"
-#else
-# ifdef CONFIG_AT76C503_FIRMWARE_DOWNLOAD
-# undef CONFIG_AT76C503_FIRMWARE_DOWNLOAD
-# endif
-# define VERSION_APPEND "-static"
-#endif
-
/* current driver version */
-#define DRIVER_VERSION "v0.14dev" VERSION_APPEND
+#define DRIVER_VERSION "v0.14dev"
#include <linux/workqueue.h>