2 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 * Purpose: Driver configuration header
27 #ifndef __DEVICE_CONFIG_H
28 #define __DEVICE_CONFIG_H
30 //#include <linux/config.h>
31 #include <linux/types.h>
40 } version_t
, *pversion_t
;
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"
70 //Max: 2378=2312Payload + 30HD +4CRC + 2Padding + 4Len + 8TSF + 4RSR
71 #define PKT_BUF_SZ 2390
75 #define OPTION_DEFAULT { [0 ... MAX_UINTS-1] = -1}
79 typedef enum _chip_type
{
81 } CHIP_TYPE
, *PCHIP_TYPE
;
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)