1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef B43_TABLES_H_
3 #define B43_TABLES_H_
4 
5 #define B43_TAB_ROTOR_SIZE	53
6 extern const u32 b43_tab_rotor[];
7 #define B43_TAB_RETARD_SIZE	53
8 extern const u32 b43_tab_retard[];
9 #define B43_TAB_FINEFREQA_SIZE	256
10 extern const u16 b43_tab_finefreqa[];
11 #define B43_TAB_FINEFREQG_SIZE	256
12 extern const u16 b43_tab_finefreqg[];
13 #define B43_TAB_NOISEA2_SIZE	8
14 extern const u16 b43_tab_noisea2[];
15 #define B43_TAB_NOISEA3_SIZE	8
16 extern const u16 b43_tab_noisea3[];
17 #define B43_TAB_NOISEG1_SIZE	8
18 extern const u16 b43_tab_noiseg1[];
19 #define B43_TAB_NOISEG2_SIZE	8
20 extern const u16 b43_tab_noiseg2[];
21 #define B43_TAB_NOISESCALE_SIZE	27
22 extern const u16 b43_tab_noisescalea2[];
23 extern const u16 b43_tab_noisescalea3[];
24 extern const u16 b43_tab_noisescaleg1[];
25 extern const u16 b43_tab_noisescaleg2[];
26 extern const u16 b43_tab_noisescaleg3[];
27 #define B43_TAB_SIGMASQR_SIZE	53
28 extern const u16 b43_tab_sigmasqr1[];
29 extern const u16 b43_tab_sigmasqr2[];
30 #define B43_TAB_RSSIAGC1_SIZE	16
31 extern const u16 b43_tab_rssiagc1[];
32 #define B43_TAB_RSSIAGC2_SIZE	48
33 extern const u16 b43_tab_rssiagc2[];
34 
35 #endif /* B43_TABLES_H_ */
36