diff options
author | Michael Buesch <mb@bu3sch.de> | 2007-09-18 15:39:42 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:51:37 -0400 |
commit | e4d6b7951812d98417feb10784e400e253caf633 (patch) | |
tree | 4f653c52b4cffd5ade2eb166a56b306c9181ed08 /drivers/net/wireless/b43/tables.h | |
parent | 61e115a56d1aafd6e6a8a9fee8ac099a6128ac7b (diff) |
[B43]: add mac80211-based driver for modern BCM43xx devices
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/b43/tables.h')
-rw-r--r-- | drivers/net/wireless/b43/tables.h | 28 |
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 | ||
5 | extern const u32 b43_tab_rotor[]; | ||
6 | #define B43_TAB_RETARD_SIZE 53 | ||
7 | extern const u32 b43_tab_retard[]; | ||
8 | #define B43_TAB_FINEFREQA_SIZE 256 | ||
9 | extern const u16 b43_tab_finefreqa[]; | ||
10 | #define B43_TAB_FINEFREQG_SIZE 256 | ||
11 | extern const u16 b43_tab_finefreqg[]; | ||
12 | #define B43_TAB_NOISEA2_SIZE 8 | ||
13 | extern const u16 b43_tab_noisea2[]; | ||
14 | #define B43_TAB_NOISEA3_SIZE 8 | ||
15 | extern const u16 b43_tab_noisea3[]; | ||
16 | #define B43_TAB_NOISEG1_SIZE 8 | ||
17 | extern const u16 b43_tab_noiseg1[]; | ||
18 | #define B43_TAB_NOISEG2_SIZE 8 | ||
19 | extern const u16 b43_tab_noiseg2[]; | ||
20 | #define B43_TAB_NOISESCALEG_SIZE 27 | ||
21 | extern const u16 b43_tab_noisescaleg1[]; | ||
22 | extern const u16 b43_tab_noisescaleg2[]; | ||
23 | extern const u16 b43_tab_noisescaleg3[]; | ||
24 | #define B43_TAB_SIGMASQR_SIZE 53 | ||
25 | extern const u16 b43_tab_sigmasqr1[]; | ||
26 | extern const u16 b43_tab_sigmasqr2[]; | ||
27 | |||
28 | #endif /* B43_TABLES_H_ */ | ||