#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