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

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

#include <linux/delay.h>
#include "mt76x2.h"
#include "mcu.h"
#include "eeprom.h"
#include "../mt76x02_phy.h"

static bool
mt76x2_phy_tssi_init_cal(struct mt76x02_dev *dev)
{}

static void
mt76x2_phy_channel_calibrate(struct mt76x02_dev *dev, bool mac_stopped)
{}

void mt76x2_phy_set_antenna(struct mt76x02_dev *dev)
{}

int mt76x2_phy_set_channel(struct mt76x02_dev *dev,
			   struct cfg80211_chan_def *chandef)
{}

static void
mt76x2_phy_temp_compensate(struct mt76x02_dev *dev)
{}

void mt76x2_phy_calibrate(struct work_struct *work)
{}

int mt76x2_phy_start(struct mt76x02_dev *dev)
{}