blob: fe965ca64304371735de137a2032f83d25b130d8 [file] [log] [blame]
Greg Kroah-Hartmanc8d86be2008-12-04 20:01:41 -08001/*
2 This is part of rtl8180 OpenSource driver - v 0.20
3 Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it>
4 Released under the terms of GPL (General Public Licence)
5
6 Parts of this driver are based on the GPL part of the official realtek driver
7 Parts of this driver are based on the rtl8180 driver skeleton from Patric Schenke & Andres Salomon
8 Parts of this driver are based on the Intel Pro Wireless 2100 GPL driver
9
10 We want to tanks the Authors of such projects and the Ndiswrapper project Authors.
11*/
12
13#define GCT_ANTENNA 0xA3
14
15
16// we use the untouched eeprom value- cross your finger ;-)
17#define GCT_ANAPARAM_PWR1_ON ??
18#define GCT_ANAPARAM_PWR0_ON ??
19
20
21
22void gct_rf_init(struct net_device *dev);
23void gct_rf_set_chan(struct net_device *dev,short ch);
24
25void gct_rf_close(struct net_device *dev);