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 * The full GNU General Public License is included in this distribution in the 10 * file called LICENSE. 11 * 12 * Contact Information: 13 * wlanfae <wlanfae@realtek.com> 14 * 15 * Larry Finger <Larry.Finger@lwfinger.net> 16 * 17 ******************************************************************************/ 18 #ifndef __INC_HAL8192SE_FW_IMG_H 19 #define __INC_HAL8192SE_FW_IMG_H 20 21 #include <linux/types.h> 22 23 /*Created on 2010/ 4/12, 5:56*/ 24 25 #define PHY_REG_2T2RARRAYLENGTH 372 26 extern u32 rtl8192sephy_reg_2t2rarray[PHY_REG_2T2RARRAYLENGTH]; 27 #define PHY_CHANGETO_1T1RARRAYLENGTH 48 28 extern u32 rtl8192sephy_changeto_1t1rarray[PHY_CHANGETO_1T1RARRAYLENGTH]; 29 #define PHY_CHANGETO_1T2RARRAYLENGTH 45 30 extern u32 rtl8192sephy_changeto_1t2rarray[PHY_CHANGETO_1T2RARRAYLENGTH]; 31 #define PHY_REG_ARRAY_PGLENGTH 84 32 extern u32 rtl8192sephy_reg_array_pg[PHY_REG_ARRAY_PGLENGTH]; 33 #define RADIOA_1T_ARRAYLENGTH 202 34 extern u32 rtl8192seradioa_1t_array[RADIOA_1T_ARRAYLENGTH]; 35 #define RADIOB_ARRAYLENGTH 22 36 extern u32 rtl8192seradiob_array[RADIOB_ARRAYLENGTH]; 37 #define RADIOB_GM_ARRAYLENGTH 10 38 extern u32 rtl8192seradiob_gm_array[RADIOB_GM_ARRAYLENGTH]; 39 #define MAC_2T_ARRAYLENGTH 106 40 extern u32 rtl8192semac_2t_array[MAC_2T_ARRAYLENGTH]; 41 #define AGCTAB_ARRAYLENGTH 320 42 extern u32 rtl8192seagctab_array[AGCTAB_ARRAYLENGTH]; 43 44 #endif 45 46