linux/drivers/net/wireless/realtek/rtlwifi/rtl8723com/fw_common.c

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

#include "../wifi.h"
#include "../pci.h"
#include "../base.h"
#include "../efuse.h"
#include "fw_common.h"
#include <linux/module.h>

void rtl8723_enable_fw_download(struct ieee80211_hw *hw, bool enable)
{}
EXPORT_SYMBOL_GPL();

void rtl8723_write_fw(struct ieee80211_hw *hw,
		      enum version_8723e version,
		      u8 *buffer, u32 size, u8 max_page)
{}
EXPORT_SYMBOL_GPL();

void rtl8723ae_firmware_selfreset(struct ieee80211_hw *hw)
{}
EXPORT_SYMBOL_GPL();

void rtl8723be_firmware_selfreset(struct ieee80211_hw *hw)
{}
EXPORT_SYMBOL_GPL();

int rtl8723_fw_free_to_go(struct ieee80211_hw *hw, bool is_8723be,
			  int max_count)
{}
EXPORT_SYMBOL_GPL();

int rtl8723_download_fw(struct ieee80211_hw *hw,
			bool is_8723be, int max_count)
{}
EXPORT_SYMBOL_GPL();