linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/rf.c

// SPDX-License-Identifier: GPL-2.0
/* Copyright(c) 2009-2012  Realtek Corporation.*/

#include "../wifi.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "rf.h"
#include "dm.h"

static bool _rtl8723e_phy_rf6052_config_parafile(struct ieee80211_hw *hw);

void rtl8723e_phy_rf6052_set_bandwidth(struct ieee80211_hw *hw, u8 bandwidth)
{}

void rtl8723e_phy_rf6052_set_cck_txpower(struct ieee80211_hw *hw,
					 u8 *ppowerlevel)
{}

static void rtl8723e_phy_get_power_base(struct ieee80211_hw *hw,
					u8 *ppowerlevel, u8 channel,
					u32 *ofdmbase, u32 *mcsbase)
{}

static void get_txpower_writeval_by_reg(struct ieee80211_hw *hw,
					u8 channel, u8 index,
					u32 *powerbase0,
					u32 *powerbase1,
					u32 *p_outwriteval)
{}

static void _rtl8723e_write_ofdm_power_reg(struct ieee80211_hw *hw,
					   u8 index, u32 *pvalue)
{}

void rtl8723e_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
					  u8 *ppowerlevel, u8 channel)
{}

bool rtl8723e_phy_rf6052_config(struct ieee80211_hw *hw)
{}

static bool _rtl8723e_phy_rf6052_config_parafile(struct ieee80211_hw *hw)
{}