linux/drivers/net/wireless/mediatek/mt76/mt7915/eeprom.c

// SPDX-License-Identifier: ISC
/* Copyright (C) 2020 MediaTek Inc. */

#include <linux/firmware.h>
#include "mt7915.h"
#include "eeprom.h"

static int mt7915_eeprom_load_precal(struct mt7915_dev *dev)
{}

static int mt7915_check_eeprom(struct mt7915_dev *dev)
{}

static char *mt7915_eeprom_name(struct mt7915_dev *dev)
{}

static int
mt7915_eeprom_load_default(struct mt7915_dev *dev)
{}

static int mt7915_eeprom_load(struct mt7915_dev *dev)
{}

static void mt7915_eeprom_parse_band_config(struct mt7915_phy *phy)
{}

void mt7915_eeprom_parse_hw_cap(struct mt7915_dev *dev,
				struct mt7915_phy *phy)
{}

int mt7915_eeprom_init(struct mt7915_dev *dev)
{}

int mt7915_eeprom_get_target_power(struct mt7915_dev *dev,
				   struct ieee80211_channel *chan,
				   u8 chain_idx)
{}

s8 mt7915_eeprom_get_power_delta(struct mt7915_dev *dev, int band)
{}

const u8 mt7915_sku_group_len[] =;