diff options
author | Forest Bond <forest@alittletooquiet.net> | 2009-05-04 21:48:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-19 14:00:51 -0400 |
commit | e2ce5277eb9fdd6923f35b25e64ebfc7a70a03c3 (patch) | |
tree | 35f19662cace97d1b22ff09c23e4fd3a8ece3f19 | |
parent | 756f94e6386519696455a3b1a15f3d451bcf73c7 (diff) |
Staging: vt6655: Build vt6655.ko, not viawget.ko.
As you requested, this series is to be applied on top of patches 1, 2, and 6
(and replaces patches 3, 4, 5, 7, and 8) from the previous series.
Build vt6655.ko, not viawget.ko.
Signed-off-by: Forest Bond <forest@alittletooquiet.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/vt6655/device_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/device_cfg.h b/drivers/staging/vt6655/device_cfg.h index 7301f824b89c..1cbb4440b46f 100644 --- a/drivers/staging/vt6655/device_cfg.h +++ b/drivers/staging/vt6655/device_cfg.h | |||
@@ -86,7 +86,7 @@ struct _version { | |||
86 | #define VCAM_SIZE 32 | 86 | #define VCAM_SIZE 32 |
87 | #define TX_QUEUE_NO 8 | 87 | #define TX_QUEUE_NO 8 |
88 | 88 | ||
89 | #define DEVICE_NAME "viawget" | 89 | #define DEVICE_NAME "vt6655" |
90 | #define DEVICE_FULL_DRV_NAM "VIA Networking Solomon-A/B/G Wireless LAN Adapter Driver" | 90 | #define DEVICE_FULL_DRV_NAM "VIA Networking Solomon-A/B/G Wireless LAN Adapter Driver" |
91 | 91 | ||
92 | #ifndef MAJOR_VERSION | 92 | #ifndef MAJOR_VERSION |