| .. | .. |
|---|
| 1 | | -/****************************************************************************** |
|---|
| 2 | | - * |
|---|
| 3 | | - * Copyright(c) 2009-2012 Realtek Corporation. All rights reserved. |
|---|
| 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 | | - *****************************************************************************/ |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 2 | +/* Copyright(c) 2009-2012 Realtek Corporation.*/ |
|---|
| 25 | 3 | |
|---|
| 26 | 4 | #ifndef __RTL92CU_TABLE__H_ |
|---|
| 27 | 5 | #define __RTL92CU_TABLE__H_ |
|---|
| .. | .. |
|---|
| 53 | 31 | #define RTL8192CUAGCTAB_1TARRAYLENGTH 320 |
|---|
| 54 | 32 | extern u32 RTL8192CUAGCTAB_1TARRAY[RTL8192CUAGCTAB_1TARRAYLENGTH]; |
|---|
| 55 | 33 | |
|---|
| 56 | | -#define RTL8192CUPHY_REG_1T_HPArrayLength 378 |
|---|
| 57 | | -extern u32 RTL8192CUPHY_REG_1T_HPArray[RTL8192CUPHY_REG_1T_HPArrayLength]; |
|---|
| 34 | +#define RTL8192CUPHY_REG_1T_HPARRAYLENGTH 378 |
|---|
| 35 | +extern u32 RTL8192CUPHY_REG_1T_HPARRAY[RTL8192CUPHY_REG_1T_HPARRAYLENGTH]; |
|---|
| 58 | 36 | |
|---|
| 59 | | -#define RTL8192CUPHY_REG_Array_PG_HPLength 336 |
|---|
| 60 | | -extern u32 RTL8192CUPHY_REG_Array_PG_HP[RTL8192CUPHY_REG_Array_PG_HPLength]; |
|---|
| 37 | +#define RTL8192CUPHY_REG_ARRAY_PG_HPLENGTH 336 |
|---|
| 38 | +extern u32 RTL8192CUPHY_REG_ARRAY_PG_HP[RTL8192CUPHY_REG_ARRAY_PG_HPLENGTH]; |
|---|
| 61 | 39 | |
|---|
| 62 | | -#define RTL8192CURadioA_1T_HPArrayLength 282 |
|---|
| 63 | | -extern u32 RTL8192CURadioA_1T_HPArray[RTL8192CURadioA_1T_HPArrayLength]; |
|---|
| 64 | | -#define RTL8192CUAGCTAB_1T_HPArrayLength 320 |
|---|
| 65 | | -extern u32 Rtl8192CUAGCTAB_1T_HPArray[RTL8192CUAGCTAB_1T_HPArrayLength]; |
|---|
| 40 | +#define RTL8192CURADIOA_1T_HPARRAYLENGTH 282 |
|---|
| 41 | +extern u32 RTL8192CURADIOA_1T_HPARRAY[RTL8192CURADIOA_1T_HPARRAYLENGTH]; |
|---|
| 42 | +#define RTL8192CUAGCTAB_1T_HPARRAYLENGTH 320 |
|---|
| 43 | +extern u32 RTL8192CUAGCTAB_1T_HPARRAY[RTL8192CUAGCTAB_1T_HPARRAYLENGTH]; |
|---|
| 66 | 44 | |
|---|
| 67 | 45 | #endif |
|---|