1108bdaaaSPing-Ke Shih /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2108bdaaaSPing-Ke Shih /* Copyright(c) 2022-2023  Realtek Corporation
3108bdaaaSPing-Ke Shih  */
4108bdaaaSPing-Ke Shih 
5108bdaaaSPing-Ke Shih #ifndef __RTW89_8851B_TABLE_H__
6108bdaaaSPing-Ke Shih #define __RTW89_8851B_TABLE_H__
7108bdaaaSPing-Ke Shih 
8108bdaaaSPing-Ke Shih #include "core.h"
9108bdaaaSPing-Ke Shih 
10108bdaaaSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8851b_phy_bb_table;
11108bdaaaSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8851b_phy_bb_gain_table;
12108bdaaaSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8851b_phy_radioa_table;
13108bdaaaSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8851b_phy_nctl_table;
14108bdaaaSPing-Ke Shih extern const struct rtw89_txpwr_table rtw89_8851b_byr_table;
15108bdaaaSPing-Ke Shih extern const struct rtw89_txpwr_track_cfg rtw89_8851b_trk_cfg;
16*b4a283fbSZong-Zhe Yang extern const u8 rtw89_8851b_tx_shape[RTW89_BAND_NUM][RTW89_RS_TX_SHAPE_NUM]
17108bdaaaSPing-Ke Shih 				    [RTW89_REGD_NUM];
18108bdaaaSPing-Ke Shih extern const struct rtw89_rfe_parms rtw89_8851b_dflt_parms;
19108bdaaaSPing-Ke Shih extern const struct rtw89_rfe_parms_conf rtw89_8851b_rfe_parms_conf[];
20108bdaaaSPing-Ke Shih 
21108bdaaaSPing-Ke Shih #endif
22