Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / net / wireless / realtek / rtlwifi / rtl8723ae / rf.h
blobb445cfe65bf4679f6f737505801f06776b72e7e0
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2009-2012 Realtek Corporation.*/
4 #ifndef __RTL8723E_RF_H__
5 #define __RTL8723E_RF_H__
7 #define RF6052_MAX_TX_PWR 0x3F
9 void rtl8723e_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw,
10 u8 bandwidth);
11 void rtl8723e_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
12 u8 *ppowerlevel);
13 void rtl8723e_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
14 u8 *ppowerlevel, u8 channel);
15 bool rtl8723e_phy_rf6052_config(struct ieee80211_hw *hw);
17 #endif