1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright(c) 2009-2014 Realtek Corporation.*/ 3 4 #ifndef __RTL92E_TABLE__H_ 5 #define __RTL92E_TABLE__H_ 6 7 #include <linux/types.h> 8 #define RTL8192EE_PHY_REG_ARRAY_LEN 448 9 extern u32 RTL8192EE_PHY_REG_ARRAY[]; 10 #define RTL8192EE_PHY_REG_ARRAY_PG_LEN 168 11 extern u32 RTL8192EE_PHY_REG_ARRAY_PG[]; 12 #define RTL8192EE_RADIOA_ARRAY_LEN 238 13 extern u32 RTL8192EE_RADIOA_ARRAY[]; 14 #define RTL8192EE_RADIOB_ARRAY_LEN 198 15 extern u32 RTL8192EE_RADIOB_ARRAY[]; 16 #define RTL8192EE_MAC_ARRAY_LEN 202 17 extern u32 RTL8192EE_MAC_ARRAY[]; 18 #define RTL8192EE_AGC_TAB_ARRAY_LEN 532 19 extern u32 RTL8192EE_AGC_TAB_ARRAY[]; 20 21 #endif 22