diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2010-10-22 11:43:47 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-15 13:24:32 -0500 |
commit | 7e6da2bfc05c2b96197c12484f3d071fe0c6d0fb (patch) | |
tree | c6d758458c3d901b4481daea9757a94a9e17d4dc /drivers/net/wireless/b43/b43.h | |
parent | c0b102c20972cfa3e10a0cf4a2a563edb70961b1 (diff) |
b43: define known SPROM boardflags2 bits
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 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index 72821c456b02..9aad2ca3c112 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -153,6 +153,19 @@ | |||
153 | #define B43_BFH_FEM_BT 0x0040 /* has FEM and switch to share antenna | 153 | #define B43_BFH_FEM_BT 0x0040 /* has FEM and switch to share antenna |
154 | * with bluetooth */ | 154 | * with bluetooth */ |
155 | 155 | ||
156 | /* SPROM boardflags2_lo values */ | ||
157 | #define B43_BFL2_RXBB_INT_REG_DIS 0x0001 /* external RX BB regulator present */ | ||
158 | #define B43_BFL2_APLL_WAR 0x0002 /* alternative A-band PLL settings implemented */ | ||
159 | #define B43_BFL2_TXPWRCTRL_EN 0x0004 /* permits enabling TX Power Control */ | ||
160 | #define B43_BFL2_2X4_DIV 0x0008 /* 2x4 diversity switch */ | ||
161 | #define B43_BFL2_5G_PWRGAIN 0x0010 /* supports 5G band power gain */ | ||
162 | #define B43_BFL2_PCIEWAR_OVR 0x0020 /* overrides ASPM and Clkreq settings */ | ||
163 | #define B43_BFL2_CAESERS_BRD 0x0040 /* is Caesers board (unused) */ | ||
164 | #define B43_BFL2_BTC3WIRE 0x0080 /* used 3-wire bluetooth coexist */ | ||
165 | #define B43_BFL2_SKWRKFEM_BRD 0x0100 /* 4321mcm93 uses Skyworks FEM */ | ||
166 | #define B43_BFL2_SPUR_WAR 0x0200 /* has a workaround for clock-harmonic spurs */ | ||
167 | #define B43_BFL2_GPLL_WAR 0x0400 /* altenative G-band PLL settings implemented */ | ||
168 | |||
156 | /* GPIO register offset, in both ChipCommon and PCI core. */ | 169 | /* GPIO register offset, in both ChipCommon and PCI core. */ |
157 | #define B43_GPIO_CONTROL 0x6c | 170 | #define B43_GPIO_CONTROL 0x6c |
158 | 171 | ||