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

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef RTL8180_RTL8225_H
#define RTL8180_RTL8225_H

#define RTL8225_ANAPARAM_ON
#define RTL8225_ANAPARAM2_ON
#define RTL8225_ANAPARAM_OFF
#define RTL8225_ANAPARAM2_OFF

const struct rtl818x_rf_ops * rtl8180_detect_rf(struct ieee80211_hw *);

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

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

#endif /* RTL8180_RTL8225_H */