summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rtl8192ce/include/Hal8192DUTestHWImg.h
blob: e0491ff8360ff35404a5bd5d5cf53cb91a14ad31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/******************************************************************************
 *
 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
 *                                        
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of version 2 of the GNU General Public License as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
 *
 *
 ******************************************************************************/
#ifndef __INC_HAL8192DUTEST_FW_IMG_H
#define __INC_HAL8192DUTEST_FW_IMG_H

#include <basic_types.h>

/*Created on  2010/ 5/27,  9:49*/

#define Rtl8192DTestImgArrayLength 15054
extern u8 Rtl8192DTestFwImgArray[Rtl8192DTestImgArrayLength];
#define Rtl8192DTestMainArrayLength 1
extern u8 Rtl8192DTestFwMainArray[Rtl8192DTestMainArrayLength];
#define Rtl8192DTestDataArrayLength 1
extern u8 Rtl8192DTestFwDataArray[Rtl8192DTestDataArrayLength];
#define Rtl8192DTestPHY_REG_2TArrayLength 376
extern u32 Rtl8192DTestPHY_REG_2TArray[Rtl8192DTestPHY_REG_2TArrayLength];
#define Rtl8192DTestPHY_REG_1TArrayLength 1
extern u32 Rtl8192DTestPHY_REG_1TArray[Rtl8192DTestPHY_REG_1TArrayLength];
#define Rtl8192DTestPHY_REG_Array_PGLength 1
extern u32 Rtl8192DTestPHY_REG_Array_PG[Rtl8192DTestPHY_REG_Array_PGLength];
#define Rtl8192DTestRadioA_2TArrayLength 340
extern u32 Rtl8192DTestRadioA_2TArray[Rtl8192DTestRadioA_2TArrayLength];
#define Rtl8192DTestRadioB_2TArrayLength 340
extern u32 Rtl8192DTestRadioB_2TArray[Rtl8192DTestRadioB_2TArrayLength];
#define Rtl8192DTestRadioA_1TArrayLength 1
extern u32 Rtl8192DTestRadioA_1TArray[Rtl8192DTestRadioA_1TArrayLength];
#define Rtl8192DTestRadioB_1TArrayLength 1
extern u32 Rtl8192DTestRadioB_1TArray[Rtl8192DTestRadioB_1TArrayLength];
#define Rtl8192DTestMAC_2TArrayLength 174
extern u32 Rtl8192DTestMAC_2TArray[Rtl8192DTestMAC_2TArrayLength];
#define Rtl8192DTestAGCTAB_5GArrayLength 514
extern u32 Rtl8192DTestAGCTAB_5GArray[Rtl8192DTestAGCTAB_5GArrayLength];
#define Rtl8192DTestAGCTAB_2GArrayLength 514
extern u32 Rtl8192DTestAGCTAB_2GArray[Rtl8192DTestAGCTAB_2GArrayLength];

#endif //__INC_HAL8192CU_FW_IMG_H