| Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
| Michael Wu | f653211 | 2007-10-14 14:43:16 -0400 | [diff] [blame] | 2 | #ifndef RTL8180_MAX2820_H |
| 3 | #define RTL8180_MAX2820_H |
| 4 | |
| 5 | /* |
| 6 | * Radio tuning for Maxim max2820 on RTL8180 |
| 7 | * |
| Andrea Merello | 93ba2a8 | 2013-08-26 13:53:30 +0200 | [diff] [blame] | 8 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
| Michael Wu | f653211 | 2007-10-14 14:43:16 -0400 | [diff] [blame] | 9 | * |
| 10 | * Code from the BSD driver and the rtl8181 project have been |
| 11 | * very useful to understand certain things |
| 12 | * |
| 13 | * I want to thanks the Authors of such projects and the Ndiswrapper |
| 14 | * project Authors. |
| 15 | * |
| 16 | * A special Big Thanks also is for all people who donated me cards, |
| 17 | * making possible the creation of the original rtl8180 driver |
| 18 | * from which this code is derived! |
| Michael Wu | f653211 | 2007-10-14 14:43:16 -0400 | [diff] [blame] | 19 | */ |
| 20 | |
| 21 | #define MAXIM_ANTENNA 0xb3 |
| 22 | |
| 23 | extern const struct rtl818x_rf_ops max2820_rf_ops; |
| 24 | |
| 25 | #endif /* RTL8180_MAX2820_H */ |