table.h 1.9 KB

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