162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/* Copyright(c) 2009-2012  Realtek Corporation.*/
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#ifndef __RTL92CU_RF_H__
562306a36Sopenharmony_ci#define __RTL92CU_RF_H__
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#define RF6052_MAX_TX_PWR		0x3F
862306a36Sopenharmony_ci#define RF6052_MAX_PATH			2
962306a36Sopenharmony_ci
1062306a36Sopenharmony_civoid rtl92cu_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth);
1162306a36Sopenharmony_civoid rtl92c_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
1262306a36Sopenharmony_ci				       u8 *ppowerlevel);
1362306a36Sopenharmony_civoid rtl92c_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
1462306a36Sopenharmony_ci					u8 *ppowerlevel, u8 channel);
1562306a36Sopenharmony_cibool rtl92cu_phy_rf6052_config(struct ieee80211_hw *hw);
1662306a36Sopenharmony_cibool rtl92cu_phy_config_rf_with_headerfile(struct ieee80211_hw *hw,
1762306a36Sopenharmony_ci					   enum radio_path rfpath);
1862306a36Sopenharmony_civoid rtl92cu_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
1962306a36Sopenharmony_ci					u8 *ppowerlevel);
2062306a36Sopenharmony_civoid rtl92cu_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
2162306a36Sopenharmony_ci					 u8 *ppowerlevel, u8 channel);
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ci#endif
24