xref: /openbmc/linux/drivers/net/wireless/realtek/rtw89/rtw8852b_table.h (revision 1ac731c529cd4d6adbce134754b51ff7d822b145)
1c8b5fc2eSPing-Ke Shih /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2c8b5fc2eSPing-Ke Shih /* Copyright(c) 2019-2020  Realtek Corporation
3c8b5fc2eSPing-Ke Shih  */
4c8b5fc2eSPing-Ke Shih 
5c8b5fc2eSPing-Ke Shih #ifndef __RTW89_8852B_TABLE_H__
6c8b5fc2eSPing-Ke Shih #define __RTW89_8852B_TABLE_H__
7c8b5fc2eSPing-Ke Shih 
8c8b5fc2eSPing-Ke Shih #include "core.h"
9c8b5fc2eSPing-Ke Shih 
10c8b5fc2eSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852b_phy_bb_table;
11c8b5fc2eSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852b_phy_bb_gain_table;
12c8b5fc2eSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852b_phy_radioa_table;
13c8b5fc2eSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852b_phy_radiob_table;
14c8b5fc2eSPing-Ke Shih extern const struct rtw89_phy_table rtw89_8852b_phy_nctl_table;
15c8b5fc2eSPing-Ke Shih extern const struct rtw89_txpwr_table rtw89_8852b_byr_table;
16c8b5fc2eSPing-Ke Shih extern const struct rtw89_txpwr_track_cfg rtw89_8852b_trk_cfg;
17c8b5fc2eSPing-Ke Shih extern const u8 rtw89_8852b_tx_shape[RTW89_BAND_NUM][RTW89_RS_TX_SHAPE_NUM]
18c8b5fc2eSPing-Ke Shih 				    [RTW89_REGD_NUM];
19*5395482aSZong-Zhe Yang extern const struct rtw89_rfe_parms rtw89_8852b_dflt_parms;
20c8b5fc2eSPing-Ke Shih 
21c8b5fc2eSPing-Ke Shih #endif
22