linux/drivers/net/wireless/mediatek/mt76/mt76x0/initvals_phy.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * (c) Copyright 2002-2010, Ralink Technology, Inc.
 * Copyright (C) 2015 Jakub Kicinski <[email protected]>
 * Copyright (C) 2018 Stanislaw Gruszka <[email protected]>
 */

#ifndef __MT76X0U_PHY_INITVALS_H
#define __MT76X0U_PHY_INITVALS_H

static const struct mt76_reg_pair mt76x0_rf_central_tab[] =;

static const struct mt76_reg_pair mt76x0_rf_2g_channel_0_tab[] =;

static const struct mt76_reg_pair mt76x0_rf_5g_channel_0_tab[] =;

static const struct mt76_reg_pair mt76x0_rf_vga_channel_0_tab[] =;

static const struct mt76x0_rf_switch_item mt76x0_rf_bw_switch_tab[] =;

static const struct mt76x0_rf_switch_item mt76x0_rf_band_switch_tab[] =;

static const struct mt76x0_freq_item mt76x0_frequency_plan[] =;

static const struct mt76x0_freq_item mt76x0_sdm_frequency_plan[] =;

static const u8 mt76x0_sdm_channel[] =;

static const struct mt76x0_rf_switch_item mt76x0_rf_ext_pa_tab[] =;

#endif