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

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

#include "../wifi.h"
#include "../base.h"
#include "../pci.h"
#include "../core.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "dm.h"
#include "../rtl8723com/dm_common.h"
#include "fw.h"
#include "hal_btc.h"

static u8 rtl8723e_dm_initial_gain_min_pwdb(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_false_alarm_counter_statistics(struct ieee80211_hw *hw)
{}

static void rtl92c_dm_ctrl_initgain_by_fa(struct ieee80211_hw *hw)
{}

static void rtl92c_dm_ctrl_initgain_by_rssi(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_initial_gain_multi_sta(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_initial_gain_sta(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_cck_packet_detection_thresh(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_ctrl_initgain_by_twoport(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_dig(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_dynamic_txpower(struct ieee80211_hw *hw)
{}

void rtl8723e_dm_write_dig(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_pwdb_monitor(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_check_edca_turbo(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_initialize_txpower_tracking_thermalmeter(
				struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_initialize_txpower_tracking(struct ieee80211_hw *hw)
{}

void rtl8723e_dm_check_txpower_tracking(struct ieee80211_hw *hw)
{}

void rtl8723e_dm_init_rate_adaptive_mask(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_refresh_rate_adaptive_mask(struct ieee80211_hw *hw)
{}

void rtl8723e_dm_rf_saving(struct ieee80211_hw *hw, u8 bforce_in_normal)
{}

static void rtl8723e_dm_dynamic_bb_powersaving(struct ieee80211_hw *hw)
{}

void rtl8723e_dm_init(struct ieee80211_hw *hw)
{}

void rtl8723e_dm_watchdog(struct ieee80211_hw *hw)
{}

static void rtl8723e_dm_init_bt_coexist(struct ieee80211_hw *hw)
{}

void rtl8723e_dm_bt_coexist(struct ieee80211_hw *hw)
{}