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_rtl8255.h
blobbe44ca6eb1d37089452c46c5d47509f3be8b640e
1 /*
2 This is part of the rtl8180-sa2400 driver
3 released under the GPL (See file COPYING for details).
4 Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it>
6 This files contains programming code for the rtl8255
7 radio frontend.
9 *Many* thanks to Realtek Corp. for their great support!
13 #define RTL8255_ANAPARAM_ON 0xa0000b59
14 #define RTL8255_ANAPARAM2_ON 0x840cf311
17 void rtl8255_rf_init(struct net_device *dev);
18 void rtl8255_rf_set_chan(struct net_device *dev,short ch);
19 void rtl8255_rf_close(struct net_device *dev);