Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright(c) 2009-2014  Realtek Corporation.*/
0003 
0004 #ifndef __RTL92E_TABLE__H_
0005 #define __RTL92E_TABLE__H_
0006 
0007 #include <linux/types.h>
0008 #define RTL8192EE_PHY_REG_ARRAY_LEN 448
0009 extern u32 RTL8192EE_PHY_REG_ARRAY[];
0010 #define RTL8192EE_PHY_REG_ARRAY_PG_LEN  168
0011 extern u32 RTL8192EE_PHY_REG_ARRAY_PG[];
0012 #define RTL8192EE_RADIOA_ARRAY_LEN  238
0013 extern u32 RTL8192EE_RADIOA_ARRAY[];
0014 #define RTL8192EE_RADIOB_ARRAY_LEN  198
0015 extern u32 RTL8192EE_RADIOB_ARRAY[];
0016 #define RTL8192EE_MAC_ARRAY_LEN     202
0017 extern u32 RTL8192EE_MAC_ARRAY[];
0018 #define RTL8192EE_AGC_TAB_ARRAY_LEN 532
0019 extern u32 RTL8192EE_AGC_TAB_ARRAY[];
0020 
0021 #endif