1 /******************************************************************************
3 * Copyright(c) 2009-2012 Realtek Corporation. All rights reserved.
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of version 2 of the GNU General Public License as
7 * published by the Free Software Foundation.
9 * This program is distributed in the hope that it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14 * The full GNU General Public License is included in this distribution in the
15 * file called LICENSE.
17 * Contact Information:
18 * wlanfae <wlanfae@realtek.com>
19 * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
20 * Hsinchu 300, Taiwan.
22 * Larry Finger <Larry.Finger@lwfinger.net>
24 *****************************************************************************/
26 #ifndef __RTL92CU_TABLE__H_
27 #define __RTL92CU_TABLE__H_
29 #include <linux/types.h>
31 #define RTL8192CUPHY_REG_2TARRAY_LENGTH 374
32 extern u32 RTL8192CUPHY_REG_2TARRAY
[RTL8192CUPHY_REG_2TARRAY_LENGTH
];
33 #define RTL8192CUPHY_REG_1TARRAY_LENGTH 374
34 extern u32 RTL8192CUPHY_REG_1TARRAY
[RTL8192CUPHY_REG_1TARRAY_LENGTH
];
36 #define RTL8192CUPHY_REG_ARRAY_PGLENGTH 336
37 extern u32 RTL8192CUPHY_REG_ARRAY_PG
[RTL8192CUPHY_REG_ARRAY_PGLENGTH
];
39 #define RTL8192CURADIOA_2TARRAYLENGTH 282
40 extern u32 RTL8192CURADIOA_2TARRAY
[RTL8192CURADIOA_2TARRAYLENGTH
];
41 #define RTL8192CURADIOB_2TARRAYLENGTH 78
42 extern u32 RTL8192CU_RADIOB_2TARRAY
[RTL8192CURADIOB_2TARRAYLENGTH
];
43 #define RTL8192CURADIOA_1TARRAYLENGTH 282
44 extern u32 RTL8192CU_RADIOA_1TARRAY
[RTL8192CURADIOA_1TARRAYLENGTH
];
45 #define RTL8192CURADIOB_1TARRAYLENGTH 1
46 extern u32 RTL8192CU_RADIOB_1TARRAY
[RTL8192CURADIOB_1TARRAYLENGTH
];
48 #define RTL8192CUMAC_2T_ARRAYLENGTH 172
49 extern u32 RTL8192CUMAC_2T_ARRAY
[RTL8192CUMAC_2T_ARRAYLENGTH
];
51 #define RTL8192CUAGCTAB_2TARRAYLENGTH 320
52 extern u32 RTL8192CUAGCTAB_2TARRAY
[RTL8192CUAGCTAB_2TARRAYLENGTH
];
53 #define RTL8192CUAGCTAB_1TARRAYLENGTH 320
54 extern u32 RTL8192CUAGCTAB_1TARRAY
[RTL8192CUAGCTAB_1TARRAYLENGTH
];
56 #define RTL8192CUPHY_REG_1T_HPArrayLength 378
57 extern u32 RTL8192CUPHY_REG_1T_HPArray
[RTL8192CUPHY_REG_1T_HPArrayLength
];
59 #define RTL8192CUPHY_REG_Array_PG_HPLength 336
60 extern u32 RTL8192CUPHY_REG_Array_PG_HP
[RTL8192CUPHY_REG_Array_PG_HPLength
];
62 #define RTL8192CURadioA_1T_HPArrayLength 282
63 extern u32 RTL8192CURadioA_1T_HPArray
[RTL8192CURadioA_1T_HPArrayLength
];
64 #define RTL8192CUAGCTAB_1T_HPArrayLength 320
65 extern u32 Rtl8192CUAGCTAB_1T_HPArray
[RTL8192CUAGCTAB_1T_HPArrayLength
];