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

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

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

static void
mt76x2_adjust_high_lna_gain(struct mt76x02_dev *dev, int reg, s8 offset)
{}

static void
mt76x2_adjust_agc_gain(struct mt76x02_dev *dev, int reg, s8 offset)
{}

void mt76x2_apply_gain_adj(struct mt76x02_dev *dev)
{}
EXPORT_SYMBOL_GPL();

void mt76x2_phy_set_txpower_regs(struct mt76x02_dev *dev,
				 enum nl80211_band band)
{}
EXPORT_SYMBOL_GPL();

static int
mt76x2_get_min_rate_power(struct mt76x02_rate_power *r)
{}

void mt76x2_phy_set_txpower(struct mt76x02_dev *dev)
{}
EXPORT_SYMBOL_GPL();

void mt76x2_configure_tx_delay(struct mt76x02_dev *dev,
			       enum nl80211_band band, u8 bw)
{}
EXPORT_SYMBOL_GPL();

void mt76x2_phy_tssi_compensate(struct mt76x02_dev *dev)
{}
EXPORT_SYMBOL_GPL();

static void
mt76x2_phy_set_gain_val(struct mt76x02_dev *dev)
{}

void mt76x2_phy_update_channel_gain(struct mt76x02_dev *dev)
{}
EXPORT_SYMBOL_GPL();