Go to the documentation of this file.
27 #ifndef __DEVICE_CONFIG_H
28 #define __DEVICE_CONFIG_H
31 #include <linux/types.h>
42 #define VID_TABLE_SIZE 64
43 #define MCAST_TABLE_SIZE 64
48 #define DEVICE_NAME "vt6655"
49 #define DEVICE_FULL_DRV_NAM "VIA Networking Solomon-A/B/G Wireless LAN Adapter Driver"
52 #define MAJOR_VERSION 1
56 #define MINOR_VERSION 17
59 #ifndef DEVICE_VERSION
60 #define DEVICE_VERSION "1.19.12"
65 #include <linux/fcntl.h>
67 #define CONFIG_PATH "/etc/vntconfiguration.dat"
71 #define PKT_BUF_SZ 2390
75 #define OPTION_DEFAULT { [0 ... MAX_UINTS-1] = -1}
88 printk(KERN_ERR "assertion %s failed: file %s line %d\n", #x,\
89 __FUNCTION__, __LINE__);\
93 #define DBG_PORT80(value) outb(value, 0x80)
96 #define DBG_PORT80(value)