table.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. #include <linux/types.h>
  21. /*Created on 2010/ 4/12, 5:56*/
  22. #define PHY_REG_2T2RARRAYLENGTH 372
  23. extern u32 rtl8192sephy_reg_2t2rarray[PHY_REG_2T2RARRAYLENGTH];
  24. #define PHY_CHANGETO_1T1RARRAYLENGTH 48
  25. extern u32 rtl8192sephy_changeto_1t1rarray[PHY_CHANGETO_1T1RARRAYLENGTH];
  26. #define PHY_CHANGETO_1T2RARRAYLENGTH 45
  27. extern u32 rtl8192sephy_changeto_1t2rarray[PHY_CHANGETO_1T2RARRAYLENGTH];
  28. #define PHY_REG_ARRAY_PGLENGTH 84
  29. extern u32 rtl8192sephy_reg_array_pg[PHY_REG_ARRAY_PGLENGTH];
  30. #define RADIOA_1T_ARRAYLENGTH 202
  31. extern u32 rtl8192seradioa_1t_array[RADIOA_1T_ARRAYLENGTH];
  32. #define RADIOB_ARRAYLENGTH 22
  33. extern u32 rtl8192seradiob_array[RADIOB_ARRAYLENGTH];
  34. #define RADIOB_GM_ARRAYLENGTH 10
  35. extern u32 rtl8192seradiob_gm_array[RADIOB_GM_ARRAYLENGTH];
  36. #define MAC_2T_ARRAYLENGTH 106
  37. extern u32 rtl8192semac_2t_array[MAC_2T_ARRAYLENGTH];
  38. #define AGCTAB_ARRAYLENGTH 320
  39. extern u32 rtl8192seagctab_array[AGCTAB_ARRAYLENGTH];
  40. #endif