]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/staging/rtl8192u/r819xU_firmware_img.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / staging / rtl8192u / r819xU_firmware_img.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
8fc8598e
JC
2#ifndef IMG_H
3#define IMG_H
4
8fc8598e
JC
5#define MACPHY_Array_PGLength 30
6#define PHY_REG_1T2RArrayLength 296
7#define AGCTAB_ArrayLength 384
8#define MACPHY_ArrayLength 18
9
10#define RadioA_ArrayLength 246
11#define RadioB_ArrayLength 78
12#define RadioC_ArrayLength 1
13#define RadioD_ArrayLength 1
14#define PHY_REGArrayLength 1
15
16
8fc8598e
JC
17extern u32 Rtl8192UsbPHY_REGArray[];
18extern u32 Rtl8192UsbPHY_REG_1T2RArray[];
19extern u32 Rtl8192UsbRadioA_Array[];
20extern u32 Rtl8192UsbRadioB_Array[];
21extern u32 Rtl8192UsbRadioC_Array[];
22extern u32 Rtl8192UsbRadioD_Array[];
23extern u32 Rtl8192UsbMACPHY_Array[];
24extern u32 Rtl8192UsbMACPHY_Array_PG[];
25extern u32 Rtl8192UsbAGCTAB_Array[];
26
27
28
29#endif