Staging: add rtl8187se driver
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / rtl8187se / r8180_gct.h
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)
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
22 void gct_rf_init(struct net_device *dev);
23 void gct_rf_set_chan(struct net_device *dev,short ch);
24
25 void gct_rf_close(struct net_device *dev);