diff options
author | Stefano Brivio <stefano.brivio@polimi.it> | 2007-11-06 16:49:05 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:04:31 -0500 |
commit | 61bca6eb85c863603d6054530e2f65c3b9aba85b (patch) | |
tree | 9b67e165af38ae504d64d3b03882fb4ce3efb016 /drivers/net/wireless/b43/tables.h | |
parent | db9683fb19a0f0da1cb4c296ffe1a8db03333cbc (diff) |
b43: rewrite A PHY initialization
Rewrite and sync A PHY initialization with specs, thus allowing for further
work to be done on 802.11a support. Note that A PHY initialization involves
G PHYs as well.
Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
Acked-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/tables.h')
-rw-r--r-- | drivers/net/wireless/b43/tables.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/drivers/net/wireless/b43/tables.h b/drivers/net/wireless/b43/tables.h index 64635d7b518c..80e73c7cbac5 100644 --- a/drivers/net/wireless/b43/tables.h +++ b/drivers/net/wireless/b43/tables.h | |||
@@ -1,9 +1,9 @@ | |||
1 | #ifndef B43_TABLES_H_ | 1 | #ifndef B43_TABLES_H_ |
2 | #define B43_TABLES_H_ | 2 | #define B43_TABLES_H_ |
3 | 3 | ||
4 | #define B43_TAB_ROTOR_SIZE 53 | 4 | #define B43_TAB_ROTOR_SIZE 53 |
5 | extern const u32 b43_tab_rotor[]; | 5 | extern const u32 b43_tab_rotor[]; |
6 | #define B43_TAB_RETARD_SIZE 53 | 6 | #define B43_TAB_RETARD_SIZE 53 |
7 | extern const u32 b43_tab_retard[]; | 7 | extern const u32 b43_tab_retard[]; |
8 | #define B43_TAB_FINEFREQA_SIZE 256 | 8 | #define B43_TAB_FINEFREQA_SIZE 256 |
9 | extern const u16 b43_tab_finefreqa[]; | 9 | extern const u16 b43_tab_finefreqa[]; |
@@ -17,12 +17,18 @@ extern const u16 b43_tab_noisea3[]; | |||
17 | extern const u16 b43_tab_noiseg1[]; | 17 | extern const u16 b43_tab_noiseg1[]; |
18 | #define B43_TAB_NOISEG2_SIZE 8 | 18 | #define B43_TAB_NOISEG2_SIZE 8 |
19 | extern const u16 b43_tab_noiseg2[]; | 19 | extern const u16 b43_tab_noiseg2[]; |
20 | #define B43_TAB_NOISESCALEG_SIZE 27 | 20 | #define B43_TAB_NOISESCALE_SIZE 27 |
21 | extern const u16 b43_tab_noisescalea2[]; | ||
22 | extern const u16 b43_tab_noisescalea3[]; | ||
21 | extern const u16 b43_tab_noisescaleg1[]; | 23 | extern const u16 b43_tab_noisescaleg1[]; |
22 | extern const u16 b43_tab_noisescaleg2[]; | 24 | extern const u16 b43_tab_noisescaleg2[]; |
23 | extern const u16 b43_tab_noisescaleg3[]; | 25 | extern const u16 b43_tab_noisescaleg3[]; |
24 | #define B43_TAB_SIGMASQR_SIZE 53 | 26 | #define B43_TAB_SIGMASQR_SIZE 53 |
25 | extern const u16 b43_tab_sigmasqr1[]; | 27 | extern const u16 b43_tab_sigmasqr1[]; |
26 | extern const u16 b43_tab_sigmasqr2[]; | 28 | extern const u16 b43_tab_sigmasqr2[]; |
29 | #define B43_TAB_RSSIAGC1_SIZE 16 | ||
30 | extern const u16 b43_tab_rssiagc1[]; | ||
31 | #define B43_TAB_RSSIAGC2_SIZE 48 | ||
32 | extern const u16 b43_tab_rssiagc2[]; | ||
27 | 33 | ||
28 | #endif /* B43_TABLES_H_ */ | 34 | #endif /* B43_TABLES_H_ */ |