162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright(c) 2009-2010 Realtek Corporation.*/ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef __RTL8821AE_TABLE__H_ 562306a36Sopenharmony_ci#define __RTL8821AE_TABLE__H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#include <linux/types.h> 862306a36Sopenharmony_ciextern u32 RTL8821AE_PHY_REG_1TARRAYLEN; 962306a36Sopenharmony_ciextern u32 RTL8821AE_PHY_REG_ARRAY[]; 1062306a36Sopenharmony_ciextern u32 RTL8812AE_PHY_REG_1TARRAYLEN; 1162306a36Sopenharmony_ciextern u32 RTL8812AE_PHY_REG_ARRAY[]; 1262306a36Sopenharmony_ciextern u32 RTL8821AE_PHY_REG_ARRAY_PGLEN; 1362306a36Sopenharmony_ciextern u32 RTL8821AE_PHY_REG_ARRAY_PG[]; 1462306a36Sopenharmony_ciextern u32 RTL8812AE_PHY_REG_ARRAY_PGLEN; 1562306a36Sopenharmony_ciextern u32 RTL8812AE_PHY_REG_ARRAY_PG[]; 1662306a36Sopenharmony_ciextern u32 RTL8812AE_RADIOA_1TARRAYLEN; 1762306a36Sopenharmony_ciextern u32 RTL8812AE_RADIOA_ARRAY[]; 1862306a36Sopenharmony_ciextern u32 RTL8812AE_RADIOB_1TARRAYLEN; 1962306a36Sopenharmony_ciextern u32 RTL8812AE_RADIOB_ARRAY[]; 2062306a36Sopenharmony_ciextern u32 RTL8821AE_RADIOA_1TARRAYLEN; 2162306a36Sopenharmony_ciextern u32 RTL8821AE_RADIOA_ARRAY[]; 2262306a36Sopenharmony_ciextern u32 RTL8821AE_MAC_1T_ARRAYLEN; 2362306a36Sopenharmony_ciextern u32 RTL8821AE_MAC_REG_ARRAY[]; 2462306a36Sopenharmony_ciextern u32 RTL8812AE_MAC_1T_ARRAYLEN; 2562306a36Sopenharmony_ciextern u32 RTL8812AE_MAC_REG_ARRAY[]; 2662306a36Sopenharmony_ciextern u32 RTL8821AE_AGC_TAB_1TARRAYLEN; 2762306a36Sopenharmony_ciextern u32 RTL8821AE_AGC_TAB_ARRAY[]; 2862306a36Sopenharmony_ciextern u32 RTL8812AE_AGC_TAB_1TARRAYLEN; 2962306a36Sopenharmony_ciextern u32 RTL8812AE_AGC_TAB_ARRAY[]; 3062306a36Sopenharmony_ciextern u32 RTL8812AE_TXPWR_LMT_ARRAY_LEN; 3162306a36Sopenharmony_ciextern const char *RTL8812AE_TXPWR_LMT[]; 3262306a36Sopenharmony_ciextern u32 RTL8821AE_TXPWR_LMT_ARRAY_LEN; 3362306a36Sopenharmony_ciextern const char *RTL8821AE_TXPWR_LMT[]; 3462306a36Sopenharmony_ci#endif 35