diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-04-03 12:56:19 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-08 16:44:41 -0400 |
commit | d59f720d88089f2feabe4335839521b26572dc75 (patch) | |
tree | 9831ccf26a5e1f1e7ca95d4967a26e2774bfc01a /drivers/net/wireless/b43/b43.h | |
parent | 7b584163979a9fe2ebfdd57a9d64cbe27166ab70 (diff) |
b43: Fix TBTT and PU timings
This fixes some timings for pre-TBTT and synthetic PU.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r-- | drivers/net/wireless/b43/b43.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index ef8ae385835a..e478799c09cb 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -111,6 +111,7 @@ | |||
111 | #define B43_MMIO_GPIO_MASK 0x49E | 111 | #define B43_MMIO_GPIO_MASK 0x49E |
112 | #define B43_MMIO_TSF_CFP_START_LOW 0x604 | 112 | #define B43_MMIO_TSF_CFP_START_LOW 0x604 |
113 | #define B43_MMIO_TSF_CFP_START_HIGH 0x606 | 113 | #define B43_MMIO_TSF_CFP_START_HIGH 0x606 |
114 | #define B43_MMIO_TSF_CFP_PRETBTT 0x612 | ||
114 | #define B43_MMIO_TSF_0 0x632 /* core rev < 3 only */ | 115 | #define B43_MMIO_TSF_0 0x632 /* core rev < 3 only */ |
115 | #define B43_MMIO_TSF_1 0x634 /* core rev < 3 only */ | 116 | #define B43_MMIO_TSF_1 0x634 /* core rev < 3 only */ |
116 | #define B43_MMIO_TSF_2 0x636 /* core rev < 3 only */ | 117 | #define B43_MMIO_TSF_2 0x636 /* core rev < 3 only */ |