Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 #ifndef RTL8180_GRF5101_H
0003 #define RTL8180_GRF5101_H
0004 
0005 /*
0006  * Radio tuning for GCT GRF5101 on RTL8180
0007  *
0008  * Copyright 2007 Andrea Merello <andrea.merello@gmail.com>
0009  *
0010  * Code from the BSD driver and the rtl8181 project have been
0011  * very useful to understand certain things
0012  *
0013  * I want to thanks the Authors of such projects and the Ndiswrapper
0014  * project Authors.
0015  *
0016  * A special Big Thanks also is for all people who donated me cards,
0017  * making possible the creation of the original rtl8180 driver
0018  * from which this code is derived!
0019  */
0020 
0021 #define GRF5101_ANTENNA 0xA3
0022 
0023 extern const struct rtl818x_rf_ops grf5101_rf_ops;
0024 
0025 #endif /* RTL8180_GRF5101_H */