tables.h 887 B

12345678910111213141516171819202122232425262728
  1. #ifndef B43_TABLES_H_
  2. #define B43_TABLES_H_
  3. #define B43_TAB_ROTOR_SIZE 53
  4. extern const u32 b43_tab_rotor[];
  5. #define B43_TAB_RETARD_SIZE 53
  6. extern const u32 b43_tab_retard[];
  7. #define B43_TAB_FINEFREQA_SIZE 256
  8. extern const u16 b43_tab_finefreqa[];
  9. #define B43_TAB_FINEFREQG_SIZE 256
  10. extern const u16 b43_tab_finefreqg[];
  11. #define B43_TAB_NOISEA2_SIZE 8
  12. extern const u16 b43_tab_noisea2[];
  13. #define B43_TAB_NOISEA3_SIZE 8
  14. extern const u16 b43_tab_noisea3[];
  15. #define B43_TAB_NOISEG1_SIZE 8
  16. extern const u16 b43_tab_noiseg1[];
  17. #define B43_TAB_NOISEG2_SIZE 8
  18. extern const u16 b43_tab_noiseg2[];
  19. #define B43_TAB_NOISESCALEG_SIZE 27
  20. extern const u16 b43_tab_noisescaleg1[];
  21. extern const u16 b43_tab_noisescaleg2[];
  22. extern const u16 b43_tab_noisescaleg3[];
  23. #define B43_TAB_SIGMASQR_SIZE 53
  24. extern const u16 b43_tab_sigmasqr1[];
  25. extern const u16 b43_tab_sigmasqr2[];
  26. #endif /* B43_TABLES_H_ */