linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/hw.c

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

#include "../wifi.h"
#include "../efuse.h"
#include "../base.h"
#include "../regd.h"
#include "../cam.h"
#include "../ps.h"
#include "../pci.h"
#include "../rtl8192d/reg.h"
#include "../rtl8192d/def.h"
#include "../rtl8192d/dm_common.h"
#include "../rtl8192d/fw_common.h"
#include "../rtl8192d/hw_common.h"
#include "../rtl8192d/phy_common.h"
#include "phy.h"
#include "dm.h"
#include "fw.h"
#include "led.h"
#include "sw.h"
#include "hw.h"

u32 rtl92de_read_dword_dbi(struct ieee80211_hw *hw, u16 offset, u8 direct)
{}

void rtl92de_write_dword_dbi(struct ieee80211_hw *hw,
			     u16 offset, u32 value, u8 direct)
{}

static void _rtl92de_set_bcn_ctrl_reg(struct ieee80211_hw *hw,
				      u8 set_bits, u8 clear_bits)
{}

static void _rtl92de_enable_bcn_sub_func(struct ieee80211_hw *hw)
{}

static void _rtl92de_disable_bcn_sub_func(struct ieee80211_hw *hw)
{}

void rtl92de_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val)
{}

void rtl92de_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val)
{}

static bool _rtl92de_llt_table_init(struct ieee80211_hw *hw)
{}

static void _rtl92de_gen_refresh_led_state(struct ieee80211_hw *hw)
{}

static bool _rtl92de_init_mac(struct ieee80211_hw *hw)
{}

static void _rtl92de_hw_configure(struct ieee80211_hw *hw)
{}

static void _rtl92de_enable_aspm_back_door(struct ieee80211_hw *hw)
{}

int rtl92de_hw_init(struct ieee80211_hw *hw)
{}

static int _rtl92de_set_media_status(struct ieee80211_hw *hw,
				     enum nl80211_iftype type)
{}

void rtl92de_set_check_bssid(struct ieee80211_hw *hw, bool check_bssid)
{}

int rtl92de_set_network_type(struct ieee80211_hw *hw, enum nl80211_iftype type)
{}

/* do iqk or reload iqk */
/* windows just rtl92d_phy_reload_iqk_setting in set channel,
 * but it's very strict for time sequence so we add
 * rtl92d_phy_reload_iqk_setting here */
void rtl92d_linked_set_reg(struct ieee80211_hw *hw)
{}

void rtl92de_enable_interrupt(struct ieee80211_hw *hw)
{}

void rtl92de_disable_interrupt(struct ieee80211_hw *hw)
{}

static void _rtl92de_poweroff_adapter(struct ieee80211_hw *hw)
{}

void rtl92de_card_disable(struct ieee80211_hw *hw)
{}

void rtl92de_interrupt_recognized(struct ieee80211_hw *hw,
				  struct rtl_int *intvec)
{}

void rtl92de_set_beacon_related_registers(struct ieee80211_hw *hw)
{}

void rtl92de_set_beacon_interval(struct ieee80211_hw *hw)
{}

void rtl92de_update_interrupt_mask(struct ieee80211_hw *hw,
				   u32 add_msr, u32 rm_msr)
{}

void rtl92de_suspend(struct ieee80211_hw *hw)
{}

void rtl92de_resume(struct ieee80211_hw *hw)
{}