~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to ubuntu/rtl8192se/rtl8192s/r8192S_hwimg.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/******************************************************************************
2
 
 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
3
 
 *
4
 
 * This program is distributed in the hope that it will be useful, but WITHOUT
5
 
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6
 
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
7
 
 * more details.
8
 
 *
9
 
 * You should have received a copy of the GNU General Public License along with
10
 
 * this program; if not, write to the Free Software Foundation, Inc.,
11
 
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
12
 
 *
13
 
 * The full GNU General Public License is included in this distribution in the
14
 
 * file called LICENSE.
15
 
 *
16
 
 * Contact Information:
17
 
 * wlanfae <wlanfae@realtek.com>
18
 
******************************************************************************/
19
 
#ifndef __INC_HAL8192SE_FW_IMG_H
20
 
#define __INC_HAL8192SE_FW_IMG_H
21
 
 
22
 
#include <linux/types.h>
23
 
 
24
 
/*Created on  2010/ 4/12,  5:56*/
25
 
 
26
 
#define ImgArrayLength 87000
27
 
extern u8 Rtl8192SEFwImgArray[ImgArrayLength];
28
 
#define MainArrayLength 1
29
 
extern u8 Rtl8192SEFwMainArray[MainArrayLength];
30
 
#define DataArrayLength 1
31
 
extern u8 Rtl8192SEFwDataArray[DataArrayLength];
32
 
#define PHY_REG_2T2RArrayLength 372
33
 
extern u32 Rtl8192SEPHY_REG_2T2RArray[PHY_REG_2T2RArrayLength];
34
 
#define PHY_REG_1T2RArrayLength 1
35
 
extern u32 Rtl8192SEPHY_REG_1T2RArray[PHY_REG_1T2RArrayLength];
36
 
#define PHY_ChangeTo_1T1RArrayLength 48
37
 
extern u32 Rtl8192SEPHY_ChangeTo_1T1RArray[PHY_ChangeTo_1T1RArrayLength];
38
 
#define PHY_ChangeTo_1T2RArrayLength 45
39
 
extern u32 Rtl8192SEPHY_ChangeTo_1T2RArray[PHY_ChangeTo_1T2RArrayLength];
40
 
#define PHY_ChangeTo_2T2RArrayLength 45
41
 
extern u32 Rtl8192SEPHY_ChangeTo_2T2RArray[PHY_ChangeTo_2T2RArrayLength];
42
 
#define PHY_REG_Array_PGLength 84
43
 
extern u32 Rtl8192SEPHY_REG_Array_PG[PHY_REG_Array_PGLength];
44
 
#define RadioA_1T_ArrayLength 202
45
 
extern u32 Rtl8192SERadioA_1T_Array[RadioA_1T_ArrayLength];
46
 
#define RadioB_ArrayLength 22
47
 
extern u32 Rtl8192SERadioB_Array[RadioB_ArrayLength];
48
 
#define RadioA_to1T_ArrayLength 196
49
 
extern u32 Rtl8192SERadioA_to1T_Array[RadioA_to1T_ArrayLength];
50
 
#define RadioA_to2T_ArrayLength 196
51
 
extern u32 Rtl8192SERadioA_to2T_Array[RadioA_to2T_ArrayLength];
52
 
#define RadioB_GM_ArrayLength 10
53
 
extern u32 Rtl8192SERadioB_GM_Array[RadioB_GM_ArrayLength];
54
 
#define MAC_2T_ArrayLength 106
55
 
extern u32 Rtl8192SEMAC_2T_Array[MAC_2T_ArrayLength];
56
 
#define MACPHY_Array_PGLength 1
57
 
extern u32 Rtl8192SEMACPHY_Array_PG[MACPHY_Array_PGLength];
58
 
#define AGCTAB_ArrayLength 320
59
 
extern u32 Rtl8192SEAGCTAB_Array[AGCTAB_ArrayLength];
60
 
#define AGCTAB_1TArrayLength 1
61
 
extern u32 Rtl8192SEAGCTAB_1TArray[AGCTAB_1TArrayLength];
62
 
 
63
 
#endif