GNU Linux-libre 4.14.259-gnu1
[releases.git] / drivers / net / wireless / realtek / rtlwifi / rtl8192cu / table.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2009-2012  Realtek Corporation. All rights reserved.
4  *
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.
8  *
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
12  * more details.
13  *
14  * The full GNU General Public License is included in this distribution in the
15  * file called LICENSE.
16  *
17  * Contact Information:
18  * wlanfae <wlanfae@realtek.com>
19  * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
20  * Hsinchu 300, Taiwan.
21  *
22  * Larry Finger <Larry.Finger@lwfinger.net>
23  *
24  *****************************************************************************/
25
26 #ifndef __RTL92CU_TABLE__H_
27 #define __RTL92CU_TABLE__H_
28
29 #include <linux/types.h>
30
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];
35
36 #define RTL8192CUPHY_REG_ARRAY_PGLENGTH         336
37 extern u32 RTL8192CUPHY_REG_ARRAY_PG[RTL8192CUPHY_REG_ARRAY_PGLENGTH];
38
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];
47
48 #define RTL8192CUMAC_2T_ARRAYLENGTH             172
49 extern u32 RTL8192CUMAC_2T_ARRAY[RTL8192CUMAC_2T_ARRAYLENGTH];
50
51 #define RTL8192CUAGCTAB_2TARRAYLENGTH   320
52 extern u32 RTL8192CUAGCTAB_2TARRAY[RTL8192CUAGCTAB_2TARRAYLENGTH];
53 #define RTL8192CUAGCTAB_1TARRAYLENGTH   320
54 extern u32 RTL8192CUAGCTAB_1TARRAY[RTL8192CUAGCTAB_1TARRAYLENGTH];
55
56 #define RTL8192CUPHY_REG_1T_HPArrayLength 378
57 extern u32 RTL8192CUPHY_REG_1T_HPArray[RTL8192CUPHY_REG_1T_HPArrayLength];
58
59 #define RTL8192CUPHY_REG_Array_PG_HPLength 336
60 extern u32 RTL8192CUPHY_REG_Array_PG_HP[RTL8192CUPHY_REG_Array_PG_HPLength];
61
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];
66
67 #endif