Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright(c) 2009-2012  Realtek Corporation.*/
0003 
0004 #ifndef __RTL8723E_RF_H__
0005 #define __RTL8723E_RF_H__
0006 
0007 #define RF6052_MAX_TX_PWR       0x3F
0008 
0009 void rtl8723e_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw,
0010                        u8 bandwidth);
0011 void rtl8723e_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
0012                      u8 *ppowerlevel);
0013 void rtl8723e_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
0014                       u8 *ppowerlevel, u8 channel);
0015 bool rtl8723e_phy_rf6052_config(struct ieee80211_hw *hw);
0016 
0017 #endif