root/drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /*
   3  * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
   4  *
   5  * Contact Information: wlanfae <wlanfae@realtek.com>
   6  */
   7 #ifndef __INC_HAL8192PciE_FW_IMG_H
   8 #define __INC_HAL8192PciE_FW_IMG_H
   9 
  10 /*Created on  2008/11/18,  3: 7*/
  11 
  12 #include <linux/types.h>
  13 
  14 #define PHY_REGArrayLengthPciE 1
  15 extern u32 Rtl8192PciEPHY_REGArray[PHY_REGArrayLengthPciE];
  16 #define PHY_REG_1T2RArrayLengthPciE 296
  17 extern u32 Rtl8192PciEPHY_REG_1T2RArray[PHY_REG_1T2RArrayLengthPciE];
  18 #define RadioA_ArrayLengthPciE 246
  19 extern u32 Rtl8192PciERadioA_Array[RadioA_ArrayLengthPciE];
  20 #define RadioB_ArrayLengthPciE 78
  21 extern u32 Rtl8192PciERadioB_Array[RadioB_ArrayLengthPciE];
  22 #define RadioC_ArrayLengthPciE 2
  23 extern u32 Rtl8192PciERadioC_Array[RadioC_ArrayLengthPciE];
  24 #define RadioD_ArrayLengthPciE 2
  25 extern u32 Rtl8192PciERadioD_Array[RadioD_ArrayLengthPciE];
  26 #define MACPHY_ArrayLengthPciE 18
  27 extern u32 Rtl8192PciEMACPHY_Array[MACPHY_ArrayLengthPciE];
  28 #define MACPHY_Array_PGLengthPciE 30
  29 extern u32 Rtl8192PciEMACPHY_Array_PG[MACPHY_Array_PGLengthPciE];
  30 #define AGCTAB_ArrayLengthPciE 384
  31 extern u32 Rtl8192PciEAGCTAB_Array[AGCTAB_ArrayLengthPciE];
  32 
  33 #endif

/* [<][>][^][v][top][bottom][index][help] */