table.h 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /******************************************************************************
  2. *
  3. * Copyright(c) 2009-2012 Realtek Corporation.
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of version 2 of the GNU General Public License as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful, but WITHOUT
  10. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  12. * more details.
  13. *
  14. * The full GNU General Public License is included in this distribution in the
  15. * file called LICENSE.
  16. *
  17. * Contact Information:
  18. * wlanfae <wlanfae@realtek.com>
  19. * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
  20. * Hsinchu 300, Taiwan.
  21. *
  22. * Larry Finger <Larry.Finger@lwfinger.net>
  23. *
  24. * Created on 2010/ 5/18, 1:41
  25. *****************************************************************************/
  26. #ifndef __RTL92DE_TABLE__H_
  27. #define __RTL92DE_TABLE__H_
  28. /*Created on 2011/ 1/14, 1:35*/
  29. #define PHY_REG_2T_ARRAYLENGTH 380
  30. extern u32 rtl8192de_phy_reg_2tarray[PHY_REG_2T_ARRAYLENGTH];
  31. #define PHY_REG_ARRAY_PG_LENGTH 624
  32. extern u32 rtl8192de_phy_reg_array_pg[PHY_REG_ARRAY_PG_LENGTH];
  33. #define RADIOA_2T_ARRAYLENGTH 378
  34. extern u32 rtl8192de_radioa_2tarray[RADIOA_2T_ARRAYLENGTH];
  35. #define RADIOB_2T_ARRAYLENGTH 384
  36. extern u32 rtl8192de_radiob_2tarray[RADIOB_2T_ARRAYLENGTH];
  37. #define RADIOA_2T_INT_PA_ARRAYLENGTH 378
  38. extern u32 rtl8192de_radioa_2t_int_paarray[RADIOA_2T_INT_PA_ARRAYLENGTH];
  39. #define RADIOB_2T_INT_PA_ARRAYLENGTH 384
  40. extern u32 rtl8192de_radiob_2t_int_paarray[RADIOB_2T_INT_PA_ARRAYLENGTH];
  41. #define MAC_2T_ARRAYLENGTH 160
  42. extern u32 rtl8192de_mac_2tarray[MAC_2T_ARRAYLENGTH];
  43. #define AGCTAB_ARRAYLENGTH 386
  44. extern u32 rtl8192de_agctab_array[AGCTAB_ARRAYLENGTH];
  45. #define AGCTAB_5G_ARRAYLENGTH 194
  46. extern u32 rtl8192de_agctab_5garray[AGCTAB_5G_ARRAYLENGTH];
  47. #define AGCTAB_2G_ARRAYLENGTH 194
  48. extern u32 rtl8192de_agctab_2garray[AGCTAB_2G_ARRAYLENGTH];
  49. #endif