WIP FPC-III support
[linux/fpc-iii.git] / drivers / net / wireless / realtek / rtl818x / rtl8180 / max2820.h
blob4cb800d2d3c8341790daf79e4fc71cc99c0c4933
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef RTL8180_MAX2820_H
3 #define RTL8180_MAX2820_H
5 /*
6 * Radio tuning for Maxim max2820 on RTL8180
8 * Copyright 2007 Andrea Merello <andrea.merello@gmail.com>
10 * Code from the BSD driver and the rtl8181 project have been
11 * very useful to understand certain things
13 * I want to thanks the Authors of such projects and the Ndiswrapper
14 * project Authors.
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!
21 #define MAXIM_ANTENNA 0xb3
23 extern const struct rtl818x_rf_ops max2820_rf_ops;
25 #endif /* RTL8180_MAX2820_H */