Staging: add rtl8187se driver
[pandora-kernel.git] / drivers / staging / rtl8187se / r8180_max2820.h
1 /*
2         This is part of rtl8180 OpenSource driver
3         Copyright (C) Andrea Merello 2004-2005  <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 MAXIM_ANTENNA 0xb3
14 #define MAXIM_ANAPARAM_PWR1_ON 0x8
15 #define MAXIM_ANAPARAM_PWR0_ON 0x0
16
17
18 void maxim_rf_init(struct net_device *dev);
19 void maxim_rf_set_chan(struct net_device *dev,short ch);
20
21 void maxim_rf_close(struct net_device *dev);