/* 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]> * Copyright (C) 2018 Lorenzo Bianconi <[email protected]> */ #ifndef __MT76X0U_INITVALS_INIT_H #define __MT76X0U_INITVALS_INIT_H #include "phy.h" static const struct mt76_reg_pair common_mac_reg_table[] = …; static const struct mt76_reg_pair mt76x0_mac_reg_table[] = …; static const struct mt76_reg_pair mt76x0_bbp_init_tab[] = …; static const struct mt76_reg_pair mt76x0_dcoc_tab[] = …; #endif