Staging: add rtl8187se driver
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / rtl8187se / r8180_max2820.h
blob5d4fb5504841b0541e9ecc06001de2ec4e8ddaf8
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)
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 MAXIM_ANTENNA 0xb3
14 #define MAXIM_ANAPARAM_PWR1_ON 0x8
15 #define MAXIM_ANAPARAM_PWR0_ON 0x0
18 void maxim_rf_init(struct net_device *dev);
19 void maxim_rf_set_chan(struct net_device *dev,short ch);
21 void maxim_rf_close(struct net_device *dev);