brintos

brintos / linux-shallow public Read only

0
0
Text · 1.1 KiB · 3b0777f Raw
36 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef B43_TABLES_H_3#define B43_TABLES_H_4 5#define B43_TAB_ROTOR_SIZE	536extern const u32 b43_tab_rotor[];7#define B43_TAB_RETARD_SIZE	538extern const u32 b43_tab_retard[];9#define B43_TAB_FINEFREQA_SIZE	25610extern const u16 b43_tab_finefreqa[];11#define B43_TAB_FINEFREQG_SIZE	25612extern const u16 b43_tab_finefreqg[];13#define B43_TAB_NOISEA2_SIZE	814extern const u16 b43_tab_noisea2[];15#define B43_TAB_NOISEA3_SIZE	816extern const u16 b43_tab_noisea3[];17#define B43_TAB_NOISEG1_SIZE	818extern const u16 b43_tab_noiseg1[];19#define B43_TAB_NOISEG2_SIZE	820extern const u16 b43_tab_noiseg2[];21#define B43_TAB_NOISESCALE_SIZE	2722extern const u16 b43_tab_noisescalea2[];23extern const u16 b43_tab_noisescalea3[];24extern const u16 b43_tab_noisescaleg1[];25extern const u16 b43_tab_noisescaleg2[];26extern const u16 b43_tab_noisescaleg3[];27#define B43_TAB_SIGMASQR_SIZE	5328extern const u16 b43_tab_sigmasqr1[];29extern const u16 b43_tab_sigmasqr2[];30#define B43_TAB_RSSIAGC1_SIZE	1631extern const u16 b43_tab_rssiagc1[];32#define B43_TAB_RSSIAGC2_SIZE	4833extern const u16 b43_tab_rssiagc2[];34 35#endif /* B43_TABLES_H_ */36