Go to the documentation of this file.
27 #ifndef __DEVICE_CONFIG_H
28 #define __DEVICE_CONFIG_H
30 #include <linux/types.h>
46 #define TRUE (!(FALSE))
49 #define VID_TABLE_SIZE 64
50 #define MCAST_TABLE_SIZE 64
55 #define DEVICE_NAME "vt6656"
56 #define DEVICE_FULL_DRV_NAM "VIA Networking Wireless LAN USB Driver"
59 #define MAJOR_VERSION 1
63 #define MINOR_VERSION 13
66 #ifndef DEVICE_VERSION
67 #define DEVICE_VERSION "1.19_12"
72 #include <linux/fcntl.h>
74 #define CONFIG_PATH "/etc/vntconfiguration.dat"
78 #define PKT_BUF_SZ 2390
81 #define OPTION_DEFAULT { [0 ... MAX_UINTS-1] = -1}
90 printk(KERN_ERR "assertion %s failed: file %s line %d\n", #x, \
91 __FUNCTION__, __LINE__);\
95 #define DBG_PORT80(value) outb(value, 0x80)
98 #define DBG_PORT80(value)