diff options
author | Stefano Brivio <stefano.brivio@polimi.it> | 2008-04-13 18:57:03 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-16 15:59:57 -0400 |
commit | 3e2c40ef09f397b0123fc0233d5d0531c217dc39 (patch) | |
tree | d245bb9e7ce830b53f270993a9703fe907a4e4dc /drivers/net/wireless/b43legacy/b43legacy.h | |
parent | 245cbe7a65f3e17999de276ea1c84538f3a7451e (diff) |
b43legacy: fix TBTT and PU timings
This fixes some timings for pre-TBTT and synthetic PU.
The patch by Michael Buesch has been ported to b43legacy.
Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43legacy/b43legacy.h')
-rw-r--r-- | drivers/net/wireless/b43legacy/b43legacy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43legacy/b43legacy.h b/drivers/net/wireless/b43legacy/b43legacy.h index 242b8ad4e33c..ded3cd31b3df 100644 --- a/drivers/net/wireless/b43legacy/b43legacy.h +++ b/drivers/net/wireless/b43legacy/b43legacy.h | |||
@@ -97,6 +97,7 @@ | |||
97 | #define B43legacy_MMIO_RADIO_HWENABLED_LO 0x49A | 97 | #define B43legacy_MMIO_RADIO_HWENABLED_LO 0x49A |
98 | #define B43legacy_MMIO_GPIO_CONTROL 0x49C | 98 | #define B43legacy_MMIO_GPIO_CONTROL 0x49C |
99 | #define B43legacy_MMIO_GPIO_MASK 0x49E | 99 | #define B43legacy_MMIO_GPIO_MASK 0x49E |
100 | #define B43legacy_MMIO_TSF_CFP_PRETBTT 0x612 | ||
100 | #define B43legacy_MMIO_TSF_0 0x632 /* core rev < 3 only */ | 101 | #define B43legacy_MMIO_TSF_0 0x632 /* core rev < 3 only */ |
101 | #define B43legacy_MMIO_TSF_1 0x634 /* core rev < 3 only */ | 102 | #define B43legacy_MMIO_TSF_1 0x634 /* core rev < 3 only */ |
102 | #define B43legacy_MMIO_TSF_2 0x636 /* core rev < 3 only */ | 103 | #define B43legacy_MMIO_TSF_2 0x636 /* core rev < 3 only */ |
@@ -149,6 +150,8 @@ | |||
149 | #define B43legacy_SHM_SH_UCODEPATCH 0x0002 /* Microcode patchlevel */ | 150 | #define B43legacy_SHM_SH_UCODEPATCH 0x0002 /* Microcode patchlevel */ |
150 | #define B43legacy_SHM_SH_UCODEDATE 0x0004 /* Microcode date */ | 151 | #define B43legacy_SHM_SH_UCODEDATE 0x0004 /* Microcode date */ |
151 | #define B43legacy_SHM_SH_UCODETIME 0x0006 /* Microcode time */ | 152 | #define B43legacy_SHM_SH_UCODETIME 0x0006 /* Microcode time */ |
153 | #define B43legacy_SHM_SH_SPUWKUP 0x0094 /* pre-wakeup for synth PU in us */ | ||
154 | #define B43legacy_SHM_SH_PRETBTT 0x0096 /* pre-TBTT in us */ | ||
152 | 155 | ||
153 | #define B43legacy_UCODEFLAGS_OFFSET 0x005E | 156 | #define B43legacy_UCODEFLAGS_OFFSET 0x005E |
154 | 157 | ||