~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

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
 
/*Created on  2009/11/17, 16:15*/
23
 
 
24
 
#include <linux/types.h>
25
 
#define ImgArrayLength 88592
26
 
extern u8 Rtl8192SEFwImgArray[ImgArrayLength];
27
 
#define MainArrayLength 1
28
 
extern u8 Rtl8192SEFwMainArray[MainArrayLength];
29
 
#define DataArrayLength 1
30
 
extern u8 Rtl8192SEFwDataArray[DataArrayLength];
31
 
#define PHY_REG_2T2RArrayLength 372
32
 
extern u32 Rtl8192SEPHY_REG_2T2RArray[PHY_REG_2T2RArrayLength];
33
 
#define PHY_REG_1T2RArrayLength 1
34
 
extern u32 Rtl8192SEPHY_REG_1T2RArray[PHY_REG_1T2RArrayLength];
35
 
#define PHY_ChangeTo_1T1RArrayLength 48
36
 
extern u32 Rtl8192SEPHY_ChangeTo_1T1RArray[PHY_ChangeTo_1T1RArrayLength];
37
 
#define PHY_ChangeTo_1T2RArrayLength 45
38
 
extern u32 Rtl8192SEPHY_ChangeTo_1T2RArray[PHY_ChangeTo_1T2RArrayLength];
39
 
#define PHY_ChangeTo_2T2RArrayLength 45
40
 
extern u32 Rtl8192SEPHY_ChangeTo_2T2RArray[PHY_ChangeTo_2T2RArrayLength];
41
 
#define PHY_REG_Array_PGLength 84
42
 
extern u32 Rtl8192SEPHY_REG_Array_PG[PHY_REG_Array_PGLength];
43
 
#define RadioA_1T_ArrayLength 202
44
 
extern u32 Rtl8192SERadioA_1T_Array[RadioA_1T_ArrayLength];
45
 
#define RadioB_ArrayLength 22
46
 
extern u32 Rtl8192SERadioB_Array[RadioB_ArrayLength];
47
 
#define RadioA_to1T_ArrayLength 196
48
 
extern u32 Rtl8192SERadioA_to1T_Array[RadioA_to1T_ArrayLength];
49
 
#define RadioA_to2T_ArrayLength 196
50
 
extern u32 Rtl8192SERadioA_to2T_Array[RadioA_to2T_ArrayLength];
51
 
#define RadioB_GM_ArrayLength 10
52
 
extern u32 Rtl8192SERadioB_GM_Array[RadioB_GM_ArrayLength];
53
 
#define MAC_2T_ArrayLength 106
54
 
extern u32 Rtl8192SEMAC_2T_Array[MAC_2T_ArrayLength];
55
 
#define MACPHY_Array_PGLength 1
56
 
extern u32 Rtl8192SEMACPHY_Array_PG[MACPHY_Array_PGLength];
57
 
#define AGCTAB_ArrayLength 320
58
 
extern u32 Rtl8192SEAGCTAB_Array[AGCTAB_ArrayLength];
59
 
 
60
 
#endif