/* SPDX-License-Identifier: GPL-2.0-only */ /* * (c) Copyright 2002-2010, Ralink Technology, Inc. * Copyright (C) 2015 Jakub Kicinski <[email protected]> */ #ifndef __MT7601U_INITVALS_H #define __MT7601U_INITVALS_H static const struct mt76_reg_pair bbp_common_vals[] = …; static const struct mt76_reg_pair bbp_chip_vals[] = …; static const struct mt76_reg_pair mac_common_vals[] = …; static const struct mt76_reg_pair mac_chip_vals[] = …; #endif