18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef B43_TABLES_H_ 38c2ecf20Sopenharmony_ci#define B43_TABLES_H_ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define B43_TAB_ROTOR_SIZE 53 68c2ecf20Sopenharmony_ciextern const u32 b43_tab_rotor[]; 78c2ecf20Sopenharmony_ci#define B43_TAB_RETARD_SIZE 53 88c2ecf20Sopenharmony_ciextern const u32 b43_tab_retard[]; 98c2ecf20Sopenharmony_ci#define B43_TAB_FINEFREQA_SIZE 256 108c2ecf20Sopenharmony_ciextern const u16 b43_tab_finefreqa[]; 118c2ecf20Sopenharmony_ci#define B43_TAB_FINEFREQG_SIZE 256 128c2ecf20Sopenharmony_ciextern const u16 b43_tab_finefreqg[]; 138c2ecf20Sopenharmony_ci#define B43_TAB_NOISEA2_SIZE 8 148c2ecf20Sopenharmony_ciextern const u16 b43_tab_noisea2[]; 158c2ecf20Sopenharmony_ci#define B43_TAB_NOISEA3_SIZE 8 168c2ecf20Sopenharmony_ciextern const u16 b43_tab_noisea3[]; 178c2ecf20Sopenharmony_ci#define B43_TAB_NOISEG1_SIZE 8 188c2ecf20Sopenharmony_ciextern const u16 b43_tab_noiseg1[]; 198c2ecf20Sopenharmony_ci#define B43_TAB_NOISEG2_SIZE 8 208c2ecf20Sopenharmony_ciextern const u16 b43_tab_noiseg2[]; 218c2ecf20Sopenharmony_ci#define B43_TAB_NOISESCALE_SIZE 27 228c2ecf20Sopenharmony_ciextern const u16 b43_tab_noisescalea2[]; 238c2ecf20Sopenharmony_ciextern const u16 b43_tab_noisescalea3[]; 248c2ecf20Sopenharmony_ciextern const u16 b43_tab_noisescaleg1[]; 258c2ecf20Sopenharmony_ciextern const u16 b43_tab_noisescaleg2[]; 268c2ecf20Sopenharmony_ciextern const u16 b43_tab_noisescaleg3[]; 278c2ecf20Sopenharmony_ci#define B43_TAB_SIGMASQR_SIZE 53 288c2ecf20Sopenharmony_ciextern const u16 b43_tab_sigmasqr1[]; 298c2ecf20Sopenharmony_ciextern const u16 b43_tab_sigmasqr2[]; 308c2ecf20Sopenharmony_ci#define B43_TAB_RSSIAGC1_SIZE 16 318c2ecf20Sopenharmony_ciextern const u16 b43_tab_rssiagc1[]; 328c2ecf20Sopenharmony_ci#define B43_TAB_RSSIAGC2_SIZE 48 338c2ecf20Sopenharmony_ciextern const u16 b43_tab_rssiagc2[]; 348c2ecf20Sopenharmony_ci 358c2ecf20Sopenharmony_ci#endif /* B43_TABLES_H_ */ 36