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> 5 6 This files contains programming code for the rtl8255 7 radio frontend. 8 9 *Many* thanks to Realtek Corp. for their great support! 10 11 */ 12 13 #define RTL8255_ANAPARAM_ON 0xa0000b59 14 #define RTL8255_ANAPARAM2_ON 0x840cf311 15 16 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); 20