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

// SPDX-License-Identifier: ISC
/*
 * Copyright (C) 2018 Lorenzo Bianconi <[email protected]>
 */

#include <linux/delay.h>

#include "mt76x2u.h"
#include "eeprom.h"
#include "../mt76x02_phy.h"
#include "../mt76x02_usb.h"

static void mt76x2u_init_dma(struct mt76x02_dev *dev)
{}

static void mt76x2u_power_on_rf_patch(struct mt76x02_dev *dev)
{}

static void mt76x2u_power_on_rf(struct mt76x02_dev *dev, int unit)
{}

static void mt76x2u_power_on(struct mt76x02_dev *dev)
{}

static int mt76x2u_init_eeprom(struct mt76x02_dev *dev)
{}

int mt76x2u_init_hardware(struct mt76x02_dev *dev)
{}

int mt76x2u_register_device(struct mt76x02_dev *dev)
{}

void mt76x2u_stop_hw(struct mt76x02_dev *dev)
{}

void mt76x2u_cleanup(struct mt76x02_dev *dev)
{}