162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci#ifndef RTL8180_GRF5101_H
362306a36Sopenharmony_ci#define RTL8180_GRF5101_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci/*
662306a36Sopenharmony_ci * Radio tuning for GCT GRF5101 on RTL8180
762306a36Sopenharmony_ci *
862306a36Sopenharmony_ci * Copyright 2007 Andrea Merello <andrea.merello@gmail.com>
962306a36Sopenharmony_ci *
1062306a36Sopenharmony_ci * Code from the BSD driver and the rtl8181 project have been
1162306a36Sopenharmony_ci * very useful to understand certain things
1262306a36Sopenharmony_ci *
1362306a36Sopenharmony_ci * I want to thanks the Authors of such projects and the Ndiswrapper
1462306a36Sopenharmony_ci * project Authors.
1562306a36Sopenharmony_ci *
1662306a36Sopenharmony_ci * A special Big Thanks also is for all people who donated me cards,
1762306a36Sopenharmony_ci * making possible the creation of the original rtl8180 driver
1862306a36Sopenharmony_ci * from which this code is derived!
1962306a36Sopenharmony_ci */
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ci#define GRF5101_ANTENNA 0xA3
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ciextern const struct rtl818x_rf_ops grf5101_rf_ops;
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ci#endif /* RTL8180_GRF5101_H */
26