0001
0002 #ifndef B43_TABLES_H_
0003 #define B43_TABLES_H_
0004
0005 #define B43_TAB_ROTOR_SIZE 53
0006 extern const u32 b43_tab_rotor[];
0007 #define B43_TAB_RETARD_SIZE 53
0008 extern const u32 b43_tab_retard[];
0009 #define B43_TAB_FINEFREQA_SIZE 256
0010 extern const u16 b43_tab_finefreqa[];
0011 #define B43_TAB_FINEFREQG_SIZE 256
0012 extern const u16 b43_tab_finefreqg[];
0013 #define B43_TAB_NOISEA2_SIZE 8
0014 extern const u16 b43_tab_noisea2[];
0015 #define B43_TAB_NOISEA3_SIZE 8
0016 extern const u16 b43_tab_noisea3[];
0017 #define B43_TAB_NOISEG1_SIZE 8
0018 extern const u16 b43_tab_noiseg1[];
0019 #define B43_TAB_NOISEG2_SIZE 8
0020 extern const u16 b43_tab_noiseg2[];
0021 #define B43_TAB_NOISESCALE_SIZE 27
0022 extern const u16 b43_tab_noisescalea2[];
0023 extern const u16 b43_tab_noisescalea3[];
0024 extern const u16 b43_tab_noisescaleg1[];
0025 extern const u16 b43_tab_noisescaleg2[];
0026 extern const u16 b43_tab_noisescaleg3[];
0027 #define B43_TAB_SIGMASQR_SIZE 53
0028 extern const u16 b43_tab_sigmasqr1[];
0029 extern const u16 b43_tab_sigmasqr2[];
0030 #define B43_TAB_RSSIAGC1_SIZE 16
0031 extern const u16 b43_tab_rssiagc1[];
0032 #define B43_TAB_RSSIAGC2_SIZE 48
0033 extern const u16 b43_tab_rssiagc2[];
0034
0035 #endif