wifi: renew patch drivers/net/wireless
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rtl8723au / hal / OUTSRC / rtl8192c / Hal8192CEFWImg_CE.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2011 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  * You should have received a copy of the GNU General Public License along with
15  * this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17  *
18  *
19  ******************************************************************************/
20 #ifndef __INC_HAL8192CE_FW_IMG_H
21 #define __INC_HAL8192CE_FW_IMG_H
22
23 /*Created on  2011/ 6/15,  5:45*/
24
25 #ifdef CONFIG_BT_COEXIST
26 #define TSMCImgArrayLength 15706 //v84 TSMC COMMON 2012-04-13
27 #else //#ifdef CONFIG_P2P
28 #define TSMCImgArrayLength 16126 //v88 TSMC P2PPS with CCX report C2H 2012-12-05
29 #endif
30 extern u8 Rtl8192CEFwTSMCImgArray[TSMCImgArrayLength];
31
32 #ifdef CONFIG_BT_COEXIST
33 #define UMCACutImgArrayLength 16248 //v79 UMC A Cut COMMON 2011-10-06
34 #else //#ifdef CONFIG_P2P
35 #define UMCACutImgArrayLength 16126 //v88 UMC A Cut P2PPS with CCX report C2H 2012-12-05
36 #endif
37 extern u8 Rtl8192CEFwUMCACutImgArray[UMCACutImgArrayLength];
38
39
40 #ifdef CONFIG_BT_COEXIST
41 #define UMCBCutImgArrayLength 15686 //v84 UMC B Cut COMMON 2012-04-13
42 #else //#ifdef CONFIG_P2P
43 #define UMCBCutImgArrayLength 16096 //v88 UMC B Cut P2PPS with CCX report C2H 2012-12-05
44 #endif
45 extern u8 Rtl8192CEFwUMCBCutImgArray[UMCBCutImgArrayLength];
46
47
48 #endif //__INC_HAL8192CE_FW_IMG_H
49