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

// SPDX-License-Identifier: GPL-2.0
/* Copyright(c) 2009-2014  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 "trx.h"
#include "../btcoexist/rtl_btc.h"

static const u32 ofdmswing_table[] =;

static const u8 cckswing_table_ch1ch13[CCK_TABLE_SIZE][8] =;

static const u8 cckswing_table_ch14[CCK_TABLE_SIZE][8] =;

static const u32 edca_setting_dl[PEER_MAX] =;

static const u32 edca_setting_ul[PEER_MAX] =;

void rtl8723be_dm_txpower_track_adjust(struct ieee80211_hw *hw, u8 type,
				       u8 *pdirection, u32 *poutwrite_val)
{}

void rtl8723be_dm_init_rate_adaptive_mask(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_init_txpower_tracking(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_init_dynamic_atc_switch(struct ieee80211_hw *hw)
{}

void rtl8723be_dm_init(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_find_minimum_rssi(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_check_rssi_monitor(struct ieee80211_hw *hw)
{}

void rtl8723be_dm_write_dig(struct ieee80211_hw *hw, u8 current_igi)
{}

static void rtl8723be_dm_dig(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_false_alarm_counter_statistics(
					struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_dynamic_txpower(struct ieee80211_hw *hw)
{}

static void rtl8723be_set_iqk_matrix(struct ieee80211_hw *hw, u8 ofdm_index,
				     u8 rfpath, long iqk_result_x,
				     long iqk_result_y)
{}

static void rtl8723be_dm_tx_power_track_set_power(struct ieee80211_hw *hw,
					enum pwr_track_control_method method,
					u8 rfpath, u8 idx)
{}

static void rtl8723be_dm_txpower_tracking_callback_thermalmeter(
							struct ieee80211_hw *hw)
{}

void rtl8723be_dm_check_txpower_tracking(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_refresh_rate_adaptive_mask(struct ieee80211_hw *hw)
{}

static bool rtl8723be_dm_is_edca_turbo_disable(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_check_edca_turbo(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_cck_packet_detection_thresh(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_dynamic_edcca(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_dynamic_atc_switch(struct ieee80211_hw *hw)
{}

static void rtl8723be_dm_common_info_self_update(struct ieee80211_hw *hw)
{}

void rtl8723be_dm_watchdog(struct ieee80211_hw *hw)
{}