0001
0002
0003
0004 #ifndef __RTL92D_RF_H__
0005 #define __RTL92D_RF_H__
0006
0007 void rtl92d_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
0008 void rtl92d_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
0009 u8 *ppowerlevel);
0010 void rtl92d_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
0011 u8 *ppowerlevel, u8 channel);
0012 bool rtl92d_phy_rf6052_config(struct ieee80211_hw *hw);
0013 bool rtl92d_phy_enable_anotherphy(struct ieee80211_hw *hw, bool bmac0);
0014 void rtl92d_phy_powerdown_anotherphy(struct ieee80211_hw *hw, bool bmac0);
0015
0016 #endif