Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
0002 /* Copyright(c) 2019-2020  Realtek Corporation
0003  */
0004 
0005 #ifndef __RTW89_8852A_TABLE_H__
0006 #define __RTW89_8852A_TABLE_H__
0007 
0008 #include "core.h"
0009 
0010 extern const struct rtw89_phy_table rtw89_8852a_phy_bb_table;
0011 extern const struct rtw89_phy_table rtw89_8852a_phy_radioa_table;
0012 extern const struct rtw89_phy_table rtw89_8852a_phy_radiob_table;
0013 extern const struct rtw89_phy_table rtw89_8852a_phy_nctl_table;
0014 extern const struct rtw89_txpwr_table rtw89_8852a_byr_table;
0015 extern const struct rtw89_phy_dig_gain_table rtw89_8852a_phy_dig_table;
0016 extern const struct rtw89_txpwr_track_cfg rtw89_8852a_trk_cfg;
0017 extern const s8 rtw89_8852a_txpwr_lmt_2g[RTW89_2G_BW_NUM][RTW89_NTX_NUM]
0018                     [RTW89_RS_LMT_NUM][RTW89_BF_NUM]
0019                     [RTW89_REGD_NUM][RTW89_2G_CH_NUM];
0020 extern const s8 rtw89_8852a_txpwr_lmt_5g[RTW89_5G_BW_NUM][RTW89_NTX_NUM]
0021                     [RTW89_RS_LMT_NUM][RTW89_BF_NUM]
0022                     [RTW89_REGD_NUM][RTW89_5G_CH_NUM];
0023 extern const s8 rtw89_8852a_txpwr_lmt_ru_2g[RTW89_RU_NUM][RTW89_NTX_NUM]
0024                        [RTW89_REGD_NUM][RTW89_2G_CH_NUM];
0025 extern const s8 rtw89_8852a_txpwr_lmt_ru_5g[RTW89_RU_NUM][RTW89_NTX_NUM]
0026                        [RTW89_REGD_NUM][RTW89_5G_CH_NUM];
0027 
0028 #endif