18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2010  Realtek Corporation.*/
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __RTL8821AE_TABLE__H_
58c2ecf20Sopenharmony_ci#define __RTL8821AE_TABLE__H_
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#include <linux/types.h>
88c2ecf20Sopenharmony_ciextern u32 RTL8821AE_PHY_REG_1TARRAYLEN;
98c2ecf20Sopenharmony_ciextern u32 RTL8821AE_PHY_REG_ARRAY[];
108c2ecf20Sopenharmony_ciextern u32 RTL8812AE_PHY_REG_1TARRAYLEN;
118c2ecf20Sopenharmony_ciextern u32 RTL8812AE_PHY_REG_ARRAY[];
128c2ecf20Sopenharmony_ciextern u32 RTL8821AE_PHY_REG_ARRAY_PGLEN;
138c2ecf20Sopenharmony_ciextern u32 RTL8821AE_PHY_REG_ARRAY_PG[];
148c2ecf20Sopenharmony_ciextern u32 RTL8812AE_PHY_REG_ARRAY_PGLEN;
158c2ecf20Sopenharmony_ciextern u32 RTL8812AE_PHY_REG_ARRAY_PG[];
168c2ecf20Sopenharmony_ciextern u32 RTL8812AE_RADIOA_1TARRAYLEN;
178c2ecf20Sopenharmony_ciextern u32 RTL8812AE_RADIOA_ARRAY[];
188c2ecf20Sopenharmony_ciextern u32 RTL8812AE_RADIOB_1TARRAYLEN;
198c2ecf20Sopenharmony_ciextern u32 RTL8812AE_RADIOB_ARRAY[];
208c2ecf20Sopenharmony_ciextern u32 RTL8821AE_RADIOA_1TARRAYLEN;
218c2ecf20Sopenharmony_ciextern u32 RTL8821AE_RADIOA_ARRAY[];
228c2ecf20Sopenharmony_ciextern u32 RTL8821AE_MAC_1T_ARRAYLEN;
238c2ecf20Sopenharmony_ciextern u32 RTL8821AE_MAC_REG_ARRAY[];
248c2ecf20Sopenharmony_ciextern u32 RTL8812AE_MAC_1T_ARRAYLEN;
258c2ecf20Sopenharmony_ciextern u32 RTL8812AE_MAC_REG_ARRAY[];
268c2ecf20Sopenharmony_ciextern u32 RTL8821AE_AGC_TAB_1TARRAYLEN;
278c2ecf20Sopenharmony_ciextern u32 RTL8821AE_AGC_TAB_ARRAY[];
288c2ecf20Sopenharmony_ciextern u32 RTL8812AE_AGC_TAB_1TARRAYLEN;
298c2ecf20Sopenharmony_ciextern u32 RTL8812AE_AGC_TAB_ARRAY[];
308c2ecf20Sopenharmony_ciextern u32 RTL8812AE_TXPWR_LMT_ARRAY_LEN;
318c2ecf20Sopenharmony_ciextern const char *RTL8812AE_TXPWR_LMT[];
328c2ecf20Sopenharmony_ciextern u32 RTL8821AE_TXPWR_LMT_ARRAY_LEN;
338c2ecf20Sopenharmony_ciextern const char *RTL8821AE_TXPWR_LMT[];
348c2ecf20Sopenharmony_ci#endif
35