Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
table.h
Go to the documentation of this file.
1 /******************************************************************************
2  * Copyright(c) 2008 - 2012 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 <[email protected]>
18  *
19  * Larry Finger <[email protected]>
20  *
21  ******************************************************************************/
22 #ifndef __INC_HAL8192SE_FW_IMG_H
23 #define __INC_HAL8192SE_FW_IMG_H
24 
25 #include <linux/types.h>
26 
27 /*Created on 2010/ 4/12, 5:56*/
28 
29 #define PHY_REG_2T2RARRAYLENGTH 372
31 #define PHY_CHANGETO_1T1RARRAYLENGTH 48
33 #define PHY_CHANGETO_1T2RARRAYLENGTH 45
35 #define PHY_REG_ARRAY_PGLENGTH 84
37 #define RADIOA_1T_ARRAYLENGTH 202
39 #define RADIOB_ARRAYLENGTH 22
41 #define RADIOB_GM_ARRAYLENGTH 10
43 #define MAC_2T_ARRAYLENGTH 106
45 #define AGCTAB_ARRAYLENGTH 320
47 
48 #endif
49