18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2014 Realtek Corporation.*/ 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci#ifndef __RTL92E_TABLE__H_ 58c2ecf20Sopenharmony_ci#define __RTL92E_TABLE__H_ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#include <linux/types.h> 88c2ecf20Sopenharmony_ci#define RTL8192EE_PHY_REG_ARRAY_LEN 448 98c2ecf20Sopenharmony_ciextern u32 RTL8192EE_PHY_REG_ARRAY[]; 108c2ecf20Sopenharmony_ci#define RTL8192EE_PHY_REG_ARRAY_PG_LEN 168 118c2ecf20Sopenharmony_ciextern u32 RTL8192EE_PHY_REG_ARRAY_PG[]; 128c2ecf20Sopenharmony_ci#define RTL8192EE_RADIOA_ARRAY_LEN 238 138c2ecf20Sopenharmony_ciextern u32 RTL8192EE_RADIOA_ARRAY[]; 148c2ecf20Sopenharmony_ci#define RTL8192EE_RADIOB_ARRAY_LEN 198 158c2ecf20Sopenharmony_ciextern u32 RTL8192EE_RADIOB_ARRAY[]; 168c2ecf20Sopenharmony_ci#define RTL8192EE_MAC_ARRAY_LEN 202 178c2ecf20Sopenharmony_ciextern u32 RTL8192EE_MAC_ARRAY[]; 188c2ecf20Sopenharmony_ci#define RTL8192EE_AGC_TAB_ARRAY_LEN 532 198c2ecf20Sopenharmony_ciextern u32 RTL8192EE_AGC_TAB_ARRAY[]; 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#endif 22