18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2012  Realtek Corporation.*/
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __INC_HAL8192SE_FW_IMG_H
58c2ecf20Sopenharmony_ci#define __INC_HAL8192SE_FW_IMG_H
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#include <linux/types.h>
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/*Created on  2010/ 4/12,  5:56*/
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#define PHY_REG_2T2RARRAYLENGTH 372
128c2ecf20Sopenharmony_ciextern u32 rtl8192sephy_reg_2t2rarray[PHY_REG_2T2RARRAYLENGTH];
138c2ecf20Sopenharmony_ci#define PHY_CHANGETO_1T1RARRAYLENGTH 48
148c2ecf20Sopenharmony_ciextern u32 rtl8192sephy_changeto_1t1rarray[PHY_CHANGETO_1T1RARRAYLENGTH];
158c2ecf20Sopenharmony_ci#define PHY_CHANGETO_1T2RARRAYLENGTH 45
168c2ecf20Sopenharmony_ciextern u32 rtl8192sephy_changeto_1t2rarray[PHY_CHANGETO_1T2RARRAYLENGTH];
178c2ecf20Sopenharmony_ci#define PHY_REG_ARRAY_PGLENGTH 84
188c2ecf20Sopenharmony_ciextern u32 rtl8192sephy_reg_array_pg[PHY_REG_ARRAY_PGLENGTH];
198c2ecf20Sopenharmony_ci#define RADIOA_1T_ARRAYLENGTH 202
208c2ecf20Sopenharmony_ciextern u32 rtl8192seradioa_1t_array[RADIOA_1T_ARRAYLENGTH];
218c2ecf20Sopenharmony_ci#define RADIOB_ARRAYLENGTH 22
228c2ecf20Sopenharmony_ciextern u32 rtl8192seradiob_array[RADIOB_ARRAYLENGTH];
238c2ecf20Sopenharmony_ci#define RADIOB_GM_ARRAYLENGTH 10
248c2ecf20Sopenharmony_ciextern u32 rtl8192seradiob_gm_array[RADIOB_GM_ARRAYLENGTH];
258c2ecf20Sopenharmony_ci#define MAC_2T_ARRAYLENGTH 106
268c2ecf20Sopenharmony_ciextern u32 rtl8192semac_2t_array[MAC_2T_ARRAYLENGTH];
278c2ecf20Sopenharmony_ci#define AGCTAB_ARRAYLENGTH 320
288c2ecf20Sopenharmony_ciextern u32 rtl8192seagctab_array[AGCTAB_ARRAYLENGTH];
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ci#endif
318c2ecf20Sopenharmony_ci
32