diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2010-01-15 06:27:46 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-01-15 17:05:29 -0500 |
commit | 76a4db303d06066792bbc0e886def2cf99b232ef (patch) | |
tree | 135f64e55c2e862f48638e8d71040d6e4b7d995e /drivers/net/wireless/b43/b43.h | |
parent | 4772ae107c42cdce1d3864d8d540ea0401eb09d6 (diff) |
b43: N-PHY: add shared memory offsets definitions
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index 2f12a750bc98..54d6085a887b 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -253,6 +253,14 @@ enum { | |||
253 | #define B43_SHM_SH_MAXBFRAMES 0x0080 /* Maximum number of frames in a burst */ | 253 | #define B43_SHM_SH_MAXBFRAMES 0x0080 /* Maximum number of frames in a burst */ |
254 | #define B43_SHM_SH_SPUWKUP 0x0094 /* pre-wakeup for synth PU in us */ | 254 | #define B43_SHM_SH_SPUWKUP 0x0094 /* pre-wakeup for synth PU in us */ |
255 | #define B43_SHM_SH_PRETBTT 0x0096 /* pre-TBTT in us */ | 255 | #define B43_SHM_SH_PRETBTT 0x0096 /* pre-TBTT in us */ |
256 | /* SHM_SHARED tx iq workarounds */ | ||
257 | #define B43_SHM_SH_NPHY_TXIQW0 0x0700 | ||
258 | #define B43_SHM_SH_NPHY_TXIQW1 0x0702 | ||
259 | #define B43_SHM_SH_NPHY_TXIQW2 0x0704 | ||
260 | #define B43_SHM_SH_NPHY_TXIQW3 0x0706 | ||
261 | /* SHM_SHARED tx pwr ctrl */ | ||
262 | #define B43_SHM_SH_NPHY_TXPWR_INDX0 0x0708 | ||
263 | #define B43_SHM_SH_NPHY_TXPWR_INDX1 0x070E | ||
256 | 264 | ||
257 | /* SHM_SCRATCH offsets */ | 265 | /* SHM_SCRATCH offsets */ |
258 | #define B43_SHM_SC_MINCONT 0x0003 /* Minimum contention window */ | 266 | #define B43_SHM_SC_MINCONT 0x0003 /* Minimum contention window */ |