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

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

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

static bool _rtl88e_phy_rf6052_config_parafile(struct ieee80211_hw *hw);

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

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

static void rtl88e_phy_get_power_base(struct ieee80211_hw *hw,
				      u8 *ppowerlevel_ofdm,
				      u8 *ppowerlevel_bw20,
				      u8 *ppowerlevel_bw40, u8 channel,
				      u32 *ofdmbase, u32 *mcsbase)
{}

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

static void _rtl88e_write_ofdm_power_reg(struct ieee80211_hw *hw,
					 u8 index, u32 *value)
{}

void rtl88e_phy_rf6052_set_ofdm_txpower(struct ieee80211_hw *hw,
					u8 *ppowerlevel_ofdm,
					u8 *ppowerlevel_bw20,
					u8 *ppowerlevel_bw40, u8 channel)
{}

bool rtl88e_phy_rf6052_config(struct ieee80211_hw *hw)
{}

static bool _rtl88e_phy_rf6052_config_parafile(struct ieee80211_hw *hw)
{}