18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2012 Realtek Corporation.*/ 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci#ifndef __RTL92CU_RF_H__ 58c2ecf20Sopenharmony_ci#define __RTL92CU_RF_H__ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#define RF6052_MAX_TX_PWR 0x3F 88c2ecf20Sopenharmony_ci#define RF6052_MAX_PATH 2 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_civoid rtl92cu_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth); 118c2ecf20Sopenharmony_civoid rtl92c_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw, 128c2ecf20Sopenharmony_ci u8 *ppowerlevel); 138c2ecf20Sopenharmony_civoid rtl92c_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw, 148c2ecf20Sopenharmony_ci u8 *ppowerlevel, u8 channel); 158c2ecf20Sopenharmony_cibool rtl92cu_phy_rf6052_config(struct ieee80211_hw *hw); 168c2ecf20Sopenharmony_cibool rtl92cu_phy_config_rf_with_headerfile(struct ieee80211_hw *hw, 178c2ecf20Sopenharmony_ci enum radio_path rfpath); 188c2ecf20Sopenharmony_civoid rtl92cu_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw, 198c2ecf20Sopenharmony_ci u8 *ppowerlevel); 208c2ecf20Sopenharmony_civoid rtl92cu_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw, 218c2ecf20Sopenharmony_ci u8 *ppowerlevel, u8 channel); 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci#endif 24