linux/drivers/net/wireless/realtek/rtl818x/rtl8187/rtl8225.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Radio tuning definitions for RTL8225 on RTL8187
 *
 * Copyright 2007 Michael Wu <[email protected]>
 * Copyright 2007 Andrea Merello <[email protected]>
 *
 * Based on the r8187 driver, which is:
 * Copyright 2005 Andrea Merello <[email protected]>, et al.
 */

#ifndef RTL8187_RTL8225_H
#define RTL8187_RTL8225_H

#define RTL8187_RTL8225_ANAPARAM_ON
#define RTL8187_RTL8225_ANAPARAM2_ON
#define RTL8187_RTL8225_ANAPARAM_OFF
#define RTL8187_RTL8225_ANAPARAM2_OFF

#define RTL8187B_RTL8225_ANAPARAM_ON
#define RTL8187B_RTL8225_ANAPARAM2_ON
#define RTL8187B_RTL8225_ANAPARAM3_ON
#define RTL8187B_RTL8225_ANAPARAM_OFF
#define RTL8187B_RTL8225_ANAPARAM2_OFF
#define RTL8187B_RTL8225_ANAPARAM3_OFF

const struct rtl818x_rf_ops * rtl8187_detect_rf(struct ieee80211_hw *);

static inline void rtl8225_write_phy_ofdm(struct ieee80211_hw *dev,
					  u8 addr, u32 data)
{}

static inline void rtl8225_write_phy_cck(struct ieee80211_hw *dev,
					 u8 addr, u32 data)
{}

#endif /* RTL8187_RTL8225_H */