ACPI: thinkpad-acpi: update documents for the new location
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / rtl8187se / r8180_gct.h
blobfe965ca64304371735de137a2032f83d25b130d8
1 /*
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)
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
10 We want to tanks the Authors of such projects and the Ndiswrapper project Authors.
13 #define GCT_ANTENNA 0xA3
16 // we use the untouched eeprom value- cross your finger ;-)
17 #define GCT_ANAPARAM_PWR1_ON ??
18 #define GCT_ANAPARAM_PWR0_ON ??
22 void gct_rf_init(struct net_device *dev);
23 void gct_rf_set_chan(struct net_device *dev,short ch);
25 void gct_rf_close(struct net_device *dev);