linux/drivers/net/wireless/mediatek/mt76/mt76x2/pci_mcu.c

// SPDX-License-Identifier: ISC
/*
 * Copyright (C) 2016 Felix Fietkau <[email protected]>
 */

#include <linux/kernel.h>
#include <linux/firmware.h>
#include <linux/delay.h>

#include "mt76x2.h"
#include "mcu.h"
#include "eeprom.h"

static int
mt76pci_load_rom_patch(struct mt76x02_dev *dev)
{}

static int
mt76pci_load_firmware(struct mt76x02_dev *dev)
{}

static int
mt76pci_mcu_restart(struct mt76_dev *mdev)
{}

int mt76x2_mcu_init(struct mt76x02_dev *dev)
{}