#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