Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 2 | #ifndef B43_TABLES_H_ |
| 3 | #define B43_TABLES_H_ |
| 4 | |
Stefano Brivio | 61bca6e | 2007-11-06 22:49:05 +0100 | [diff] [blame] | 5 | #define B43_TAB_ROTOR_SIZE 53 |
Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 6 | extern const u32 b43_tab_rotor[]; |
Stefano Brivio | 61bca6e | 2007-11-06 22:49:05 +0100 | [diff] [blame] | 7 | #define B43_TAB_RETARD_SIZE 53 |
Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 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[]; |
Stefano Brivio | 61bca6e | 2007-11-06 22:49:05 +0100 | [diff] [blame] | 21 | #define B43_TAB_NOISESCALE_SIZE 27 |
| 22 | extern const u16 b43_tab_noisescalea2[]; |
| 23 | extern const u16 b43_tab_noisescalea3[]; |
Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 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[]; |
Stefano Brivio | 61bca6e | 2007-11-06 22:49:05 +0100 | [diff] [blame] | 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[]; |
Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 34 | |
| 35 | #endif /* B43_TABLES_H_ */ |