0001
0002
0003
0004 #ifndef __RTL92C_RF_H__
0005 #define __RTL92C_RF_H__
0006
0007 #define RF6052_MAX_TX_PWR 0x3F
0008 #define RF6052_MAX_PATH 2
0009
0010 void rtl92ce_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
0011 void rtl92ce_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
0012 u8 *ppowerlevel);
0013 void rtl92ce_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
0014 u8 *ppowerlevel, u8 channel);
0015 bool rtl92ce_phy_rf6052_config(struct ieee80211_hw *hw);
0016 #endif