linux/drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
 *
 * Contact Information: wlanfae <[email protected]>
 */
#include "rtl_core.h"
#include "r8192E_hw.h"
#include "table.h"
#include "r8192E_firmware.h"
#include "r8192E_cmdpkt.h"
#include <linux/firmware.h>

static bool _rtl92e_wait_for_fw(struct net_device *dev, u32 mask, u32 timeout)
{}

static bool _rtl92e_fw_boot_cpu(struct net_device *dev)
{}

static bool _rtl92e_fw_check_ready(struct net_device *dev,
				   u8 load_fw_status)
{}

static bool _rtl92e_fw_prepare(struct net_device *dev, struct rt_fw_blob *blob,
			       const char *name, u8 padding)
{}

bool rtl92e_init_fw(struct net_device *dev)
{}