aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43/tables.h')
-rw-r--r--drivers/net/wireless/b43/tables.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/tables.h b/drivers/net/wireless/b43/tables.h
new file mode 100644
index 000000000000..64635d7b518c
--- /dev/null
+++ b/drivers/net/wireless/b43/tables.h
@@ -0,0 +1,28 @@
1#ifndef B43_TABLES_H_
2#define B43_TABLES_H_
3
4#define B43_TAB_ROTOR_SIZE 53
5extern const u32 b43_tab_rotor[];
6#define B43_TAB_RETARD_SIZE 53
7extern const u32 b43_tab_retard[];
8#define B43_TAB_FINEFREQA_SIZE 256
9extern const u16 b43_tab_finefreqa[];
10#define B43_TAB_FINEFREQG_SIZE 256
11extern const u16 b43_tab_finefreqg[];
12#define B43_TAB_NOISEA2_SIZE 8
13extern const u16 b43_tab_noisea2[];
14#define B43_TAB_NOISEA3_SIZE 8
15extern const u16 b43_tab_noisea3[];
16#define B43_TAB_NOISEG1_SIZE 8
17extern const u16 b43_tab_noiseg1[];
18#define B43_TAB_NOISEG2_SIZE 8
19extern const u16 b43_tab_noiseg2[];
20#define B43_TAB_NOISESCALEG_SIZE 27
21extern const u16 b43_tab_noisescaleg1[];
22extern const u16 b43_tab_noisescaleg2[];
23extern const u16 b43_tab_noisescaleg3[];
24#define B43_TAB_SIGMASQR_SIZE 53
25extern const u16 b43_tab_sigmasqr1[];
26extern const u16 b43_tab_sigmasqr2[];
27
28#endif /* B43_TABLES_H_ */