linux/drivers/net/wireless/mediatek/mt7601u/initvals_phy.h

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

#ifndef __MT7601U_PHY_INITVALS_H
#define __MT7601U_PHY_INITVALS_H

#define RF_REG_PAIR(bank, reg, value)

static const struct mt76_reg_pair rf_central[] =;

static const struct mt76_reg_pair rf_channel[] =;

static const struct mt76_reg_pair rf_vga[] =;

/* TODO: BBP178 is set to 0xff for "CCK CH14 OBW" which overrides the settings
 *	 from channel switching. Seems stupid at best.
 */
static const struct mt76_reg_pair bbp_high_temp[] =, bbp_high_temp_bw20[] =, bbp_high_temp_bw40[] =, bbp_low_temp[] =, bbp_low_temp_bw20[] =, bbp_low_temp_bw40[] =, bbp_normal_temp[] =, bbp_normal_temp_bw20[] =, bbp_normal_temp_bw40[] =;

#define BBP_TABLE(arr)

static const struct reg_table {} bbp_mode_table[3][3] =;

#endif