root/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/table.h

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 /* Copyright(c) 2009-2013  Realtek Corporation.*/
   3 
   4 #ifndef __RTL92CE_TABLE__H_
   5 #define __RTL92CE_TABLE__H_
   6 
   7 #include <linux/types.h>
   8 #define  RTL8188EEPHY_REG_1TARRAYLEN    382
   9 extern u32 RTL8188EEPHY_REG_1TARRAY[];
  10 #define RTL8188EEPHY_REG_ARRAY_PGLEN 264
  11 extern u32 RTL8188EEPHY_REG_ARRAY_PG[];
  12 #define RTL8188EE_RADIOA_1TARRAYLEN 190
  13 extern u32 RTL8188EE_RADIOA_1TARRAY[];
  14 #define RTL8188EEMAC_1T_ARRAYLEN  180
  15 extern u32 RTL8188EEMAC_1T_ARRAY[];
  16 #define RTL8188EEAGCTAB_1TARRAYLEN 256
  17 extern u32 RTL8188EEAGCTAB_1TARRAY[];
  18 
  19 #endif

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