blob: ad4794a0a32702cbf52c0594ce2b5af216be9d8d [file] [log] [blame]
Larry Finger75388ac2007-09-25 16:46:54 -07001#ifndef B43legacy_H_
2#define B43legacy_H_
3
4#include <linux/hw_random.h>
5#include <linux/kernel.h>
6#include <linux/spinlock.h>
7#include <linux/interrupt.h>
8#include <linux/stringify.h>
9#include <linux/netdevice.h>
10#include <linux/pci.h>
11#include <asm/atomic.h>
12#include <linux/io.h>
13
14#include <linux/ssb/ssb.h>
15#include <linux/ssb/ssb_driver_chipcommon.h>
16
17#include <linux/wireless.h>
18#include <net/mac80211.h>
19
20#include "debugfs.h"
21#include "leds.h"
Larry Finger93bb7f32007-10-10 22:44:22 -050022#include "rfkill.h"
Larry Finger75388ac2007-09-25 16:46:54 -070023#include "phy.h"
24
25
Stefano Brivio6fff1c62008-02-09 07:20:43 +010026/* The unique identifier of the firmware that's officially supported by this
27 * driver version. */
28#define B43legacy_SUPPORTED_FIRMWARE_ID "FW10"
29
Stefano Brivioe78c9d22008-01-23 14:48:50 +010030#define B43legacy_IRQWAIT_MAX_RETRIES 20
Larry Finger75388ac2007-09-25 16:46:54 -070031
32#define B43legacy_RX_MAX_SSI 60 /* best guess at max ssi */
33
34/* MMIO offsets */
35#define B43legacy_MMIO_DMA0_REASON 0x20
36#define B43legacy_MMIO_DMA0_IRQ_MASK 0x24
37#define B43legacy_MMIO_DMA1_REASON 0x28
38#define B43legacy_MMIO_DMA1_IRQ_MASK 0x2C
39#define B43legacy_MMIO_DMA2_REASON 0x30
40#define B43legacy_MMIO_DMA2_IRQ_MASK 0x34
41#define B43legacy_MMIO_DMA3_REASON 0x38
42#define B43legacy_MMIO_DMA3_IRQ_MASK 0x3C
43#define B43legacy_MMIO_DMA4_REASON 0x40
44#define B43legacy_MMIO_DMA4_IRQ_MASK 0x44
45#define B43legacy_MMIO_DMA5_REASON 0x48
46#define B43legacy_MMIO_DMA5_IRQ_MASK 0x4C
Stefano Brivioe78c9d22008-01-23 14:48:50 +010047#define B43legacy_MMIO_MACCTL 0x120 /* MAC control */
48#define B43legacy_MMIO_MACCMD 0x124 /* MAC command */
Larry Finger75388ac2007-09-25 16:46:54 -070049#define B43legacy_MMIO_GEN_IRQ_REASON 0x128
50#define B43legacy_MMIO_GEN_IRQ_MASK 0x12C
51#define B43legacy_MMIO_RAM_CONTROL 0x130
52#define B43legacy_MMIO_RAM_DATA 0x134
53#define B43legacy_MMIO_PS_STATUS 0x140
54#define B43legacy_MMIO_RADIO_HWENABLED_HI 0x158
55#define B43legacy_MMIO_SHM_CONTROL 0x160
56#define B43legacy_MMIO_SHM_DATA 0x164
57#define B43legacy_MMIO_SHM_DATA_UNALIGNED 0x166
58#define B43legacy_MMIO_XMITSTAT_0 0x170
59#define B43legacy_MMIO_XMITSTAT_1 0x174
60#define B43legacy_MMIO_REV3PLUS_TSF_LOW 0x180 /* core rev >= 3 only */
61#define B43legacy_MMIO_REV3PLUS_TSF_HIGH 0x184 /* core rev >= 3 only */
Larry Finger7858e072009-04-11 11:25:24 -050062#define B43legacy_MMIO_TSF_CFP_REP 0x188
63#define B43legacy_MMIO_TSF_CFP_START 0x18C
Larry Finger75388ac2007-09-25 16:46:54 -070064/* 32-bit DMA */
65#define B43legacy_MMIO_DMA32_BASE0 0x200
66#define B43legacy_MMIO_DMA32_BASE1 0x220
67#define B43legacy_MMIO_DMA32_BASE2 0x240
68#define B43legacy_MMIO_DMA32_BASE3 0x260
69#define B43legacy_MMIO_DMA32_BASE4 0x280
70#define B43legacy_MMIO_DMA32_BASE5 0x2A0
71/* 64-bit DMA */
72#define B43legacy_MMIO_DMA64_BASE0 0x200
73#define B43legacy_MMIO_DMA64_BASE1 0x240
74#define B43legacy_MMIO_DMA64_BASE2 0x280
75#define B43legacy_MMIO_DMA64_BASE3 0x2C0
76#define B43legacy_MMIO_DMA64_BASE4 0x300
77#define B43legacy_MMIO_DMA64_BASE5 0x340
78/* PIO */
79#define B43legacy_MMIO_PIO1_BASE 0x300
80#define B43legacy_MMIO_PIO2_BASE 0x310
81#define B43legacy_MMIO_PIO3_BASE 0x320
82#define B43legacy_MMIO_PIO4_BASE 0x330
83
84#define B43legacy_MMIO_PHY_VER 0x3E0
85#define B43legacy_MMIO_PHY_RADIO 0x3E2
86#define B43legacy_MMIO_PHY0 0x3E6
87#define B43legacy_MMIO_ANTENNA 0x3E8
88#define B43legacy_MMIO_CHANNEL 0x3F0
89#define B43legacy_MMIO_CHANNEL_EXT 0x3F4
90#define B43legacy_MMIO_RADIO_CONTROL 0x3F6
91#define B43legacy_MMIO_RADIO_DATA_HIGH 0x3F8
92#define B43legacy_MMIO_RADIO_DATA_LOW 0x3FA
93#define B43legacy_MMIO_PHY_CONTROL 0x3FC
94#define B43legacy_MMIO_PHY_DATA 0x3FE
95#define B43legacy_MMIO_MACFILTER_CONTROL 0x420
96#define B43legacy_MMIO_MACFILTER_DATA 0x422
97#define B43legacy_MMIO_RCMTA_COUNT 0x43C /* Receive Match Transmitter Addr */
98#define B43legacy_MMIO_RADIO_HWENABLED_LO 0x49A
99#define B43legacy_MMIO_GPIO_CONTROL 0x49C
100#define B43legacy_MMIO_GPIO_MASK 0x49E
Stefano Brivio3e2c40e2008-04-14 00:57:03 +0200101#define B43legacy_MMIO_TSF_CFP_PRETBTT 0x612
Larry Finger75388ac2007-09-25 16:46:54 -0700102#define B43legacy_MMIO_TSF_0 0x632 /* core rev < 3 only */
103#define B43legacy_MMIO_TSF_1 0x634 /* core rev < 3 only */
104#define B43legacy_MMIO_TSF_2 0x636 /* core rev < 3 only */
105#define B43legacy_MMIO_TSF_3 0x638 /* core rev < 3 only */
106#define B43legacy_MMIO_RNG 0x65A
107#define B43legacy_MMIO_POWERUP_DELAY 0x6A8
108
109/* SPROM boardflags_lo values */
110#define B43legacy_BFL_PACTRL 0x0002
111#define B43legacy_BFL_RSSI 0x0008
112#define B43legacy_BFL_EXTLNA 0x1000
113
114/* GPIO register offset, in both ChipCommon and PCI core. */
115#define B43legacy_GPIO_CONTROL 0x6c
116
117/* SHM Routing */
118#define B43legacy_SHM_SHARED 0x0001
119#define B43legacy_SHM_WIRELESS 0x0002
120#define B43legacy_SHM_HW 0x0004
121#define B43legacy_SHM_UCODE 0x0300
122
123/* SHM Routing modifiers */
124#define B43legacy_SHM_AUTOINC_R 0x0200 /* Read Auto-increment */
125#define B43legacy_SHM_AUTOINC_W 0x0100 /* Write Auto-increment */
126#define B43legacy_SHM_AUTOINC_RW (B43legacy_SHM_AUTOINC_R | \
127 B43legacy_SHM_AUTOINC_W)
128
129/* Misc SHM_SHARED offsets */
130#define B43legacy_SHM_SH_WLCOREREV 0x0016 /* 802.11 core revision */
131#define B43legacy_SHM_SH_HOSTFLO 0x005E /* Hostflags ucode opts (low) */
132#define B43legacy_SHM_SH_HOSTFHI 0x0060 /* Hostflags ucode opts (high) */
133/* SHM_SHARED crypto engine */
134#define B43legacy_SHM_SH_KEYIDXBLOCK 0x05D4 /* Key index/algorithm block */
Stefano Brivioa2971702008-02-08 06:31:25 +0100135/* SHM_SHARED beacon/AP variables */
136#define B43legacy_SHM_SH_DTIMP 0x0012 /* DTIM period */
137#define B43legacy_SHM_SH_BTL0 0x0018 /* Beacon template length 0 */
138#define B43legacy_SHM_SH_BTL1 0x001A /* Beacon template length 1 */
139#define B43legacy_SHM_SH_BTSFOFF 0x001C /* Beacon TSF offset */
140#define B43legacy_SHM_SH_TIMPOS 0x001E /* TIM position in beacon */
Larry Finger75388ac2007-09-25 16:46:54 -0700141#define B43legacy_SHM_SH_BEACPHYCTL 0x0054 /* Beacon PHY TX control word */
142/* SHM_SHARED ACK/CTS control */
143#define B43legacy_SHM_SH_ACKCTSPHYCTL 0x0022 /* ACK/CTS PHY control word */
144/* SHM_SHARED probe response variables */
Stefano Brivioa2971702008-02-08 06:31:25 +0100145#define B43legacy_SHM_SH_PRTLEN 0x004A /* Probe Response template length */
Larry Finger75388ac2007-09-25 16:46:54 -0700146#define B43legacy_SHM_SH_PRMAXTIME 0x0074 /* Probe Response max time */
Stefano Brivioa2971702008-02-08 06:31:25 +0100147#define B43legacy_SHM_SH_PRPHYCTL 0x0188 /* Probe Resp PHY TX control */
Larry Finger75388ac2007-09-25 16:46:54 -0700148/* SHM_SHARED rate tables */
Johannes Berg7f3704e2008-11-06 15:18:11 +0100149#define B43legacy_SHM_SH_OFDMDIRECT 0x0480 /* Pointer to OFDM direct map */
150#define B43legacy_SHM_SH_OFDMBASIC 0x04A0 /* Pointer to OFDM basic rate map */
151#define B43legacy_SHM_SH_CCKDIRECT 0x04C0 /* Pointer to CCK direct map */
152#define B43legacy_SHM_SH_CCKBASIC 0x04E0 /* Pointer to CCK basic rate map */
Larry Finger75388ac2007-09-25 16:46:54 -0700153/* SHM_SHARED microcode soft registers */
154#define B43legacy_SHM_SH_UCODEREV 0x0000 /* Microcode revision */
155#define B43legacy_SHM_SH_UCODEPATCH 0x0002 /* Microcode patchlevel */
156#define B43legacy_SHM_SH_UCODEDATE 0x0004 /* Microcode date */
157#define B43legacy_SHM_SH_UCODETIME 0x0006 /* Microcode time */
Stefano Brivio3e2c40e2008-04-14 00:57:03 +0200158#define B43legacy_SHM_SH_SPUWKUP 0x0094 /* pre-wakeup for synth PU in us */
159#define B43legacy_SHM_SH_PRETBTT 0x0096 /* pre-TBTT in us */
Larry Finger75388ac2007-09-25 16:46:54 -0700160
161#define B43legacy_UCODEFLAGS_OFFSET 0x005E
162
163/* Hardware Radio Enable masks */
164#define B43legacy_MMIO_RADIO_HWENABLED_HI_MASK (1 << 16)
165#define B43legacy_MMIO_RADIO_HWENABLED_LO_MASK (1 << 4)
166
167/* HostFlags. See b43legacy_hf_read/write() */
168#define B43legacy_HF_SYMW 0x00000002 /* G-PHY SYM workaround */
169#define B43legacy_HF_GDCW 0x00000020 /* G-PHY DV cancel filter */
170#define B43legacy_HF_OFDMPABOOST 0x00000040 /* Enable PA boost OFDM */
171#define B43legacy_HF_EDCF 0x00000100 /* on if WME/MAC suspended */
172
173/* MacFilter offsets. */
174#define B43legacy_MACFILTER_SELF 0x0000
175#define B43legacy_MACFILTER_BSSID 0x0003
176#define B43legacy_MACFILTER_MAC 0x0010
177
178/* PHYVersioning */
179#define B43legacy_PHYTYPE_B 0x01
180#define B43legacy_PHYTYPE_G 0x02
181
182/* PHYRegisters */
183#define B43legacy_PHY_G_LO_CONTROL 0x0810
184#define B43legacy_PHY_ILT_G_CTRL 0x0472
185#define B43legacy_PHY_ILT_G_DATA1 0x0473
186#define B43legacy_PHY_ILT_G_DATA2 0x0474
187#define B43legacy_PHY_G_PCTL 0x0029
188#define B43legacy_PHY_RADIO_BITFIELD 0x0401
189#define B43legacy_PHY_G_CRS 0x0429
190#define B43legacy_PHY_NRSSILT_CTRL 0x0803
191#define B43legacy_PHY_NRSSILT_DATA 0x0804
192
193/* RadioRegisters */
194#define B43legacy_RADIOCTL_ID 0x01
195
196/* MAC Control bitfield */
Stefano Brivioe78c9d22008-01-23 14:48:50 +0100197#define B43legacy_MACCTL_ENABLED 0x00000001 /* MAC Enabled */
198#define B43legacy_MACCTL_PSM_RUN 0x00000002 /* Run Microcode */
199#define B43legacy_MACCTL_PSM_JMP0 0x00000004 /* Microcode jump to 0 */
200#define B43legacy_MACCTL_SHM_ENABLED 0x00000100 /* SHM Enabled */
Larry Finger75388ac2007-09-25 16:46:54 -0700201#define B43legacy_MACCTL_IHR_ENABLED 0x00000400 /* IHR Region Enabled */
Stefano Brivioe78c9d22008-01-23 14:48:50 +0100202#define B43legacy_MACCTL_BE 0x00010000 /* Big Endian mode */
Larry Finger75388ac2007-09-25 16:46:54 -0700203#define B43legacy_MACCTL_INFRA 0x00020000 /* Infrastructure mode */
204#define B43legacy_MACCTL_AP 0x00040000 /* AccessPoint mode */
Stefano Brivioe78c9d22008-01-23 14:48:50 +0100205#define B43legacy_MACCTL_RADIOLOCK 0x00080000 /* Radio lock */
Johannes Berg4150c572007-09-17 01:29:23 -0400206#define B43legacy_MACCTL_BEACPROMISC 0x00100000 /* Beacon Promiscuous */
Larry Finger75388ac2007-09-25 16:46:54 -0700207#define B43legacy_MACCTL_KEEP_BADPLCP 0x00200000 /* Keep bad PLCP frames */
208#define B43legacy_MACCTL_KEEP_CTL 0x00400000 /* Keep control frames */
209#define B43legacy_MACCTL_KEEP_BAD 0x00800000 /* Keep bad frames (FCS) */
210#define B43legacy_MACCTL_PROMISC 0x01000000 /* Promiscuous mode */
Stefano Brivioe78c9d22008-01-23 14:48:50 +0100211#define B43legacy_MACCTL_HWPS 0x02000000 /* Hardware Power Saving */
212#define B43legacy_MACCTL_AWAKE 0x04000000 /* Device is awake */
213#define B43legacy_MACCTL_TBTTHOLD 0x10000000 /* TBTT Hold */
Larry Finger75388ac2007-09-25 16:46:54 -0700214#define B43legacy_MACCTL_GMODE 0x80000000 /* G Mode */
215
Stefano Brivioeed0fd22008-02-08 06:31:10 +0100216/* MAC Command bitfield */
217#define B43legacy_MACCMD_BEACON0_VALID 0x00000001 /* Beacon 0 in template RAM is busy/valid */
218#define B43legacy_MACCMD_BEACON1_VALID 0x00000002 /* Beacon 1 in template RAM is busy/valid */
219#define B43legacy_MACCMD_DFQ_VALID 0x00000004 /* Directed frame queue valid (IBSS PS mode, ATIM) */
220#define B43legacy_MACCMD_CCA 0x00000008 /* Clear channel assessment */
221#define B43legacy_MACCMD_BGNOISE 0x00000010 /* Background noise */
222
Larry Finger75388ac2007-09-25 16:46:54 -0700223/* 802.11 core specific TM State Low flags */
224#define B43legacy_TMSLOW_GMODE 0x20000000 /* G Mode Enable */
225#define B43legacy_TMSLOW_PLLREFSEL 0x00200000 /* PLL Freq Ref Select */
226#define B43legacy_TMSLOW_MACPHYCLKEN 0x00100000 /* MAC PHY Clock Ctrl Enbl */
227#define B43legacy_TMSLOW_PHYRESET 0x00080000 /* PHY Reset */
228#define B43legacy_TMSLOW_PHYCLKEN 0x00040000 /* PHY Clock Enable */
229
230/* 802.11 core specific TM State High flags */
231#define B43legacy_TMSHIGH_FCLOCK 0x00040000 /* Fast Clock Available */
232#define B43legacy_TMSHIGH_GPHY 0x00010000 /* G-PHY avail (rev >= 5) */
233
234#define B43legacy_UCODEFLAG_AUTODIV 0x0001
235
236/* Generic-Interrupt reasons. */
237#define B43legacy_IRQ_MAC_SUSPENDED 0x00000001
238#define B43legacy_IRQ_BEACON 0x00000002
239#define B43legacy_IRQ_TBTT_INDI 0x00000004 /* Target Beacon Transmit Time */
240#define B43legacy_IRQ_BEACON_TX_OK 0x00000008
241#define B43legacy_IRQ_BEACON_CANCEL 0x00000010
242#define B43legacy_IRQ_ATIM_END 0x00000020
243#define B43legacy_IRQ_PMQ 0x00000040
244#define B43legacy_IRQ_PIO_WORKAROUND 0x00000100
245#define B43legacy_IRQ_MAC_TXERR 0x00000200
246#define B43legacy_IRQ_PHY_TXERR 0x00000800
247#define B43legacy_IRQ_PMEVENT 0x00001000
248#define B43legacy_IRQ_TIMER0 0x00002000
249#define B43legacy_IRQ_TIMER1 0x00004000
250#define B43legacy_IRQ_DMA 0x00008000
251#define B43legacy_IRQ_TXFIFO_FLUSH_OK 0x00010000
252#define B43legacy_IRQ_CCA_MEASURE_OK 0x00020000
253#define B43legacy_IRQ_NOISESAMPLE_OK 0x00040000
254#define B43legacy_IRQ_UCODE_DEBUG 0x08000000
255#define B43legacy_IRQ_RFKILL 0x10000000
256#define B43legacy_IRQ_TX_OK 0x20000000
257#define B43legacy_IRQ_PHY_G_CHANGED 0x40000000
258#define B43legacy_IRQ_TIMEOUT 0x80000000
259
260#define B43legacy_IRQ_ALL 0xFFFFFFFF
261#define B43legacy_IRQ_MASKTEMPLATE (B43legacy_IRQ_MAC_SUSPENDED | \
262 B43legacy_IRQ_BEACON | \
263 B43legacy_IRQ_TBTT_INDI | \
264 B43legacy_IRQ_ATIM_END | \
265 B43legacy_IRQ_PMQ | \
266 B43legacy_IRQ_MAC_TXERR | \
267 B43legacy_IRQ_PHY_TXERR | \
268 B43legacy_IRQ_DMA | \
269 B43legacy_IRQ_TXFIFO_FLUSH_OK | \
270 B43legacy_IRQ_NOISESAMPLE_OK | \
271 B43legacy_IRQ_UCODE_DEBUG | \
272 B43legacy_IRQ_RFKILL | \
273 B43legacy_IRQ_TX_OK)
274
275/* Device specific rate values.
276 * The actual values defined here are (rate_in_mbps * 2).
277 * Some code depends on this. Don't change it. */
278#define B43legacy_CCK_RATE_1MB 2
279#define B43legacy_CCK_RATE_2MB 4
280#define B43legacy_CCK_RATE_5MB 11
281#define B43legacy_CCK_RATE_11MB 22
282#define B43legacy_OFDM_RATE_6MB 12
283#define B43legacy_OFDM_RATE_9MB 18
284#define B43legacy_OFDM_RATE_12MB 24
285#define B43legacy_OFDM_RATE_18MB 36
286#define B43legacy_OFDM_RATE_24MB 48
287#define B43legacy_OFDM_RATE_36MB 72
288#define B43legacy_OFDM_RATE_48MB 96
289#define B43legacy_OFDM_RATE_54MB 108
290/* Convert a b43legacy rate value to a rate in 100kbps */
291#define B43legacy_RATE_TO_100KBPS(rate) (((rate) * 10) / 2)
292
293
294#define B43legacy_DEFAULT_SHORT_RETRY_LIMIT 7
295#define B43legacy_DEFAULT_LONG_RETRY_LIMIT 4
296
Stefano Brivioa293ee92007-11-24 23:35:25 +0100297#define B43legacy_PHY_TX_BADNESS_LIMIT 1000
298
Larry Finger75388ac2007-09-25 16:46:54 -0700299/* Max size of a security key */
300#define B43legacy_SEC_KEYSIZE 16
301/* Security algorithms. */
302enum {
303 B43legacy_SEC_ALGO_NONE = 0, /* unencrypted, as of TX header. */
304 B43legacy_SEC_ALGO_WEP40,
305 B43legacy_SEC_ALGO_TKIP,
306 B43legacy_SEC_ALGO_AES,
307 B43legacy_SEC_ALGO_WEP104,
308 B43legacy_SEC_ALGO_AES_LEGACY,
309};
310
311/* Core Information Registers */
312#define B43legacy_CIR_BASE 0xf00
313#define B43legacy_CIR_SBTPSFLAG (B43legacy_CIR_BASE + 0x18)
314#define B43legacy_CIR_SBIMSTATE (B43legacy_CIR_BASE + 0x90)
315#define B43legacy_CIR_SBINTVEC (B43legacy_CIR_BASE + 0x94)
316#define B43legacy_CIR_SBTMSTATELOW (B43legacy_CIR_BASE + 0x98)
317#define B43legacy_CIR_SBTMSTATEHIGH (B43legacy_CIR_BASE + 0x9c)
318#define B43legacy_CIR_SBIMCONFIGLOW (B43legacy_CIR_BASE + 0xa8)
319#define B43legacy_CIR_SB_ID_HI (B43legacy_CIR_BASE + 0xfc)
320
321/* sbtmstatehigh state flags */
322#define B43legacy_SBTMSTATEHIGH_SERROR 0x00000001
323#define B43legacy_SBTMSTATEHIGH_BUSY 0x00000004
324#define B43legacy_SBTMSTATEHIGH_TIMEOUT 0x00000020
325#define B43legacy_SBTMSTATEHIGH_G_PHY_AVAIL 0x00010000
326#define B43legacy_SBTMSTATEHIGH_COREFLAGS 0x1FFF0000
327#define B43legacy_SBTMSTATEHIGH_DMA64BIT 0x10000000
328#define B43legacy_SBTMSTATEHIGH_GATEDCLK 0x20000000
329#define B43legacy_SBTMSTATEHIGH_BISTFAILED 0x40000000
330#define B43legacy_SBTMSTATEHIGH_BISTCOMPLETE 0x80000000
331
332/* sbimstate flags */
333#define B43legacy_SBIMSTATE_IB_ERROR 0x20000
334#define B43legacy_SBIMSTATE_TIMEOUT 0x40000
335
336#define PFX KBUILD_MODNAME ": "
337#ifdef assert
338# undef assert
339#endif
340#ifdef CONFIG_B43LEGACY_DEBUG
Stefano Brivio4688be32008-02-08 06:31:39 +0100341# define B43legacy_WARN_ON(x) WARN_ON(x)
Larry Finger75388ac2007-09-25 16:46:54 -0700342# define B43legacy_BUG_ON(expr) \
343 do { \
344 if (unlikely((expr))) { \
345 printk(KERN_INFO PFX "Test (%s) failed\n", \
346 #expr); \
347 BUG_ON(expr); \
348 } \
349 } while (0)
350# define B43legacy_DEBUG 1
351#else
Stefano Brivio4688be32008-02-08 06:31:39 +0100352/* This will evaluate the argument even if debugging is disabled. */
353static inline bool __b43legacy_warn_on_dummy(bool x) { return x; }
Michael Buesch8f300ae2008-02-24 14:42:29 +0100354# define B43legacy_WARN_ON(x) __b43legacy_warn_on_dummy(unlikely(!!(x)))
Larry Finger75388ac2007-09-25 16:46:54 -0700355# define B43legacy_BUG_ON(x) do { /* nothing */ } while (0)
356# define B43legacy_DEBUG 0
357#endif
358
359
360struct net_device;
361struct pci_dev;
362struct b43legacy_dmaring;
363struct b43legacy_pioqueue;
364
365/* The firmware file header */
366#define B43legacy_FW_TYPE_UCODE 'u'
367#define B43legacy_FW_TYPE_PCM 'p'
368#define B43legacy_FW_TYPE_IV 'i'
369struct b43legacy_fw_header {
370 /* File type */
371 u8 type;
372 /* File format version */
373 u8 ver;
374 u8 __padding[2];
375 /* Size of the data. For ucode and PCM this is in bytes.
376 * For IV this is number-of-ivs. */
377 __be32 size;
378} __attribute__((__packed__));
379
380/* Initial Value file format */
381#define B43legacy_IV_OFFSET_MASK 0x7FFF
382#define B43legacy_IV_32BIT 0x8000
383struct b43legacy_iv {
384 __be16 offset_size;
385 union {
386 __be16 d16;
387 __be32 d32;
388 } data __attribute__((__packed__));
389} __attribute__((__packed__));
390
391#define B43legacy_PHYMODE(phytype) (1 << (phytype))
392#define B43legacy_PHYMODE_B B43legacy_PHYMODE \
393 ((B43legacy_PHYTYPE_B))
394#define B43legacy_PHYMODE_G B43legacy_PHYMODE \
395 ((B43legacy_PHYTYPE_G))
396
397/* Value pair to measure the LocalOscillator. */
398struct b43legacy_lopair {
399 s8 low;
400 s8 high;
401 u8 used:1;
402};
403#define B43legacy_LO_COUNT (14*4)
404
405struct b43legacy_phy {
406 /* Possible PHYMODEs on this PHY */
407 u8 possible_phymodes;
408 /* GMODE bit enabled in MACCTL? */
409 bool gmode;
Larry Finger75388ac2007-09-25 16:46:54 -0700410
411 /* Analog Type */
412 u8 analog;
413 /* B43legacy_PHYTYPE_ */
414 u8 type;
415 /* PHY revision number. */
416 u8 rev;
417
418 u16 antenna_diversity;
419 u16 savedpctlreg;
420 /* Radio versioning */
421 u16 radio_manuf; /* Radio manufacturer */
422 u16 radio_ver; /* Radio version */
423 u8 calibrated:1;
424 u8 radio_rev; /* Radio revision */
425
Larry Finger75388ac2007-09-25 16:46:54 -0700426 bool dyn_tssi_tbl; /* tssi2dbm is kmalloc()ed. */
427
428 /* ACI (adjacent channel interference) flags. */
429 bool aci_enable;
430 bool aci_wlan_automatic;
431 bool aci_hw_rssi;
432
Larry Finger42a91742007-09-20 21:11:02 -0500433 /* Radio switched on/off */
434 bool radio_on;
435 struct {
436 /* Values saved when turning the radio off.
437 * They are needed when turning it on again. */
438 bool valid;
439 u16 rfover;
440 u16 rfoverval;
441 } radio_off_context;
442
Larry Finger75388ac2007-09-25 16:46:54 -0700443 u16 minlowsig[2];
444 u16 minlowsigpos[2];
445
446 /* LO Measurement Data.
447 * Use b43legacy_get_lopair() to get a value.
448 */
449 struct b43legacy_lopair *_lo_pairs;
450 /* TSSI to dBm table in use */
451 const s8 *tssi2dbm;
452 /* idle TSSI value */
453 s8 idle_tssi;
454 /* Target idle TSSI */
455 int tgt_idle_tssi;
456 /* Current idle TSSI */
457 int cur_idle_tssi;
458
459 /* LocalOscillator control values. */
460 struct b43legacy_txpower_lo_control *lo_control;
461 /* Values from b43legacy_calc_loopback_gain() */
462 s16 max_lb_gain; /* Maximum Loopback gain in hdB */
463 s16 trsw_rx_gain; /* TRSW RX gain in hdB */
464 s16 lna_lod_gain; /* LNA lod */
465 s16 lna_gain; /* LNA */
466 s16 pga_gain; /* PGA */
467
Larry Finger75388ac2007-09-25 16:46:54 -0700468 /* Desired TX power level (in dBm). This is set by the user and
469 * adjusted in b43legacy_phy_xmitpower(). */
470 u8 power_level;
471
472 /* Values from b43legacy_calc_loopback_gain() */
473 u16 loopback_gain[2];
474
475 /* TX Power control values. */
476 /* B/G PHY */
477 struct {
478 /* Current Radio Attenuation for TXpower recalculation. */
479 u16 rfatt;
480 /* Current Baseband Attenuation for TXpower recalculation. */
481 u16 bbatt;
482 /* Current TXpower control value for TXpower recalculation. */
483 u16 txctl1;
484 u16 txctl2;
485 };
486 /* A PHY */
487 struct {
488 u16 txpwr_offset;
489 };
490
Larry Finger75388ac2007-09-25 16:46:54 -0700491 /* Current Interference Mitigation mode */
492 int interfmode;
493 /* Stack of saved values from the Interference Mitigation code.
494 * Each value in the stack is layed out as follows:
495 * bit 0-11: offset
496 * bit 12-15: register ID
497 * bit 16-32: value
498 * register ID is: 0x1 PHY, 0x2 Radio, 0x3 ILT
499 */
500#define B43legacy_INTERFSTACK_SIZE 26
501 u32 interfstack[B43legacy_INTERFSTACK_SIZE];
502
503 /* Saved values from the NRSSI Slope calculation */
504 s16 nrssi[2];
505 s32 nrssislope;
506 /* In memory nrssi lookup table. */
507 s8 nrssi_lt[64];
508
509 /* current channel */
510 u8 channel;
511
512 u16 lofcal;
513
514 u16 initval;
Stefano Brivioa293ee92007-11-24 23:35:25 +0100515
516 /* PHY TX errors counter. */
517 atomic_t txerr_cnt;
Michael Bueschbfe6a502008-01-09 20:15:31 +0100518
519#if B43legacy_DEBUG
520 /* Manual TX-power control enabled? */
521 bool manual_txpower_control;
522 /* PHY registers locked by b43legacy_phy_lock()? */
523 bool phy_locked;
524#endif /* B43legacy_DEBUG */
Larry Finger75388ac2007-09-25 16:46:54 -0700525};
526
527/* Data structures for DMA transmission, per 80211 core. */
528struct b43legacy_dma {
529 struct b43legacy_dmaring *tx_ring0;
530 struct b43legacy_dmaring *tx_ring1;
531 struct b43legacy_dmaring *tx_ring2;
532 struct b43legacy_dmaring *tx_ring3;
533 struct b43legacy_dmaring *tx_ring4;
534 struct b43legacy_dmaring *tx_ring5;
535
536 struct b43legacy_dmaring *rx_ring0;
537 struct b43legacy_dmaring *rx_ring3; /* only on core.rev < 5 */
538};
539
540/* Data structures for PIO transmission, per 80211 core. */
541struct b43legacy_pio {
542 struct b43legacy_pioqueue *queue0;
543 struct b43legacy_pioqueue *queue1;
544 struct b43legacy_pioqueue *queue2;
545 struct b43legacy_pioqueue *queue3;
546};
547
548/* Context information for a noise calculation (Link Quality). */
549struct b43legacy_noise_calculation {
550 u8 channel_at_start;
551 bool calculation_running;
552 u8 nr_samples;
553 s8 samples[8][4];
554};
555
556struct b43legacy_stats {
557 u8 link_noise;
558 /* Store the last TX/RX times here for updating the leds. */
559 unsigned long last_tx;
560 unsigned long last_rx;
561};
562
563struct b43legacy_key {
564 void *keyconf;
565 bool enabled;
566 u8 algorithm;
567};
568
569struct b43legacy_wldev;
570
571/* Data structure for the WLAN parts (802.11 cores) of the b43legacy chip. */
572struct b43legacy_wl {
573 /* Pointer to the active wireless device on this chip */
574 struct b43legacy_wldev *current_dev;
575 /* Pointer to the ieee80211 hardware data structure */
576 struct ieee80211_hw *hw;
577
578 spinlock_t irq_lock; /* locks IRQ */
579 struct mutex mutex; /* locks wireless core state */
580 spinlock_t leds_lock; /* lock for leds */
581
582 /* We can only have one operating interface (802.11 core)
583 * at a time. General information about this interface follows.
584 */
585
Johannes Berg32bfd352007-12-19 01:31:26 +0100586 struct ieee80211_vif *vif;
Larry Finger75388ac2007-09-25 16:46:54 -0700587 /* MAC address (can be NULL). */
Johannes Berg4150c572007-09-17 01:29:23 -0400588 u8 mac_addr[ETH_ALEN];
Larry Finger75388ac2007-09-25 16:46:54 -0700589 /* Current BSSID (can be NULL). */
Johannes Berg4150c572007-09-17 01:29:23 -0400590 u8 bssid[ETH_ALEN];
Larry Finger75388ac2007-09-25 16:46:54 -0700591 /* Interface type. (IEEE80211_IF_TYPE_XXX) */
592 int if_type;
Larry Finger75388ac2007-09-25 16:46:54 -0700593 /* Is the card operating in AP, STA or IBSS mode? */
594 bool operating;
Johannes Berg4150c572007-09-17 01:29:23 -0400595 /* filter flags */
596 unsigned int filter_flags;
Larry Finger75388ac2007-09-25 16:46:54 -0700597 /* Stats about the wireless interface */
598 struct ieee80211_low_level_stats ieee_stats;
599
Larry Finger910cfee2009-04-01 10:42:36 -0500600#ifdef CONFIG_B43LEGACY_HWRNG
Larry Finger75388ac2007-09-25 16:46:54 -0700601 struct hwrng rng;
602 u8 rng_initialized;
603 char rng_name[30 + 1];
Larry Finger910cfee2009-04-01 10:42:36 -0500604#endif
Larry Finger75388ac2007-09-25 16:46:54 -0700605
Larry Finger93bb7f32007-10-10 22:44:22 -0500606 /* The RF-kill button */
607 struct b43legacy_rfkill rfkill;
608
Larry Finger75388ac2007-09-25 16:46:54 -0700609 /* List of all wireless devices on this chip */
610 struct list_head devlist;
611 u8 nr_devs;
Johannes Berg5be3bda2007-11-24 21:11:09 +0100612
613 bool radiotap_enabled;
Stefano Brivioa2971702008-02-08 06:31:25 +0100614
615 /* The beacon we are currently using (AP or IBSS mode).
616 * This beacon stuff is protected by the irq_lock. */
617 struct sk_buff *current_beacon;
618 bool beacon0_uploaded;
619 bool beacon1_uploaded;
Larry Finger7858e072009-04-11 11:25:24 -0500620 struct work_struct beacon_update_trigger;
Larry Finger75388ac2007-09-25 16:46:54 -0700621};
622
623/* Pointers to the firmware data and meta information about it. */
624struct b43legacy_firmware {
625 /* Microcode */
626 const struct firmware *ucode;
627 /* PCM code */
628 const struct firmware *pcm;
629 /* Initial MMIO values for the firmware */
630 const struct firmware *initvals;
631 /* Initial MMIO values for the firmware, band-specific */
632 const struct firmware *initvals_band;
633 /* Firmware revision */
634 u16 rev;
635 /* Firmware patchlevel */
636 u16 patch;
637};
638
639/* Device (802.11 core) initialization status. */
640enum {
641 B43legacy_STAT_UNINIT = 0, /* Uninitialized. */
642 B43legacy_STAT_INITIALIZED = 1, /* Initialized, not yet started. */
643 B43legacy_STAT_STARTED = 2, /* Up and running. */
644};
645#define b43legacy_status(wldev) atomic_read(&(wldev)->__init_status)
646#define b43legacy_set_status(wldev, stat) do { \
647 atomic_set(&(wldev)->__init_status, (stat)); \
648 smp_wmb(); \
649 } while (0)
650
651/* *** --- HOW LOCKING WORKS IN B43legacy --- ***
652 *
653 * You should always acquire both, wl->mutex and wl->irq_lock unless:
654 * - You don't need to acquire wl->irq_lock, if the interface is stopped.
655 * - You don't need to acquire wl->mutex in the IRQ handler, IRQ tasklet
656 * and packet TX path (and _ONLY_ there.)
657 */
658
659/* Data structure for one wireless device (802.11 core) */
660struct b43legacy_wldev {
661 struct ssb_device *dev;
662 struct b43legacy_wl *wl;
663
664 /* The device initialization status.
665 * Use b43legacy_status() to query. */
666 atomic_t __init_status;
667 /* Saved init status for handling suspend. */
668 int suspend_init_status;
669
670 bool __using_pio; /* Using pio rather than dma. */
671 bool bad_frames_preempt;/* Use "Bad Frames Preemption". */
Stefano Brivioeed0fd22008-02-08 06:31:10 +0100672 bool dfq_valid; /* Directed frame queue valid (IBSS PS mode, ATIM). */
Larry Finger75388ac2007-09-25 16:46:54 -0700673 bool short_preamble; /* TRUE if using short preamble. */
Larry Finger75388ac2007-09-25 16:46:54 -0700674 bool radio_hw_enable; /* State of radio hardware enable bit. */
675
676 /* PHY/Radio device. */
677 struct b43legacy_phy phy;
678 union {
679 /* DMA engines. */
680 struct b43legacy_dma dma;
681 /* PIO engines. */
682 struct b43legacy_pio pio;
683 };
684
685 /* Various statistics about the physical device. */
686 struct b43legacy_stats stats;
687
Larry Fingerba48f7b2007-10-12 23:04:51 -0500688 /* The device LEDs. */
689 struct b43legacy_led led_tx;
690 struct b43legacy_led led_rx;
691 struct b43legacy_led led_assoc;
Larry Finger93bb7f32007-10-10 22:44:22 -0500692 struct b43legacy_led led_radio;
Larry Finger75388ac2007-09-25 16:46:54 -0700693
694 /* Reason code of the last interrupt. */
695 u32 irq_reason;
696 u32 dma_reason[6];
697 /* saved irq enable/disable state bitfield. */
698 u32 irq_savedstate;
699 /* Link Quality calculation context. */
700 struct b43legacy_noise_calculation noisecalc;
701 /* if > 0 MAC is suspended. if == 0 MAC is enabled. */
702 int mac_suspended;
703
704 /* Interrupt Service Routine tasklet (bottom-half) */
705 struct tasklet_struct isr_tasklet;
706
707 /* Periodic tasks */
708 struct delayed_work periodic_work;
709 unsigned int periodic_state;
710
711 struct work_struct restart_work;
712
713 /* encryption/decryption */
714 u16 ktp; /* Key table pointer */
715 u8 max_nr_keys;
716 struct b43legacy_key key[58];
717
Larry Finger75388ac2007-09-25 16:46:54 -0700718 /* Firmware data */
719 struct b43legacy_firmware fw;
720
721 /* Devicelist in struct b43legacy_wl (all 802.11 cores) */
722 struct list_head list;
723
724 /* Debugging stuff follows. */
725#ifdef CONFIG_B43LEGACY_DEBUG
726 struct b43legacy_dfsentry *dfsentry;
727#endif
728};
729
730
731static inline
732struct b43legacy_wl *hw_to_b43legacy_wl(struct ieee80211_hw *hw)
733{
734 return hw->priv;
735}
736
737/* Helper function, which returns a boolean.
738 * TRUE, if PIO is used; FALSE, if DMA is used.
739 */
740#if defined(CONFIG_B43LEGACY_DMA) && defined(CONFIG_B43LEGACY_PIO)
741static inline
742int b43legacy_using_pio(struct b43legacy_wldev *dev)
743{
744 return dev->__using_pio;
745}
746#elif defined(CONFIG_B43LEGACY_DMA)
747static inline
748int b43legacy_using_pio(struct b43legacy_wldev *dev)
749{
750 return 0;
751}
752#elif defined(CONFIG_B43LEGACY_PIO)
753static inline
754int b43legacy_using_pio(struct b43legacy_wldev *dev)
755{
756 return 1;
757}
758#else
759# error "Using neither DMA nor PIO? Confused..."
760#endif
761
762
763static inline
764struct b43legacy_wldev *dev_to_b43legacy_wldev(struct device *dev)
765{
766 struct ssb_device *ssb_dev = dev_to_ssb_dev(dev);
767 return ssb_get_drvdata(ssb_dev);
768}
769
770/* Is the device operating in a specified mode (IEEE80211_IF_TYPE_XXX). */
771static inline
772int b43legacy_is_mode(struct b43legacy_wl *wl, int type)
773{
Larry Finger75388ac2007-09-25 16:46:54 -0700774 return (wl->operating &&
775 wl->if_type == type);
776}
777
778static inline
779bool is_bcm_board_vendor(struct b43legacy_wldev *dev)
780{
781 return (dev->dev->bus->boardinfo.vendor == PCI_VENDOR_ID_BROADCOM);
782}
783
784static inline
785u16 b43legacy_read16(struct b43legacy_wldev *dev, u16 offset)
786{
787 return ssb_read16(dev->dev, offset);
788}
789
790static inline
791void b43legacy_write16(struct b43legacy_wldev *dev, u16 offset, u16 value)
792{
793 ssb_write16(dev->dev, offset, value);
794}
795
796static inline
797u32 b43legacy_read32(struct b43legacy_wldev *dev, u16 offset)
798{
799 return ssb_read32(dev->dev, offset);
800}
801
802static inline
803void b43legacy_write32(struct b43legacy_wldev *dev, u16 offset, u32 value)
804{
805 ssb_write32(dev->dev, offset, value);
806}
807
808static inline
809struct b43legacy_lopair *b43legacy_get_lopair(struct b43legacy_phy *phy,
810 u16 radio_attenuation,
811 u16 baseband_attenuation)
812{
813 return phy->_lo_pairs + (radio_attenuation
814 + 14 * (baseband_attenuation / 2));
815}
816
817
818
819/* Message printing */
820void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...)
821 __attribute__((format(printf, 2, 3)));
822void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...)
823 __attribute__((format(printf, 2, 3)));
824void b43legacywarn(struct b43legacy_wl *wl, const char *fmt, ...)
825 __attribute__((format(printf, 2, 3)));
826#if B43legacy_DEBUG
827void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...)
828 __attribute__((format(printf, 2, 3)));
829#else /* DEBUG */
830# define b43legacydbg(wl, fmt...) do { /* nothing */ } while (0)
831#endif /* DEBUG */
832
Larry Finger75388ac2007-09-25 16:46:54 -0700833/* Macros for printing a value in Q5.2 format */
834#define Q52_FMT "%u.%u"
835#define Q52_ARG(q52) ((q52) / 4), (((q52) & 3) * 100 / 4)
836
837#endif /* B43legacy_H_ */