xref: /freebsd/sys/contrib/dev/rtw89/rtw8852a_table.h (revision 6d67aabd63555ab62a2f2b7f52a75ef100a2fe75)
18e93258fSBjoern A. Zeeb /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
28e93258fSBjoern A. Zeeb /* Copyright(c) 2019-2020  Realtek Corporation
38e93258fSBjoern A. Zeeb  */
48e93258fSBjoern A. Zeeb 
58e93258fSBjoern A. Zeeb #ifndef __RTW89_8852A_TABLE_H__
68e93258fSBjoern A. Zeeb #define __RTW89_8852A_TABLE_H__
78e93258fSBjoern A. Zeeb 
88e93258fSBjoern A. Zeeb #include "core.h"
98e93258fSBjoern A. Zeeb 
108e93258fSBjoern A. Zeeb extern const struct rtw89_phy_table rtw89_8852a_phy_bb_table;
118e93258fSBjoern A. Zeeb extern const struct rtw89_phy_table rtw89_8852a_phy_radioa_table;
128e93258fSBjoern A. Zeeb extern const struct rtw89_phy_table rtw89_8852a_phy_radiob_table;
138e93258fSBjoern A. Zeeb extern const struct rtw89_phy_table rtw89_8852a_phy_nctl_table;
148e93258fSBjoern A. Zeeb extern const struct rtw89_phy_dig_gain_table rtw89_8852a_phy_dig_table;
158e93258fSBjoern A. Zeeb extern const struct rtw89_txpwr_track_cfg rtw89_8852a_trk_cfg;
16*e2340276SBjoern A. Zeeb extern const struct rtw89_rfe_parms rtw89_8852a_dflt_parms;
178e93258fSBjoern A. Zeeb 
188e93258fSBjoern A. Zeeb #endif
19