162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 262306a36Sopenharmony_ci/* Copyright(c) 2022-2023 Realtek Corporation 362306a36Sopenharmony_ci */ 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#ifndef __RTW89_8851B_TABLE_H__ 662306a36Sopenharmony_ci#define __RTW89_8851B_TABLE_H__ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#include "core.h" 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8851b_phy_bb_table; 1162306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8851b_phy_bb_gain_table; 1262306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8851b_phy_radioa_table; 1362306a36Sopenharmony_ciextern const struct rtw89_phy_table rtw89_8851b_phy_nctl_table; 1462306a36Sopenharmony_ciextern const struct rtw89_txpwr_table rtw89_8851b_byr_table; 1562306a36Sopenharmony_ciextern const struct rtw89_txpwr_track_cfg rtw89_8851b_trk_cfg; 1662306a36Sopenharmony_ciextern const u8 rtw89_8851b_tx_shape[RTW89_BAND_NUM][RTW89_RS_TX_SHAPE_NUM] 1762306a36Sopenharmony_ci [RTW89_REGD_NUM]; 1862306a36Sopenharmony_ciextern const struct rtw89_rfe_parms rtw89_8851b_dflt_parms; 1962306a36Sopenharmony_ciextern const struct rtw89_rfe_parms_conf rtw89_8851b_rfe_parms_conf[]; 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ci#endif 22