Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright(c) 2009-2010  Realtek Corporation.*/
0003 
0004 #ifndef __RTL8821AE_RF_H__
0005 #define __RTL8821AE_RF_H__
0006 
0007 #define RF6052_MAX_TX_PWR       0x3F
0008 
0009 void rtl8821ae_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw,
0010                     u8 bandwidth);
0011 void rtl8821ae_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
0012                       u8 *ppowerlevel);
0013 void rtl8821ae_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
0014                        u8 *ppowerlevel_ofdm,
0015                        u8 *ppowerlevel_bw20,
0016                        u8 *ppowerlevel_bw40,
0017                        u8 channel);
0018 bool rtl8821ae_phy_rf6052_config(struct ieee80211_hw *hw);
0019 
0020 #endif