blob: 58ca585caa59d79525467ebd38426ff8b481d3cb [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*======================================================================
2
3 Aironet driver for 4500 and 4800 series cards
4
5 This code is released under both the GPL version 2 and BSD licenses.
6 Either license may be used. The respective licenses are found at
7 the end of this file.
8
9 This code was developed by Benjamin Reed <breed@users.sourceforge.net>
10 including portions of which come from the Aironet PC4500
11 Developer's Reference Manual and used with permission. Copyright
12 (C) 1999 Benjamin Reed. All Rights Reserved. Permission to use
13 code in the Developer's manual was granted for this driver by
14 Aironet. Major code contributions were received from Javier Achirica
15 <achirica@users.sourceforge.net> and Jean Tourrilhes <jt@hpl.hp.com>.
16 Code was also integrated from the Cisco Aironet driver for Linux.
17 Support for MPI350 cards was added by Fabrice Bellet
18 <fabrice@bellet.info>.
19
20======================================================================*/
21
22#include <linux/config.h>
23#include <linux/init.h>
24
25#include <linux/kernel.h>
26#include <linux/module.h>
27#include <linux/proc_fs.h>
28#include <linux/smp_lock.h>
29
30#include <linux/sched.h>
31#include <linux/ptrace.h>
32#include <linux/slab.h>
33#include <linux/string.h>
34#include <linux/timer.h>
35#include <linux/interrupt.h>
36#include <linux/in.h>
37#include <linux/bitops.h>
David Hardeman378f0582005-09-17 17:55:31 +100038#include <linux/scatterlist.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include <asm/io.h>
40#include <asm/system.h>
41
42#include <linux/netdevice.h>
43#include <linux/etherdevice.h>
44#include <linux/skbuff.h>
45#include <linux/if_arp.h>
46#include <linux/ioport.h>
47#include <linux/pci.h>
48#include <asm/uaccess.h>
49
50#ifdef CONFIG_PCI
51static struct pci_device_id card_ids[] = {
52 { 0x14b9, 1, PCI_ANY_ID, PCI_ANY_ID, },
53 { 0x14b9, 0x4500, PCI_ANY_ID, PCI_ANY_ID },
54 { 0x14b9, 0x4800, PCI_ANY_ID, PCI_ANY_ID, },
55 { 0x14b9, 0x0340, PCI_ANY_ID, PCI_ANY_ID, },
56 { 0x14b9, 0x0350, PCI_ANY_ID, PCI_ANY_ID, },
57 { 0x14b9, 0x5000, PCI_ANY_ID, PCI_ANY_ID, },
58 { 0x14b9, 0xa504, PCI_ANY_ID, PCI_ANY_ID, },
59 { 0, }
60};
61MODULE_DEVICE_TABLE(pci, card_ids);
62
63static int airo_pci_probe(struct pci_dev *, const struct pci_device_id *);
64static void airo_pci_remove(struct pci_dev *);
Pavel Machek05adc3b2005-04-16 15:25:25 -070065static int airo_pci_suspend(struct pci_dev *pdev, pm_message_t state);
Linus Torvalds1da177e2005-04-16 15:20:36 -070066static int airo_pci_resume(struct pci_dev *pdev);
67
68static struct pci_driver airo_driver = {
69 .name = "airo",
70 .id_table = card_ids,
71 .probe = airo_pci_probe,
72 .remove = __devexit_p(airo_pci_remove),
73 .suspend = airo_pci_suspend,
74 .resume = airo_pci_resume,
75};
76#endif /* CONFIG_PCI */
77
78/* Include Wireless Extension definition and check version - Jean II */
79#include <linux/wireless.h>
80#define WIRELESS_SPY // enable iwspy support
81#include <net/iw_handler.h> // New driver API
82
83#define CISCO_EXT // enable Cisco extensions
84#ifdef CISCO_EXT
85#include <linux/delay.h>
86#endif
87
88/* Support Cisco MIC feature */
89#define MICSUPPORT
90
91#if defined(MICSUPPORT) && !defined(CONFIG_CRYPTO)
92#warning MIC support requires Crypto API
93#undef MICSUPPORT
94#endif
95
96/* Hack to do some power saving */
97#define POWER_ON_DOWN
98
99/* As you can see this list is HUGH!
100 I really don't know what a lot of these counts are about, but they
101 are all here for completeness. If the IGNLABEL macro is put in
102 infront of the label, that statistic will not be included in the list
103 of statistics in the /proc filesystem */
104
105#define IGNLABEL(comment) NULL
106static char *statsLabels[] = {
107 "RxOverrun",
108 IGNLABEL("RxPlcpCrcErr"),
109 IGNLABEL("RxPlcpFormatErr"),
110 IGNLABEL("RxPlcpLengthErr"),
111 "RxMacCrcErr",
112 "RxMacCrcOk",
113 "RxWepErr",
114 "RxWepOk",
115 "RetryLong",
116 "RetryShort",
117 "MaxRetries",
118 "NoAck",
119 "NoCts",
120 "RxAck",
121 "RxCts",
122 "TxAck",
123 "TxRts",
124 "TxCts",
125 "TxMc",
126 "TxBc",
127 "TxUcFrags",
128 "TxUcPackets",
129 "TxBeacon",
130 "RxBeacon",
131 "TxSinColl",
132 "TxMulColl",
133 "DefersNo",
134 "DefersProt",
135 "DefersEngy",
136 "DupFram",
137 "RxFragDisc",
138 "TxAged",
139 "RxAged",
140 "LostSync-MaxRetry",
141 "LostSync-MissedBeacons",
142 "LostSync-ArlExceeded",
143 "LostSync-Deauth",
144 "LostSync-Disassoced",
145 "LostSync-TsfTiming",
146 "HostTxMc",
147 "HostTxBc",
148 "HostTxUc",
149 "HostTxFail",
150 "HostRxMc",
151 "HostRxBc",
152 "HostRxUc",
153 "HostRxDiscard",
154 IGNLABEL("HmacTxMc"),
155 IGNLABEL("HmacTxBc"),
156 IGNLABEL("HmacTxUc"),
157 IGNLABEL("HmacTxFail"),
158 IGNLABEL("HmacRxMc"),
159 IGNLABEL("HmacRxBc"),
160 IGNLABEL("HmacRxUc"),
161 IGNLABEL("HmacRxDiscard"),
162 IGNLABEL("HmacRxAccepted"),
163 "SsidMismatch",
164 "ApMismatch",
165 "RatesMismatch",
166 "AuthReject",
167 "AuthTimeout",
168 "AssocReject",
169 "AssocTimeout",
170 IGNLABEL("ReasonOutsideTable"),
171 IGNLABEL("ReasonStatus1"),
172 IGNLABEL("ReasonStatus2"),
173 IGNLABEL("ReasonStatus3"),
174 IGNLABEL("ReasonStatus4"),
175 IGNLABEL("ReasonStatus5"),
176 IGNLABEL("ReasonStatus6"),
177 IGNLABEL("ReasonStatus7"),
178 IGNLABEL("ReasonStatus8"),
179 IGNLABEL("ReasonStatus9"),
180 IGNLABEL("ReasonStatus10"),
181 IGNLABEL("ReasonStatus11"),
182 IGNLABEL("ReasonStatus12"),
183 IGNLABEL("ReasonStatus13"),
184 IGNLABEL("ReasonStatus14"),
185 IGNLABEL("ReasonStatus15"),
186 IGNLABEL("ReasonStatus16"),
187 IGNLABEL("ReasonStatus17"),
188 IGNLABEL("ReasonStatus18"),
189 IGNLABEL("ReasonStatus19"),
190 "RxMan",
191 "TxMan",
192 "RxRefresh",
193 "TxRefresh",
194 "RxPoll",
195 "TxPoll",
196 "HostRetries",
197 "LostSync-HostReq",
198 "HostTxBytes",
199 "HostRxBytes",
200 "ElapsedUsec",
201 "ElapsedSec",
202 "LostSyncBetterAP",
203 "PrivacyMismatch",
204 "Jammed",
205 "DiscRxNotWepped",
206 "PhyEleMismatch",
207 (char*)-1 };
208#ifndef RUN_AT
209#define RUN_AT(x) (jiffies+(x))
210#endif
211
212
213/* These variables are for insmod, since it seems that the rates
214 can only be set in setup_card. Rates should be a comma separated
215 (no spaces) list of rates (up to 8). */
216
217static int rates[8];
218static int basic_rate;
219static char *ssids[3];
220
221static int io[4];
222static int irq[4];
223
224static
225int maxencrypt /* = 0 */; /* The highest rate that the card can encrypt at.
226 0 means no limit. For old cards this was 4 */
227
228static int auto_wep /* = 0 */; /* If set, it tries to figure out the wep mode */
229static int aux_bap /* = 0 */; /* Checks to see if the aux ports are needed to read
230 the bap, needed on some older cards and buses. */
231static int adhoc;
232
233static int probe = 1;
234
235static int proc_uid /* = 0 */;
236
237static int proc_gid /* = 0 */;
238
239static int airo_perm = 0555;
240
241static int proc_perm = 0644;
242
243MODULE_AUTHOR("Benjamin Reed");
244MODULE_DESCRIPTION("Support for Cisco/Aironet 802.11 wireless ethernet \
245 cards. Direct support for ISA/PCI/MPI cards and support \
246 for PCMCIA when used with airo_cs.");
247MODULE_LICENSE("Dual BSD/GPL");
248MODULE_SUPPORTED_DEVICE("Aironet 4500, 4800 and Cisco 340/350");
249module_param_array(io, int, NULL, 0);
250module_param_array(irq, int, NULL, 0);
251module_param(basic_rate, int, 0);
252module_param_array(rates, int, NULL, 0);
253module_param_array(ssids, charp, NULL, 0);
254module_param(auto_wep, int, 0);
255MODULE_PARM_DESC(auto_wep, "If non-zero, the driver will keep looping through \
256the authentication options until an association is made. The value of \
257auto_wep is number of the wep keys to check. A value of 2 will try using \
258the key at index 0 and index 1.");
259module_param(aux_bap, int, 0);
260MODULE_PARM_DESC(aux_bap, "If non-zero, the driver will switch into a mode \
261than seems to work better for older cards with some older buses. Before \
262switching it checks that the switch is needed.");
263module_param(maxencrypt, int, 0);
264MODULE_PARM_DESC(maxencrypt, "The maximum speed that the card can do \
265encryption. Units are in 512kbs. Zero (default) means there is no limit. \
266Older cards used to be limited to 2mbs (4).");
267module_param(adhoc, int, 0);
268MODULE_PARM_DESC(adhoc, "If non-zero, the card will start in adhoc mode.");
269module_param(probe, int, 0);
270MODULE_PARM_DESC(probe, "If zero, the driver won't start the card.");
271
272module_param(proc_uid, int, 0);
273MODULE_PARM_DESC(proc_uid, "The uid that the /proc files will belong to.");
274module_param(proc_gid, int, 0);
275MODULE_PARM_DESC(proc_gid, "The gid that the /proc files will belong to.");
276module_param(airo_perm, int, 0);
277MODULE_PARM_DESC(airo_perm, "The permission bits of /proc/[driver/]aironet.");
278module_param(proc_perm, int, 0);
279MODULE_PARM_DESC(proc_perm, "The permission bits of the files in /proc");
280
281/* This is a kind of sloppy hack to get this information to OUT4500 and
282 IN4500. I would be extremely interested in the situation where this
283 doesn't work though!!! */
284static int do8bitIO = 0;
285
286/* Return codes */
287#define SUCCESS 0
288#define ERROR -1
289#define NO_PACKET -2
290
291/* Commands */
292#define NOP2 0x0000
293#define MAC_ENABLE 0x0001
294#define MAC_DISABLE 0x0002
295#define CMD_LOSE_SYNC 0x0003 /* Not sure what this does... */
296#define CMD_SOFTRESET 0x0004
297#define HOSTSLEEP 0x0005
298#define CMD_MAGIC_PKT 0x0006
299#define CMD_SETWAKEMASK 0x0007
300#define CMD_READCFG 0x0008
301#define CMD_SETMODE 0x0009
302#define CMD_ALLOCATETX 0x000a
303#define CMD_TRANSMIT 0x000b
304#define CMD_DEALLOCATETX 0x000c
305#define NOP 0x0010
306#define CMD_WORKAROUND 0x0011
307#define CMD_ALLOCATEAUX 0x0020
308#define CMD_ACCESS 0x0021
309#define CMD_PCIBAP 0x0022
310#define CMD_PCIAUX 0x0023
311#define CMD_ALLOCBUF 0x0028
312#define CMD_GETTLV 0x0029
313#define CMD_PUTTLV 0x002a
314#define CMD_DELTLV 0x002b
315#define CMD_FINDNEXTTLV 0x002c
316#define CMD_PSPNODES 0x0030
317#define CMD_SETCW 0x0031
318#define CMD_SETPCF 0x0032
319#define CMD_SETPHYREG 0x003e
320#define CMD_TXTEST 0x003f
321#define MAC_ENABLETX 0x0101
322#define CMD_LISTBSS 0x0103
323#define CMD_SAVECFG 0x0108
324#define CMD_ENABLEAUX 0x0111
325#define CMD_WRITERID 0x0121
326#define CMD_USEPSPNODES 0x0130
327#define MAC_ENABLERX 0x0201
328
329/* Command errors */
330#define ERROR_QUALIF 0x00
331#define ERROR_ILLCMD 0x01
332#define ERROR_ILLFMT 0x02
333#define ERROR_INVFID 0x03
334#define ERROR_INVRID 0x04
335#define ERROR_LARGE 0x05
336#define ERROR_NDISABL 0x06
337#define ERROR_ALLOCBSY 0x07
338#define ERROR_NORD 0x0B
339#define ERROR_NOWR 0x0C
340#define ERROR_INVFIDTX 0x0D
341#define ERROR_TESTACT 0x0E
342#define ERROR_TAGNFND 0x12
343#define ERROR_DECODE 0x20
344#define ERROR_DESCUNAV 0x21
345#define ERROR_BADLEN 0x22
346#define ERROR_MODE 0x80
347#define ERROR_HOP 0x81
348#define ERROR_BINTER 0x82
349#define ERROR_RXMODE 0x83
350#define ERROR_MACADDR 0x84
351#define ERROR_RATES 0x85
352#define ERROR_ORDER 0x86
353#define ERROR_SCAN 0x87
354#define ERROR_AUTH 0x88
355#define ERROR_PSMODE 0x89
356#define ERROR_RTYPE 0x8A
357#define ERROR_DIVER 0x8B
358#define ERROR_SSID 0x8C
359#define ERROR_APLIST 0x8D
360#define ERROR_AUTOWAKE 0x8E
361#define ERROR_LEAP 0x8F
362
363/* Registers */
364#define COMMAND 0x00
365#define PARAM0 0x02
366#define PARAM1 0x04
367#define PARAM2 0x06
368#define STATUS 0x08
369#define RESP0 0x0a
370#define RESP1 0x0c
371#define RESP2 0x0e
372#define LINKSTAT 0x10
373#define SELECT0 0x18
374#define OFFSET0 0x1c
375#define RXFID 0x20
376#define TXALLOCFID 0x22
377#define TXCOMPLFID 0x24
378#define DATA0 0x36
379#define EVSTAT 0x30
380#define EVINTEN 0x32
381#define EVACK 0x34
382#define SWS0 0x28
383#define SWS1 0x2a
384#define SWS2 0x2c
385#define SWS3 0x2e
386#define AUXPAGE 0x3A
387#define AUXOFF 0x3C
388#define AUXDATA 0x3E
389
390#define FID_TX 1
391#define FID_RX 2
392/* Offset into aux memory for descriptors */
393#define AUX_OFFSET 0x800
394/* Size of allocated packets */
395#define PKTSIZE 1840
396#define RIDSIZE 2048
397/* Size of the transmit queue */
398#define MAXTXQ 64
399
400/* BAP selectors */
401#define BAP0 0 // Used for receiving packets
402#define BAP1 2 // Used for xmiting packets and working with RIDS
403
404/* Flags */
405#define COMMAND_BUSY 0x8000
406
407#define BAP_BUSY 0x8000
408#define BAP_ERR 0x4000
409#define BAP_DONE 0x2000
410
411#define PROMISC 0xffff
412#define NOPROMISC 0x0000
413
414#define EV_CMD 0x10
415#define EV_CLEARCOMMANDBUSY 0x4000
416#define EV_RX 0x01
417#define EV_TX 0x02
418#define EV_TXEXC 0x04
419#define EV_ALLOC 0x08
420#define EV_LINK 0x80
421#define EV_AWAKE 0x100
422#define EV_TXCPY 0x400
423#define EV_UNKNOWN 0x800
424#define EV_MIC 0x1000 /* Message Integrity Check Interrupt */
425#define EV_AWAKEN 0x2000
426#define STATUS_INTS (EV_AWAKE|EV_LINK|EV_TXEXC|EV_TX|EV_TXCPY|EV_RX|EV_MIC)
427
428#ifdef CHECK_UNKNOWN_INTS
429#define IGNORE_INTS ( EV_CMD | EV_UNKNOWN)
430#else
431#define IGNORE_INTS (~STATUS_INTS)
432#endif
433
434/* RID TYPES */
435#define RID_RW 0x20
436
437/* The RIDs */
438#define RID_CAPABILITIES 0xFF00
439#define RID_APINFO 0xFF01
440#define RID_RADIOINFO 0xFF02
441#define RID_UNKNOWN3 0xFF03
442#define RID_RSSI 0xFF04
443#define RID_CONFIG 0xFF10
444#define RID_SSID 0xFF11
445#define RID_APLIST 0xFF12
446#define RID_DRVNAME 0xFF13
447#define RID_ETHERENCAP 0xFF14
448#define RID_WEP_TEMP 0xFF15
449#define RID_WEP_PERM 0xFF16
450#define RID_MODULATION 0xFF17
451#define RID_OPTIONS 0xFF18
452#define RID_ACTUALCONFIG 0xFF20 /*readonly*/
453#define RID_FACTORYCONFIG 0xFF21
454#define RID_UNKNOWN22 0xFF22
455#define RID_LEAPUSERNAME 0xFF23
456#define RID_LEAPPASSWORD 0xFF24
457#define RID_STATUS 0xFF50
458#define RID_BEACON_HST 0xFF51
459#define RID_BUSY_HST 0xFF52
460#define RID_RETRIES_HST 0xFF53
461#define RID_UNKNOWN54 0xFF54
462#define RID_UNKNOWN55 0xFF55
463#define RID_UNKNOWN56 0xFF56
464#define RID_MIC 0xFF57
465#define RID_STATS16 0xFF60
466#define RID_STATS16DELTA 0xFF61
467#define RID_STATS16DELTACLEAR 0xFF62
468#define RID_STATS 0xFF68
469#define RID_STATSDELTA 0xFF69
470#define RID_STATSDELTACLEAR 0xFF6A
471#define RID_ECHOTEST_RID 0xFF70
472#define RID_ECHOTEST_RESULTS 0xFF71
473#define RID_BSSLISTFIRST 0xFF72
474#define RID_BSSLISTNEXT 0xFF73
475
476typedef struct {
477 u16 cmd;
478 u16 parm0;
479 u16 parm1;
480 u16 parm2;
481} Cmd;
482
483typedef struct {
484 u16 status;
485 u16 rsp0;
486 u16 rsp1;
487 u16 rsp2;
488} Resp;
489
490/*
491 * Rids and endian-ness: The Rids will always be in cpu endian, since
492 * this all the patches from the big-endian guys end up doing that.
493 * so all rid access should use the read/writeXXXRid routines.
494 */
495
496/* This is redundant for x86 archs, but it seems necessary for ARM */
497#pragma pack(1)
498
499/* This structure came from an email sent to me from an engineer at
500 aironet for inclusion into this driver */
501typedef struct {
502 u16 len;
503 u16 kindex;
504 u8 mac[ETH_ALEN];
505 u16 klen;
506 u8 key[16];
507} WepKeyRid;
508
509/* These structures are from the Aironet's PC4500 Developers Manual */
510typedef struct {
511 u16 len;
512 u8 ssid[32];
513} Ssid;
514
515typedef struct {
516 u16 len;
517 Ssid ssids[3];
518} SsidRid;
519
520typedef struct {
521 u16 len;
522 u16 modulation;
523#define MOD_DEFAULT 0
524#define MOD_CCK 1
525#define MOD_MOK 2
526} ModulationRid;
527
528typedef struct {
529 u16 len; /* sizeof(ConfigRid) */
530 u16 opmode; /* operating mode */
531#define MODE_STA_IBSS 0
532#define MODE_STA_ESS 1
533#define MODE_AP 2
534#define MODE_AP_RPTR 3
535#define MODE_ETHERNET_HOST (0<<8) /* rx payloads converted */
536#define MODE_LLC_HOST (1<<8) /* rx payloads left as is */
537#define MODE_AIRONET_EXTEND (1<<9) /* enable Aironet extenstions */
538#define MODE_AP_INTERFACE (1<<10) /* enable ap interface extensions */
539#define MODE_ANTENNA_ALIGN (1<<11) /* enable antenna alignment */
540#define MODE_ETHER_LLC (1<<12) /* enable ethernet LLC */
541#define MODE_LEAF_NODE (1<<13) /* enable leaf node bridge */
542#define MODE_CF_POLLABLE (1<<14) /* enable CF pollable */
543#define MODE_MIC (1<<15) /* enable MIC */
544 u16 rmode; /* receive mode */
545#define RXMODE_BC_MC_ADDR 0
546#define RXMODE_BC_ADDR 1 /* ignore multicasts */
547#define RXMODE_ADDR 2 /* ignore multicast and broadcast */
548#define RXMODE_RFMON 3 /* wireless monitor mode */
549#define RXMODE_RFMON_ANYBSS 4
550#define RXMODE_LANMON 5 /* lan style monitor -- data packets only */
551#define RXMODE_DISABLE_802_3_HEADER (1<<8) /* disables 802.3 header on rx */
552#define RXMODE_NORMALIZED_RSSI (1<<9) /* return normalized RSSI */
553 u16 fragThresh;
554 u16 rtsThres;
555 u8 macAddr[ETH_ALEN];
556 u8 rates[8];
557 u16 shortRetryLimit;
558 u16 longRetryLimit;
559 u16 txLifetime; /* in kusec */
560 u16 rxLifetime; /* in kusec */
561 u16 stationary;
562 u16 ordering;
563 u16 u16deviceType; /* for overriding device type */
564 u16 cfpRate;
565 u16 cfpDuration;
566 u16 _reserved1[3];
567 /*---------- Scanning/Associating ----------*/
568 u16 scanMode;
569#define SCANMODE_ACTIVE 0
570#define SCANMODE_PASSIVE 1
571#define SCANMODE_AIROSCAN 2
572 u16 probeDelay; /* in kusec */
573 u16 probeEnergyTimeout; /* in kusec */
574 u16 probeResponseTimeout;
575 u16 beaconListenTimeout;
576 u16 joinNetTimeout;
577 u16 authTimeout;
578 u16 authType;
579#define AUTH_OPEN 0x1
580#define AUTH_ENCRYPT 0x101
581#define AUTH_SHAREDKEY 0x102
582#define AUTH_ALLOW_UNENCRYPTED 0x200
583 u16 associationTimeout;
584 u16 specifiedApTimeout;
585 u16 offlineScanInterval;
586 u16 offlineScanDuration;
587 u16 linkLossDelay;
588 u16 maxBeaconLostTime;
589 u16 refreshInterval;
590#define DISABLE_REFRESH 0xFFFF
591 u16 _reserved1a[1];
592 /*---------- Power save operation ----------*/
593 u16 powerSaveMode;
594#define POWERSAVE_CAM 0
595#define POWERSAVE_PSP 1
596#define POWERSAVE_PSPCAM 2
597 u16 sleepForDtims;
598 u16 listenInterval;
599 u16 fastListenInterval;
600 u16 listenDecay;
601 u16 fastListenDelay;
602 u16 _reserved2[2];
603 /*---------- Ap/Ibss config items ----------*/
604 u16 beaconPeriod;
605 u16 atimDuration;
606 u16 hopPeriod;
607 u16 channelSet;
608 u16 channel;
609 u16 dtimPeriod;
610 u16 bridgeDistance;
611 u16 radioID;
612 /*---------- Radio configuration ----------*/
613 u16 radioType;
614#define RADIOTYPE_DEFAULT 0
615#define RADIOTYPE_802_11 1
616#define RADIOTYPE_LEGACY 2
617 u8 rxDiversity;
618 u8 txDiversity;
619 u16 txPower;
620#define TXPOWER_DEFAULT 0
621 u16 rssiThreshold;
622#define RSSI_DEFAULT 0
623 u16 modulation;
624#define PREAMBLE_AUTO 0
625#define PREAMBLE_LONG 1
626#define PREAMBLE_SHORT 2
627 u16 preamble;
628 u16 homeProduct;
629 u16 radioSpecific;
630 /*---------- Aironet Extensions ----------*/
631 u8 nodeName[16];
632 u16 arlThreshold;
633 u16 arlDecay;
634 u16 arlDelay;
635 u16 _reserved4[1];
636 /*---------- Aironet Extensions ----------*/
637 u8 magicAction;
638#define MAGIC_ACTION_STSCHG 1
639#define MAGIC_ACTION_RESUME 2
640#define MAGIC_IGNORE_MCAST (1<<8)
641#define MAGIC_IGNORE_BCAST (1<<9)
642#define MAGIC_SWITCH_TO_PSP (0<<10)
643#define MAGIC_STAY_IN_CAM (1<<10)
644 u8 magicControl;
645 u16 autoWake;
646} ConfigRid;
647
648typedef struct {
649 u16 len;
650 u8 mac[ETH_ALEN];
651 u16 mode;
652 u16 errorCode;
653 u16 sigQuality;
654 u16 SSIDlen;
655 char SSID[32];
656 char apName[16];
657 u8 bssid[4][ETH_ALEN];
658 u16 beaconPeriod;
659 u16 dimPeriod;
660 u16 atimDuration;
661 u16 hopPeriod;
662 u16 channelSet;
663 u16 channel;
664 u16 hopsToBackbone;
665 u16 apTotalLoad;
666 u16 generatedLoad;
667 u16 accumulatedArl;
668 u16 signalQuality;
669 u16 currentXmitRate;
670 u16 apDevExtensions;
671 u16 normalizedSignalStrength;
672 u16 shortPreamble;
673 u8 apIP[4];
674 u8 noisePercent; /* Noise percent in last second */
675 u8 noisedBm; /* Noise dBm in last second */
676 u8 noiseAvePercent; /* Noise percent in last minute */
677 u8 noiseAvedBm; /* Noise dBm in last minute */
678 u8 noiseMaxPercent; /* Highest noise percent in last minute */
679 u8 noiseMaxdBm; /* Highest noise dbm in last minute */
680 u16 load;
681 u8 carrier[4];
682 u16 assocStatus;
683#define STAT_NOPACKETS 0
684#define STAT_NOCARRIERSET 10
685#define STAT_GOTCARRIERSET 11
686#define STAT_WRONGSSID 20
687#define STAT_BADCHANNEL 25
688#define STAT_BADBITRATES 30
689#define STAT_BADPRIVACY 35
690#define STAT_APFOUND 40
691#define STAT_APREJECTED 50
692#define STAT_AUTHENTICATING 60
693#define STAT_DEAUTHENTICATED 61
694#define STAT_AUTHTIMEOUT 62
695#define STAT_ASSOCIATING 70
696#define STAT_DEASSOCIATED 71
697#define STAT_ASSOCTIMEOUT 72
698#define STAT_NOTAIROAP 73
699#define STAT_ASSOCIATED 80
700#define STAT_LEAPING 90
701#define STAT_LEAPFAILED 91
702#define STAT_LEAPTIMEDOUT 92
703#define STAT_LEAPCOMPLETE 93
704} StatusRid;
705
706typedef struct {
707 u16 len;
708 u16 spacer;
709 u32 vals[100];
710} StatsRid;
711
712
713typedef struct {
714 u16 len;
715 u8 ap[4][ETH_ALEN];
716} APListRid;
717
718typedef struct {
719 u16 len;
720 char oui[3];
721 char zero;
722 u16 prodNum;
723 char manName[32];
724 char prodName[16];
725 char prodVer[8];
726 char factoryAddr[ETH_ALEN];
727 char aironetAddr[ETH_ALEN];
728 u16 radioType;
729 u16 country;
730 char callid[ETH_ALEN];
731 char supportedRates[8];
732 char rxDiversity;
733 char txDiversity;
734 u16 txPowerLevels[8];
735 u16 hardVer;
736 u16 hardCap;
737 u16 tempRange;
738 u16 softVer;
739 u16 softSubVer;
740 u16 interfaceVer;
741 u16 softCap;
742 u16 bootBlockVer;
743 u16 requiredHard;
744 u16 extSoftCap;
745} CapabilityRid;
746
747typedef struct {
748 u16 len;
749 u16 index; /* First is 0 and 0xffff means end of list */
750#define RADIO_FH 1 /* Frequency hopping radio type */
751#define RADIO_DS 2 /* Direct sequence radio type */
752#define RADIO_TMA 4 /* Proprietary radio used in old cards (2500) */
753 u16 radioType;
754 u8 bssid[ETH_ALEN]; /* Mac address of the BSS */
755 u8 zero;
756 u8 ssidLen;
757 u8 ssid[32];
Dan Williams41480af2005-05-10 09:45:51 -0400758 u16 dBm;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759#define CAP_ESS (1<<0)
760#define CAP_IBSS (1<<1)
761#define CAP_PRIVACY (1<<4)
762#define CAP_SHORTHDR (1<<5)
763 u16 cap;
764 u16 beaconInterval;
765 u8 rates[8]; /* Same as rates for config rid */
766 struct { /* For frequency hopping only */
767 u16 dwell;
768 u8 hopSet;
769 u8 hopPattern;
770 u8 hopIndex;
771 u8 fill;
772 } fh;
773 u16 dsChannel;
774 u16 atimWindow;
775} BSSListRid;
776
777typedef struct {
778 u8 rssipct;
779 u8 rssidBm;
780} tdsRssiEntry;
781
782typedef struct {
783 u16 len;
784 tdsRssiEntry x[256];
785} tdsRssiRid;
786
787typedef struct {
788 u16 len;
789 u16 state;
790 u16 multicastValid;
791 u8 multicast[16];
792 u16 unicastValid;
793 u8 unicast[16];
794} MICRid;
795
796typedef struct {
797 u16 typelen;
798
799 union {
800 u8 snap[8];
801 struct {
802 u8 dsap;
803 u8 ssap;
804 u8 control;
805 u8 orgcode[3];
806 u8 fieldtype[2];
807 } llc;
808 } u;
809 u32 mic;
810 u32 seq;
811} MICBuffer;
812
813typedef struct {
814 u8 da[ETH_ALEN];
815 u8 sa[ETH_ALEN];
816} etherHead;
817
818#pragma pack()
819
820#define TXCTL_TXOK (1<<1) /* report if tx is ok */
821#define TXCTL_TXEX (1<<2) /* report if tx fails */
822#define TXCTL_802_3 (0<<3) /* 802.3 packet */
823#define TXCTL_802_11 (1<<3) /* 802.11 mac packet */
824#define TXCTL_ETHERNET (0<<4) /* payload has ethertype */
825#define TXCTL_LLC (1<<4) /* payload is llc */
826#define TXCTL_RELEASE (0<<5) /* release after completion */
827#define TXCTL_NORELEASE (1<<5) /* on completion returns to host */
828
829#define BUSY_FID 0x10000
830
831#ifdef CISCO_EXT
832#define AIROMAGIC 0xa55a
833/* Warning : SIOCDEVPRIVATE may disapear during 2.5.X - Jean II */
834#ifdef SIOCIWFIRSTPRIV
835#ifdef SIOCDEVPRIVATE
836#define AIROOLDIOCTL SIOCDEVPRIVATE
837#define AIROOLDIDIFC AIROOLDIOCTL + 1
838#endif /* SIOCDEVPRIVATE */
839#else /* SIOCIWFIRSTPRIV */
840#define SIOCIWFIRSTPRIV SIOCDEVPRIVATE
841#endif /* SIOCIWFIRSTPRIV */
842/* This may be wrong. When using the new SIOCIWFIRSTPRIV range, we probably
843 * should use only "GET" ioctls (last bit set to 1). "SET" ioctls are root
844 * only and don't return the modified struct ifreq to the application which
845 * is usually a problem. - Jean II */
846#define AIROIOCTL SIOCIWFIRSTPRIV
847#define AIROIDIFC AIROIOCTL + 1
848
849/* Ioctl constants to be used in airo_ioctl.command */
850
851#define AIROGCAP 0 // Capability rid
852#define AIROGCFG 1 // USED A LOT
853#define AIROGSLIST 2 // System ID list
854#define AIROGVLIST 3 // List of specified AP's
855#define AIROGDRVNAM 4 // NOTUSED
856#define AIROGEHTENC 5 // NOTUSED
857#define AIROGWEPKTMP 6
858#define AIROGWEPKNV 7
859#define AIROGSTAT 8
860#define AIROGSTATSC32 9
861#define AIROGSTATSD32 10
862#define AIROGMICRID 11
863#define AIROGMICSTATS 12
864#define AIROGFLAGS 13
865#define AIROGID 14
866#define AIRORRID 15
867#define AIRORSWVERSION 17
868
869/* Leave gap of 40 commands after AIROGSTATSD32 for future */
870
871#define AIROPCAP AIROGSTATSD32 + 40
872#define AIROPVLIST AIROPCAP + 1
873#define AIROPSLIST AIROPVLIST + 1
874#define AIROPCFG AIROPSLIST + 1
875#define AIROPSIDS AIROPCFG + 1
876#define AIROPAPLIST AIROPSIDS + 1
877#define AIROPMACON AIROPAPLIST + 1 /* Enable mac */
878#define AIROPMACOFF AIROPMACON + 1 /* Disable mac */
879#define AIROPSTCLR AIROPMACOFF + 1
880#define AIROPWEPKEY AIROPSTCLR + 1
881#define AIROPWEPKEYNV AIROPWEPKEY + 1
882#define AIROPLEAPPWD AIROPWEPKEYNV + 1
883#define AIROPLEAPUSR AIROPLEAPPWD + 1
884
885/* Flash codes */
886
887#define AIROFLSHRST AIROPWEPKEYNV + 40
888#define AIROFLSHGCHR AIROFLSHRST + 1
889#define AIROFLSHSTFL AIROFLSHGCHR + 1
890#define AIROFLSHPCHR AIROFLSHSTFL + 1
891#define AIROFLPUTBUF AIROFLSHPCHR + 1
892#define AIRORESTART AIROFLPUTBUF + 1
893
894#define FLASHSIZE 32768
895#define AUXMEMSIZE (256 * 1024)
896
897typedef struct aironet_ioctl {
898 unsigned short command; // What to do
899 unsigned short len; // Len of data
900 unsigned short ridnum; // rid number
901 unsigned char __user *data; // d-data
902} aironet_ioctl;
903
Domen Puncer62595eb2005-06-20 23:54:37 +0200904static char swversion[] = "2.1";
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905#endif /* CISCO_EXT */
906
907#define NUM_MODULES 2
908#define MIC_MSGLEN_MAX 2400
909#define EMMH32_MSGLEN_MAX MIC_MSGLEN_MAX
910
911typedef struct {
912 u32 size; // size
913 u8 enabled; // MIC enabled or not
914 u32 rxSuccess; // successful packets received
915 u32 rxIncorrectMIC; // pkts dropped due to incorrect MIC comparison
916 u32 rxNotMICed; // pkts dropped due to not being MIC'd
917 u32 rxMICPlummed; // pkts dropped due to not having a MIC plummed
918 u32 rxWrongSequence; // pkts dropped due to sequence number violation
919 u32 reserve[32];
920} mic_statistics;
921
922typedef struct {
923 u32 coeff[((EMMH32_MSGLEN_MAX)+3)>>2];
924 u64 accum; // accumulated mic, reduced to u32 in final()
925 int position; // current position (byte offset) in message
926 union {
927 u8 d8[4];
928 u32 d32;
929 } part; // saves partial message word across update() calls
930} emmh32_context;
931
932typedef struct {
933 emmh32_context seed; // Context - the seed
934 u32 rx; // Received sequence number
935 u32 tx; // Tx sequence number
936 u32 window; // Start of window
937 u8 valid; // Flag to say if context is valid or not
938 u8 key[16];
939} miccntx;
940
941typedef struct {
942 miccntx mCtx; // Multicast context
943 miccntx uCtx; // Unicast context
944} mic_module;
945
946typedef struct {
947 unsigned int rid: 16;
948 unsigned int len: 15;
949 unsigned int valid: 1;
950 dma_addr_t host_addr;
951} Rid;
952
953typedef struct {
954 unsigned int offset: 15;
955 unsigned int eoc: 1;
956 unsigned int len: 15;
957 unsigned int valid: 1;
958 dma_addr_t host_addr;
959} TxFid;
960
961typedef struct {
962 unsigned int ctl: 15;
963 unsigned int rdy: 1;
964 unsigned int len: 15;
965 unsigned int valid: 1;
966 dma_addr_t host_addr;
967} RxFid;
968
969/*
970 * Host receive descriptor
971 */
972typedef struct {
973 unsigned char __iomem *card_ram_off; /* offset into card memory of the
974 desc */
975 RxFid rx_desc; /* card receive descriptor */
976 char *virtual_host_addr; /* virtual address of host receive
977 buffer */
978 int pending;
979} HostRxDesc;
980
981/*
982 * Host transmit descriptor
983 */
984typedef struct {
985 unsigned char __iomem *card_ram_off; /* offset into card memory of the
986 desc */
987 TxFid tx_desc; /* card transmit descriptor */
988 char *virtual_host_addr; /* virtual address of host receive
989 buffer */
990 int pending;
991} HostTxDesc;
992
993/*
994 * Host RID descriptor
995 */
996typedef struct {
997 unsigned char __iomem *card_ram_off; /* offset into card memory of the
998 descriptor */
999 Rid rid_desc; /* card RID descriptor */
1000 char *virtual_host_addr; /* virtual address of host receive
1001 buffer */
1002} HostRidDesc;
1003
1004typedef struct {
1005 u16 sw0;
1006 u16 sw1;
1007 u16 status;
1008 u16 len;
1009#define HOST_SET (1 << 0)
1010#define HOST_INT_TX (1 << 1) /* Interrupt on successful TX */
1011#define HOST_INT_TXERR (1 << 2) /* Interrupt on unseccessful TX */
1012#define HOST_LCC_PAYLOAD (1 << 4) /* LLC payload, 0 = Ethertype */
1013#define HOST_DONT_RLSE (1 << 5) /* Don't release buffer when done */
1014#define HOST_DONT_RETRY (1 << 6) /* Don't retry trasmit */
1015#define HOST_CLR_AID (1 << 7) /* clear AID failure */
1016#define HOST_RTS (1 << 9) /* Force RTS use */
1017#define HOST_SHORT (1 << 10) /* Do short preamble */
1018 u16 ctl;
1019 u16 aid;
1020 u16 retries;
1021 u16 fill;
1022} TxCtlHdr;
1023
1024typedef struct {
1025 u16 ctl;
1026 u16 duration;
1027 char addr1[6];
1028 char addr2[6];
1029 char addr3[6];
1030 u16 seq;
1031 char addr4[6];
1032} WifiHdr;
1033
1034
1035typedef struct {
1036 TxCtlHdr ctlhdr;
1037 u16 fill1;
1038 u16 fill2;
1039 WifiHdr wifihdr;
1040 u16 gaplen;
1041 u16 status;
1042} WifiCtlHdr;
1043
Jouni Malinenff1d2762005-05-12 22:54:16 -04001044static WifiCtlHdr wifictlhdr8023 = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 .ctlhdr = {
1046 .ctl = HOST_DONT_RLSE,
1047 }
1048};
1049
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050// Frequency list (map channels to frequencies)
1051static const long frequency_list[] = { 2412, 2417, 2422, 2427, 2432, 2437, 2442,
1052 2447, 2452, 2457, 2462, 2467, 2472, 2484 };
1053
1054// A few details needed for WEP (Wireless Equivalent Privacy)
1055#define MAX_KEY_SIZE 13 // 128 (?) bits
1056#define MIN_KEY_SIZE 5 // 40 bits RC4 - WEP
1057typedef struct wep_key_t {
1058 u16 len;
1059 u8 key[16]; /* 40-bit and 104-bit keys */
1060} wep_key_t;
1061
1062/* Backward compatibility */
1063#ifndef IW_ENCODE_NOKEY
1064#define IW_ENCODE_NOKEY 0x0800 /* Key is write only, so not present */
1065#define IW_ENCODE_MODE (IW_ENCODE_DISABLED | IW_ENCODE_RESTRICTED | IW_ENCODE_OPEN)
1066#endif /* IW_ENCODE_NOKEY */
1067
1068/* List of Wireless Handlers (new API) */
1069static const struct iw_handler_def airo_handler_def;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001070
1071static const char version[] = "airo.c 0.6 (Ben Reed & Javier Achirica)";
1072
1073struct airo_info;
1074
1075static int get_dec_u16( char *buffer, int *start, int limit );
1076static void OUT4500( struct airo_info *, u16 register, u16 value );
1077static unsigned short IN4500( struct airo_info *, u16 register );
1078static u16 setup_card(struct airo_info*, u8 *mac, int lock);
1079static int enable_MAC( struct airo_info *ai, Resp *rsp, int lock );
1080static void disable_MAC(struct airo_info *ai, int lock);
1081static void enable_interrupts(struct airo_info*);
1082static void disable_interrupts(struct airo_info*);
1083static u16 issuecommand(struct airo_info*, Cmd *pCmd, Resp *pRsp);
1084static int bap_setup(struct airo_info*, u16 rid, u16 offset, int whichbap);
1085static int aux_bap_read(struct airo_info*, u16 *pu16Dst, int bytelen,
1086 int whichbap);
1087static int fast_bap_read(struct airo_info*, u16 *pu16Dst, int bytelen,
1088 int whichbap);
1089static int bap_write(struct airo_info*, const u16 *pu16Src, int bytelen,
1090 int whichbap);
1091static int PC4500_accessrid(struct airo_info*, u16 rid, u16 accmd);
1092static int PC4500_readrid(struct airo_info*, u16 rid, void *pBuf, int len, int lock);
1093static int PC4500_writerid(struct airo_info*, u16 rid, const void
1094 *pBuf, int len, int lock);
1095static int do_writerid( struct airo_info*, u16 rid, const void *rid_data,
1096 int len, int dummy );
1097static u16 transmit_allocate(struct airo_info*, int lenPayload, int raw);
1098static int transmit_802_3_packet(struct airo_info*, int len, char *pPacket);
1099static int transmit_802_11_packet(struct airo_info*, int len, char *pPacket);
1100
1101static int mpi_send_packet (struct net_device *dev);
1102static void mpi_unmap_card(struct pci_dev *pci);
1103static void mpi_receive_802_3(struct airo_info *ai);
1104static void mpi_receive_802_11(struct airo_info *ai);
1105static int waitbusy (struct airo_info *ai);
1106
1107static irqreturn_t airo_interrupt( int irq, void* dev_id, struct pt_regs
1108 *regs);
1109static int airo_thread(void *data);
1110static void timer_func( struct net_device *dev );
1111static int airo_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
Jouni Malinenff1d2762005-05-12 22:54:16 -04001112static struct iw_statistics *airo_get_wireless_stats (struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113static void airo_read_wireless_stats (struct airo_info *local);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114#ifdef CISCO_EXT
1115static int readrids(struct net_device *dev, aironet_ioctl *comp);
1116static int writerids(struct net_device *dev, aironet_ioctl *comp);
Jouni Malinenff1d2762005-05-12 22:54:16 -04001117static int flashcard(struct net_device *dev, aironet_ioctl *comp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118#endif /* CISCO_EXT */
1119#ifdef MICSUPPORT
1120static void micinit(struct airo_info *ai);
1121static int micsetup(struct airo_info *ai);
1122static int encapsulate(struct airo_info *ai, etherHead *pPacket, MICBuffer *buffer, int len);
1123static int decapsulate(struct airo_info *ai, MICBuffer *mic, etherHead *pPacket, u16 payLen);
1124
Dan Williams41480af2005-05-10 09:45:51 -04001125static u8 airo_rssi_to_dbm (tdsRssiEntry *rssi_rid, u8 rssi);
1126static u8 airo_dbm_to_pct (tdsRssiEntry *rssi_rid, u8 dbm);
1127
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128#include <linux/crypto.h>
1129#endif
1130
1131struct airo_info {
1132 struct net_device_stats stats;
1133 struct net_device *dev;
1134 /* Note, we can have MAX_FIDS outstanding. FIDs are 16-bits, so we
1135 use the high bit to mark whether it is in use. */
1136#define MAX_FIDS 6
1137#define MPI_MAX_FIDS 1
1138 int fids[MAX_FIDS];
1139 ConfigRid config;
1140 char keyindex; // Used with auto wep
1141 char defindex; // Used with auto wep
1142 struct proc_dir_entry *proc_entry;
1143 spinlock_t aux_lock;
1144 unsigned long flags;
1145#define FLAG_PROMISC 8 /* IFF_PROMISC 0x100 - include/linux/if.h */
1146#define FLAG_RADIO_OFF 0 /* User disabling of MAC */
1147#define FLAG_RADIO_DOWN 1 /* ifup/ifdown disabling of MAC */
1148#define FLAG_RADIO_MASK 0x03
1149#define FLAG_ENABLED 2
1150#define FLAG_ADHOC 3 /* Needed by MIC */
1151#define FLAG_MIC_CAPABLE 4
1152#define FLAG_UPDATE_MULTI 5
1153#define FLAG_UPDATE_UNI 6
1154#define FLAG_802_11 7
1155#define FLAG_PENDING_XMIT 9
1156#define FLAG_PENDING_XMIT11 10
1157#define FLAG_MPI 11
1158#define FLAG_REGISTERED 12
1159#define FLAG_COMMIT 13
1160#define FLAG_RESET 14
1161#define FLAG_FLASHING 15
1162#define JOB_MASK 0x1ff0000
1163#define JOB_DIE 16
1164#define JOB_XMIT 17
1165#define JOB_XMIT11 18
1166#define JOB_STATS 19
1167#define JOB_PROMISC 20
1168#define JOB_MIC 21
1169#define JOB_EVENT 22
1170#define JOB_AUTOWEP 23
1171#define JOB_WSTATS 24
1172 int (*bap_read)(struct airo_info*, u16 *pu16Dst, int bytelen,
1173 int whichbap);
1174 unsigned short *flash;
1175 tdsRssiEntry *rssi;
1176 struct task_struct *task;
1177 struct semaphore sem;
1178 pid_t thr_pid;
1179 wait_queue_head_t thr_wait;
1180 struct completion thr_exited;
1181 unsigned long expires;
1182 struct {
1183 struct sk_buff *skb;
1184 int fid;
1185 } xmit, xmit11;
1186 struct net_device *wifidev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187 struct iw_statistics wstats; // wireless stats
1188 unsigned long scan_timestamp; /* Time started to scan */
1189 struct iw_spy_data spy_data;
1190 struct iw_public_data wireless_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191#ifdef MICSUPPORT
1192 /* MIC stuff */
1193 struct crypto_tfm *tfm;
1194 mic_module mod[2];
1195 mic_statistics micstats;
1196#endif
1197 HostRxDesc rxfids[MPI_MAX_FIDS]; // rx/tx/config MPI350 descriptors
1198 HostTxDesc txfids[MPI_MAX_FIDS];
1199 HostRidDesc config_desc;
1200 unsigned long ridbus; // phys addr of config_desc
1201 struct sk_buff_head txq;// tx queue used by mpi350 code
1202 struct pci_dev *pci;
1203 unsigned char __iomem *pcimem;
1204 unsigned char __iomem *pciaux;
1205 unsigned char *shared;
1206 dma_addr_t shared_dma;
Pavel Machek1cc68ae2005-06-20 15:33:04 -07001207 pm_message_t power;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 SsidRid *SSID;
1209 APListRid *APList;
1210#define PCI_SHARED_LEN 2*MPI_MAX_FIDS*PKTSIZE+RIDSIZE
1211 char proc_name[IFNAMSIZ];
1212};
1213
1214static inline int bap_read(struct airo_info *ai, u16 *pu16Dst, int bytelen,
1215 int whichbap) {
1216 return ai->bap_read(ai, pu16Dst, bytelen, whichbap);
1217}
1218
1219static int setup_proc_entry( struct net_device *dev,
1220 struct airo_info *apriv );
1221static int takedown_proc_entry( struct net_device *dev,
1222 struct airo_info *apriv );
1223
Jouni Malinenff1d2762005-05-12 22:54:16 -04001224static int cmdreset(struct airo_info *ai);
1225static int setflashmode (struct airo_info *ai);
1226static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime);
1227static int flashputbuf(struct airo_info *ai);
1228static int flashrestart(struct airo_info *ai,struct net_device *dev);
1229
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230#ifdef MICSUPPORT
1231/***********************************************************************
1232 * MIC ROUTINES *
1233 ***********************************************************************
1234 */
1235
1236static int RxSeqValid (struct airo_info *ai,miccntx *context,int mcast,u32 micSeq);
1237static void MoveWindow(miccntx *context, u32 micSeq);
Jouni Malinenff1d2762005-05-12 22:54:16 -04001238static void emmh32_setseed(emmh32_context *context, u8 *pkey, int keylen, struct crypto_tfm *);
1239static void emmh32_init(emmh32_context *context);
1240static void emmh32_update(emmh32_context *context, u8 *pOctets, int len);
1241static void emmh32_final(emmh32_context *context, u8 digest[4]);
1242static int flashpchar(struct airo_info *ai,int byte,int dwelltime);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243
1244/* micinit - Initialize mic seed */
1245
1246static void micinit(struct airo_info *ai)
1247{
1248 MICRid mic_rid;
1249
1250 clear_bit(JOB_MIC, &ai->flags);
1251 PC4500_readrid(ai, RID_MIC, &mic_rid, sizeof(mic_rid), 0);
1252 up(&ai->sem);
1253
1254 ai->micstats.enabled = (mic_rid.state & 0x00FF) ? 1 : 0;
1255
1256 if (ai->micstats.enabled) {
1257 /* Key must be valid and different */
1258 if (mic_rid.multicastValid && (!ai->mod[0].mCtx.valid ||
1259 (memcmp (ai->mod[0].mCtx.key, mic_rid.multicast,
1260 sizeof(ai->mod[0].mCtx.key)) != 0))) {
1261 /* Age current mic Context */
1262 memcpy(&ai->mod[1].mCtx,&ai->mod[0].mCtx,sizeof(miccntx));
1263 /* Initialize new context */
1264 memcpy(&ai->mod[0].mCtx.key,mic_rid.multicast,sizeof(mic_rid.multicast));
1265 ai->mod[0].mCtx.window = 33; //Window always points to the middle
1266 ai->mod[0].mCtx.rx = 0; //Rx Sequence numbers
1267 ai->mod[0].mCtx.tx = 0; //Tx sequence numbers
1268 ai->mod[0].mCtx.valid = 1; //Key is now valid
1269
1270 /* Give key to mic seed */
1271 emmh32_setseed(&ai->mod[0].mCtx.seed,mic_rid.multicast,sizeof(mic_rid.multicast), ai->tfm);
1272 }
1273
1274 /* Key must be valid and different */
1275 if (mic_rid.unicastValid && (!ai->mod[0].uCtx.valid ||
1276 (memcmp(ai->mod[0].uCtx.key, mic_rid.unicast,
1277 sizeof(ai->mod[0].uCtx.key)) != 0))) {
1278 /* Age current mic Context */
1279 memcpy(&ai->mod[1].uCtx,&ai->mod[0].uCtx,sizeof(miccntx));
1280 /* Initialize new context */
1281 memcpy(&ai->mod[0].uCtx.key,mic_rid.unicast,sizeof(mic_rid.unicast));
1282
1283 ai->mod[0].uCtx.window = 33; //Window always points to the middle
1284 ai->mod[0].uCtx.rx = 0; //Rx Sequence numbers
1285 ai->mod[0].uCtx.tx = 0; //Tx sequence numbers
1286 ai->mod[0].uCtx.valid = 1; //Key is now valid
1287
1288 //Give key to mic seed
1289 emmh32_setseed(&ai->mod[0].uCtx.seed, mic_rid.unicast, sizeof(mic_rid.unicast), ai->tfm);
1290 }
1291 } else {
1292 /* So next time we have a valid key and mic is enabled, we will update
1293 * the sequence number if the key is the same as before.
1294 */
1295 ai->mod[0].uCtx.valid = 0;
1296 ai->mod[0].mCtx.valid = 0;
1297 }
1298}
1299
1300/* micsetup - Get ready for business */
1301
1302static int micsetup(struct airo_info *ai) {
1303 int i;
1304
1305 if (ai->tfm == NULL)
Herbert Xueb6f1162005-09-01 17:43:25 -07001306 ai->tfm = crypto_alloc_tfm("aes", CRYPTO_TFM_REQ_MAY_SLEEP);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307
1308 if (ai->tfm == NULL) {
1309 printk(KERN_ERR "airo: failed to load transform for AES\n");
1310 return ERROR;
1311 }
1312
1313 for (i=0; i < NUM_MODULES; i++) {
1314 memset(&ai->mod[i].mCtx,0,sizeof(miccntx));
1315 memset(&ai->mod[i].uCtx,0,sizeof(miccntx));
1316 }
1317 return SUCCESS;
1318}
1319
Jouni Malinenff1d2762005-05-12 22:54:16 -04001320static char micsnap[] = {0xAA,0xAA,0x03,0x00,0x40,0x96,0x00,0x02};
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321
1322/*===========================================================================
1323 * Description: Mic a packet
1324 *
1325 * Inputs: etherHead * pointer to an 802.3 frame
1326 *
1327 * Returns: BOOLEAN if successful, otherwise false.
1328 * PacketTxLen will be updated with the mic'd packets size.
1329 *
1330 * Caveats: It is assumed that the frame buffer will already
1331 * be big enough to hold the largets mic message possible.
1332 * (No memory allocation is done here).
1333 *
1334 * Author: sbraneky (10/15/01)
1335 * Merciless hacks by rwilcher (1/14/02)
1336 */
1337
1338static int encapsulate(struct airo_info *ai ,etherHead *frame, MICBuffer *mic, int payLen)
1339{
1340 miccntx *context;
1341
1342 // Determine correct context
1343 // If not adhoc, always use unicast key
1344
1345 if (test_bit(FLAG_ADHOC, &ai->flags) && (frame->da[0] & 0x1))
1346 context = &ai->mod[0].mCtx;
1347 else
1348 context = &ai->mod[0].uCtx;
1349
1350 if (!context->valid)
1351 return ERROR;
1352
1353 mic->typelen = htons(payLen + 16); //Length of Mic'd packet
1354
1355 memcpy(&mic->u.snap, micsnap, sizeof(micsnap)); // Add Snap
1356
1357 // Add Tx sequence
1358 mic->seq = htonl(context->tx);
1359 context->tx += 2;
1360
1361 emmh32_init(&context->seed); // Mic the packet
1362 emmh32_update(&context->seed,frame->da,ETH_ALEN * 2); // DA,SA
1363 emmh32_update(&context->seed,(u8*)&mic->typelen,10); // Type/Length and Snap
1364 emmh32_update(&context->seed,(u8*)&mic->seq,sizeof(mic->seq)); //SEQ
1365 emmh32_update(&context->seed,frame->da + ETH_ALEN * 2,payLen); //payload
1366 emmh32_final(&context->seed, (u8*)&mic->mic);
1367
1368 /* New Type/length ?????????? */
1369 mic->typelen = 0; //Let NIC know it could be an oversized packet
1370 return SUCCESS;
1371}
1372
1373typedef enum {
1374 NONE,
1375 NOMIC,
1376 NOMICPLUMMED,
1377 SEQUENCE,
1378 INCORRECTMIC,
1379} mic_error;
1380
1381/*===========================================================================
1382 * Description: Decapsulates a MIC'd packet and returns the 802.3 packet
1383 * (removes the MIC stuff) if packet is a valid packet.
1384 *
1385 * Inputs: etherHead pointer to the 802.3 packet
1386 *
1387 * Returns: BOOLEAN - TRUE if packet should be dropped otherwise FALSE
1388 *
1389 * Author: sbraneky (10/15/01)
1390 * Merciless hacks by rwilcher (1/14/02)
1391 *---------------------------------------------------------------------------
1392 */
1393
1394static int decapsulate(struct airo_info *ai, MICBuffer *mic, etherHead *eth, u16 payLen)
1395{
1396 int i;
1397 u32 micSEQ;
1398 miccntx *context;
1399 u8 digest[4];
1400 mic_error micError = NONE;
1401
1402 // Check if the packet is a Mic'd packet
1403
1404 if (!ai->micstats.enabled) {
1405 //No Mic set or Mic OFF but we received a MIC'd packet.
1406 if (memcmp ((u8*)eth + 14, micsnap, sizeof(micsnap)) == 0) {
1407 ai->micstats.rxMICPlummed++;
1408 return ERROR;
1409 }
1410 return SUCCESS;
1411 }
1412
1413 if (ntohs(mic->typelen) == 0x888E)
1414 return SUCCESS;
1415
1416 if (memcmp (mic->u.snap, micsnap, sizeof(micsnap)) != 0) {
1417 // Mic enabled but packet isn't Mic'd
1418 ai->micstats.rxMICPlummed++;
1419 return ERROR;
1420 }
1421
1422 micSEQ = ntohl(mic->seq); //store SEQ as CPU order
1423
1424 //At this point we a have a mic'd packet and mic is enabled
1425 //Now do the mic error checking.
1426
1427 //Receive seq must be odd
1428 if ( (micSEQ & 1) == 0 ) {
1429 ai->micstats.rxWrongSequence++;
1430 return ERROR;
1431 }
1432
1433 for (i = 0; i < NUM_MODULES; i++) {
1434 int mcast = eth->da[0] & 1;
1435 //Determine proper context
1436 context = mcast ? &ai->mod[i].mCtx : &ai->mod[i].uCtx;
1437
1438 //Make sure context is valid
1439 if (!context->valid) {
1440 if (i == 0)
1441 micError = NOMICPLUMMED;
1442 continue;
1443 }
1444 //DeMic it
1445
1446 if (!mic->typelen)
1447 mic->typelen = htons(payLen + sizeof(MICBuffer) - 2);
1448
1449 emmh32_init(&context->seed);
1450 emmh32_update(&context->seed, eth->da, ETH_ALEN*2);
1451 emmh32_update(&context->seed, (u8 *)&mic->typelen, sizeof(mic->typelen)+sizeof(mic->u.snap));
1452 emmh32_update(&context->seed, (u8 *)&mic->seq,sizeof(mic->seq));
1453 emmh32_update(&context->seed, eth->da + ETH_ALEN*2,payLen);
1454 //Calculate MIC
1455 emmh32_final(&context->seed, digest);
1456
1457 if (memcmp(digest, &mic->mic, 4)) { //Make sure the mics match
1458 //Invalid Mic
1459 if (i == 0)
1460 micError = INCORRECTMIC;
1461 continue;
1462 }
1463
1464 //Check Sequence number if mics pass
1465 if (RxSeqValid(ai, context, mcast, micSEQ) == SUCCESS) {
1466 ai->micstats.rxSuccess++;
1467 return SUCCESS;
1468 }
1469 if (i == 0)
1470 micError = SEQUENCE;
1471 }
1472
1473 // Update statistics
1474 switch (micError) {
1475 case NOMICPLUMMED: ai->micstats.rxMICPlummed++; break;
1476 case SEQUENCE: ai->micstats.rxWrongSequence++; break;
1477 case INCORRECTMIC: ai->micstats.rxIncorrectMIC++; break;
1478 case NONE: break;
1479 case NOMIC: break;
1480 }
1481 return ERROR;
1482}
1483
1484/*===========================================================================
1485 * Description: Checks the Rx Seq number to make sure it is valid
1486 * and hasn't already been received
1487 *
1488 * Inputs: miccntx - mic context to check seq against
1489 * micSeq - the Mic seq number
1490 *
1491 * Returns: TRUE if valid otherwise FALSE.
1492 *
1493 * Author: sbraneky (10/15/01)
1494 * Merciless hacks by rwilcher (1/14/02)
1495 *---------------------------------------------------------------------------
1496 */
1497
1498static int RxSeqValid (struct airo_info *ai,miccntx *context,int mcast,u32 micSeq)
1499{
1500 u32 seq,index;
1501
1502 //Allow for the ap being rebooted - if it is then use the next
1503 //sequence number of the current sequence number - might go backwards
1504
1505 if (mcast) {
1506 if (test_bit(FLAG_UPDATE_MULTI, &ai->flags)) {
1507 clear_bit (FLAG_UPDATE_MULTI, &ai->flags);
1508 context->window = (micSeq > 33) ? micSeq : 33;
1509 context->rx = 0; // Reset rx
1510 }
1511 } else if (test_bit(FLAG_UPDATE_UNI, &ai->flags)) {
1512 clear_bit (FLAG_UPDATE_UNI, &ai->flags);
1513 context->window = (micSeq > 33) ? micSeq : 33; // Move window
1514 context->rx = 0; // Reset rx
1515 }
1516
1517 //Make sequence number relative to START of window
1518 seq = micSeq - (context->window - 33);
1519
1520 //Too old of a SEQ number to check.
1521 if ((s32)seq < 0)
1522 return ERROR;
1523
1524 if ( seq > 64 ) {
1525 //Window is infinite forward
1526 MoveWindow(context,micSeq);
1527 return SUCCESS;
1528 }
1529
1530 // We are in the window. Now check the context rx bit to see if it was already sent
1531 seq >>= 1; //divide by 2 because we only have odd numbers
1532 index = 1 << seq; //Get an index number
1533
1534 if (!(context->rx & index)) {
1535 //micSEQ falls inside the window.
1536 //Add seqence number to the list of received numbers.
1537 context->rx |= index;
1538
1539 MoveWindow(context,micSeq);
1540
1541 return SUCCESS;
1542 }
1543 return ERROR;
1544}
1545
1546static void MoveWindow(miccntx *context, u32 micSeq)
1547{
1548 u32 shift;
1549
1550 //Move window if seq greater than the middle of the window
1551 if (micSeq > context->window) {
1552 shift = (micSeq - context->window) >> 1;
1553
1554 //Shift out old
1555 if (shift < 32)
1556 context->rx >>= shift;
1557 else
1558 context->rx = 0;
1559
1560 context->window = micSeq; //Move window
1561 }
1562}
1563
1564/*==============================================*/
1565/*========== EMMH ROUTINES ====================*/
1566/*==============================================*/
1567
1568/* mic accumulate */
1569#define MIC_ACCUM(val) \
1570 context->accum += (u64)(val) * context->coeff[coeff_position++];
1571
1572static unsigned char aes_counter[16];
1573
1574/* expand the key to fill the MMH coefficient array */
Jouni Malinenff1d2762005-05-12 22:54:16 -04001575static void emmh32_setseed(emmh32_context *context, u8 *pkey, int keylen, struct crypto_tfm *tfm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576{
1577 /* take the keying material, expand if necessary, truncate at 16-bytes */
1578 /* run through AES counter mode to generate context->coeff[] */
1579
1580 int i,j;
1581 u32 counter;
1582 u8 *cipher, plain[16];
1583 struct scatterlist sg[1];
1584
1585 crypto_cipher_setkey(tfm, pkey, 16);
1586 counter = 0;
1587 for (i = 0; i < (sizeof(context->coeff)/sizeof(context->coeff[0])); ) {
1588 aes_counter[15] = (u8)(counter >> 0);
1589 aes_counter[14] = (u8)(counter >> 8);
1590 aes_counter[13] = (u8)(counter >> 16);
1591 aes_counter[12] = (u8)(counter >> 24);
1592 counter++;
1593 memcpy (plain, aes_counter, 16);
Herbert Xu6df5b9f2005-09-19 22:30:11 +10001594 sg_set_buf(sg, plain, 16);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595 crypto_cipher_encrypt(tfm, sg, sg, 16);
Herbert Xu6df5b9f2005-09-19 22:30:11 +10001596 cipher = kmap(sg->page) + sg->offset;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597 for (j=0; (j<16) && (i< (sizeof(context->coeff)/sizeof(context->coeff[0]))); ) {
1598 context->coeff[i++] = ntohl(*(u32 *)&cipher[j]);
1599 j += 4;
1600 }
1601 }
1602}
1603
1604/* prepare for calculation of a new mic */
Jouni Malinenff1d2762005-05-12 22:54:16 -04001605static void emmh32_init(emmh32_context *context)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606{
1607 /* prepare for new mic calculation */
1608 context->accum = 0;
1609 context->position = 0;
1610}
1611
1612/* add some bytes to the mic calculation */
Jouni Malinenff1d2762005-05-12 22:54:16 -04001613static void emmh32_update(emmh32_context *context, u8 *pOctets, int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001614{
1615 int coeff_position, byte_position;
1616
1617 if (len == 0) return;
1618
1619 coeff_position = context->position >> 2;
1620
1621 /* deal with partial 32-bit word left over from last update */
1622 byte_position = context->position & 3;
1623 if (byte_position) {
1624 /* have a partial word in part to deal with */
1625 do {
1626 if (len == 0) return;
1627 context->part.d8[byte_position++] = *pOctets++;
1628 context->position++;
1629 len--;
1630 } while (byte_position < 4);
1631 MIC_ACCUM(htonl(context->part.d32));
1632 }
1633
1634 /* deal with full 32-bit words */
1635 while (len >= 4) {
1636 MIC_ACCUM(htonl(*(u32 *)pOctets));
1637 context->position += 4;
1638 pOctets += 4;
1639 len -= 4;
1640 }
1641
1642 /* deal with partial 32-bit word that will be left over from this update */
1643 byte_position = 0;
1644 while (len > 0) {
1645 context->part.d8[byte_position++] = *pOctets++;
1646 context->position++;
1647 len--;
1648 }
1649}
1650
1651/* mask used to zero empty bytes for final partial word */
1652static u32 mask32[4] = { 0x00000000L, 0xFF000000L, 0xFFFF0000L, 0xFFFFFF00L };
1653
1654/* calculate the mic */
Jouni Malinenff1d2762005-05-12 22:54:16 -04001655static void emmh32_final(emmh32_context *context, u8 digest[4])
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656{
1657 int coeff_position, byte_position;
1658 u32 val;
1659
1660 u64 sum, utmp;
1661 s64 stmp;
1662
1663 coeff_position = context->position >> 2;
1664
1665 /* deal with partial 32-bit word left over from last update */
1666 byte_position = context->position & 3;
1667 if (byte_position) {
1668 /* have a partial word in part to deal with */
1669 val = htonl(context->part.d32);
1670 MIC_ACCUM(val & mask32[byte_position]); /* zero empty bytes */
1671 }
1672
1673 /* reduce the accumulated u64 to a 32-bit MIC */
1674 sum = context->accum;
1675 stmp = (sum & 0xffffffffLL) - ((sum >> 32) * 15);
1676 utmp = (stmp & 0xffffffffLL) - ((stmp >> 32) * 15);
1677 sum = utmp & 0xffffffffLL;
1678 if (utmp > 0x10000000fLL)
1679 sum -= 15;
1680
1681 val = (u32)sum;
1682 digest[0] = (val>>24) & 0xFF;
1683 digest[1] = (val>>16) & 0xFF;
1684 digest[2] = (val>>8) & 0xFF;
1685 digest[3] = val & 0xFF;
1686}
1687#endif
1688
1689static int readBSSListRid(struct airo_info *ai, int first,
1690 BSSListRid *list) {
1691 int rc;
1692 Cmd cmd;
1693 Resp rsp;
1694
1695 if (first == 1) {
1696 if (ai->flags & FLAG_RADIO_MASK) return -ENETDOWN;
1697 memset(&cmd, 0, sizeof(cmd));
1698 cmd.cmd=CMD_LISTBSS;
1699 if (down_interruptible(&ai->sem))
1700 return -ERESTARTSYS;
1701 issuecommand(ai, &cmd, &rsp);
1702 up(&ai->sem);
1703 /* Let the command take effect */
1704 ai->task = current;
1705 ssleep(3);
1706 ai->task = NULL;
1707 }
1708 rc = PC4500_readrid(ai, first ? RID_BSSLISTFIRST : RID_BSSLISTNEXT,
1709 list, sizeof(*list), 1);
1710
1711 list->len = le16_to_cpu(list->len);
1712 list->index = le16_to_cpu(list->index);
1713 list->radioType = le16_to_cpu(list->radioType);
1714 list->cap = le16_to_cpu(list->cap);
1715 list->beaconInterval = le16_to_cpu(list->beaconInterval);
1716 list->fh.dwell = le16_to_cpu(list->fh.dwell);
1717 list->dsChannel = le16_to_cpu(list->dsChannel);
1718 list->atimWindow = le16_to_cpu(list->atimWindow);
Dan Williams41480af2005-05-10 09:45:51 -04001719 list->dBm = le16_to_cpu(list->dBm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720 return rc;
1721}
1722
1723static int readWepKeyRid(struct airo_info*ai, WepKeyRid *wkr, int temp, int lock) {
1724 int rc = PC4500_readrid(ai, temp ? RID_WEP_TEMP : RID_WEP_PERM,
1725 wkr, sizeof(*wkr), lock);
1726
1727 wkr->len = le16_to_cpu(wkr->len);
1728 wkr->kindex = le16_to_cpu(wkr->kindex);
1729 wkr->klen = le16_to_cpu(wkr->klen);
1730 return rc;
1731}
1732/* In the writeXXXRid routines we copy the rids so that we don't screwup
1733 * the originals when we endian them... */
1734static int writeWepKeyRid(struct airo_info*ai, WepKeyRid *pwkr, int perm, int lock) {
1735 int rc;
1736 WepKeyRid wkr = *pwkr;
1737
1738 wkr.len = cpu_to_le16(wkr.len);
1739 wkr.kindex = cpu_to_le16(wkr.kindex);
1740 wkr.klen = cpu_to_le16(wkr.klen);
1741 rc = PC4500_writerid(ai, RID_WEP_TEMP, &wkr, sizeof(wkr), lock);
1742 if (rc!=SUCCESS) printk(KERN_ERR "airo: WEP_TEMP set %x\n", rc);
1743 if (perm) {
1744 rc = PC4500_writerid(ai, RID_WEP_PERM, &wkr, sizeof(wkr), lock);
1745 if (rc!=SUCCESS) {
1746 printk(KERN_ERR "airo: WEP_PERM set %x\n", rc);
1747 }
1748 }
1749 return rc;
1750}
1751
1752static int readSsidRid(struct airo_info*ai, SsidRid *ssidr) {
1753 int i;
1754 int rc = PC4500_readrid(ai, RID_SSID, ssidr, sizeof(*ssidr), 1);
1755
1756 ssidr->len = le16_to_cpu(ssidr->len);
1757 for(i = 0; i < 3; i++) {
1758 ssidr->ssids[i].len = le16_to_cpu(ssidr->ssids[i].len);
1759 }
1760 return rc;
1761}
1762static int writeSsidRid(struct airo_info*ai, SsidRid *pssidr, int lock) {
1763 int rc;
1764 int i;
1765 SsidRid ssidr = *pssidr;
1766
1767 ssidr.len = cpu_to_le16(ssidr.len);
1768 for(i = 0; i < 3; i++) {
1769 ssidr.ssids[i].len = cpu_to_le16(ssidr.ssids[i].len);
1770 }
1771 rc = PC4500_writerid(ai, RID_SSID, &ssidr, sizeof(ssidr), lock);
1772 return rc;
1773}
1774static int readConfigRid(struct airo_info*ai, int lock) {
1775 int rc;
1776 u16 *s;
1777 ConfigRid cfg;
1778
1779 if (ai->config.len)
1780 return SUCCESS;
1781
1782 rc = PC4500_readrid(ai, RID_ACTUALCONFIG, &cfg, sizeof(cfg), lock);
1783 if (rc != SUCCESS)
1784 return rc;
1785
1786 for(s = &cfg.len; s <= &cfg.rtsThres; s++) *s = le16_to_cpu(*s);
1787
1788 for(s = &cfg.shortRetryLimit; s <= &cfg.radioType; s++)
1789 *s = le16_to_cpu(*s);
1790
1791 for(s = &cfg.txPower; s <= &cfg.radioSpecific; s++)
1792 *s = le16_to_cpu(*s);
1793
1794 for(s = &cfg.arlThreshold; s <= &cfg._reserved4[0]; s++)
1795 *s = cpu_to_le16(*s);
1796
1797 for(s = &cfg.autoWake; s <= &cfg.autoWake; s++)
1798 *s = cpu_to_le16(*s);
1799
1800 ai->config = cfg;
1801 return SUCCESS;
1802}
1803static inline void checkThrottle(struct airo_info *ai) {
1804 int i;
1805/* Old hardware had a limit on encryption speed */
1806 if (ai->config.authType != AUTH_OPEN && maxencrypt) {
1807 for(i=0; i<8; i++) {
1808 if (ai->config.rates[i] > maxencrypt) {
1809 ai->config.rates[i] = 0;
1810 }
1811 }
1812 }
1813}
1814static int writeConfigRid(struct airo_info*ai, int lock) {
1815 u16 *s;
1816 ConfigRid cfgr;
1817
1818 if (!test_bit (FLAG_COMMIT, &ai->flags))
1819 return SUCCESS;
1820
1821 clear_bit (FLAG_COMMIT, &ai->flags);
1822 clear_bit (FLAG_RESET, &ai->flags);
1823 checkThrottle(ai);
1824 cfgr = ai->config;
1825
1826 if ((cfgr.opmode & 0xFF) == MODE_STA_IBSS)
1827 set_bit(FLAG_ADHOC, &ai->flags);
1828 else
1829 clear_bit(FLAG_ADHOC, &ai->flags);
1830
1831 for(s = &cfgr.len; s <= &cfgr.rtsThres; s++) *s = cpu_to_le16(*s);
1832
1833 for(s = &cfgr.shortRetryLimit; s <= &cfgr.radioType; s++)
1834 *s = cpu_to_le16(*s);
1835
1836 for(s = &cfgr.txPower; s <= &cfgr.radioSpecific; s++)
1837 *s = cpu_to_le16(*s);
1838
1839 for(s = &cfgr.arlThreshold; s <= &cfgr._reserved4[0]; s++)
1840 *s = cpu_to_le16(*s);
1841
1842 for(s = &cfgr.autoWake; s <= &cfgr.autoWake; s++)
1843 *s = cpu_to_le16(*s);
1844
1845 return PC4500_writerid( ai, RID_CONFIG, &cfgr, sizeof(cfgr), lock);
1846}
1847static int readStatusRid(struct airo_info*ai, StatusRid *statr, int lock) {
1848 int rc = PC4500_readrid(ai, RID_STATUS, statr, sizeof(*statr), lock);
1849 u16 *s;
1850
1851 statr->len = le16_to_cpu(statr->len);
1852 for(s = &statr->mode; s <= &statr->SSIDlen; s++) *s = le16_to_cpu(*s);
1853
1854 for(s = &statr->beaconPeriod; s <= &statr->shortPreamble; s++)
1855 *s = le16_to_cpu(*s);
1856 statr->load = le16_to_cpu(statr->load);
1857 statr->assocStatus = le16_to_cpu(statr->assocStatus);
1858 return rc;
1859}
1860static int readAPListRid(struct airo_info*ai, APListRid *aplr) {
1861 int rc = PC4500_readrid(ai, RID_APLIST, aplr, sizeof(*aplr), 1);
1862 aplr->len = le16_to_cpu(aplr->len);
1863 return rc;
1864}
1865static int writeAPListRid(struct airo_info*ai, APListRid *aplr, int lock) {
1866 int rc;
1867 aplr->len = cpu_to_le16(aplr->len);
1868 rc = PC4500_writerid(ai, RID_APLIST, aplr, sizeof(*aplr), lock);
1869 return rc;
1870}
1871static int readCapabilityRid(struct airo_info*ai, CapabilityRid *capr, int lock) {
1872 int rc = PC4500_readrid(ai, RID_CAPABILITIES, capr, sizeof(*capr), lock);
1873 u16 *s;
1874
1875 capr->len = le16_to_cpu(capr->len);
1876 capr->prodNum = le16_to_cpu(capr->prodNum);
1877 capr->radioType = le16_to_cpu(capr->radioType);
1878 capr->country = le16_to_cpu(capr->country);
1879 for(s = &capr->txPowerLevels[0]; s <= &capr->requiredHard; s++)
1880 *s = le16_to_cpu(*s);
1881 return rc;
1882}
1883static int readStatsRid(struct airo_info*ai, StatsRid *sr, int rid, int lock) {
1884 int rc = PC4500_readrid(ai, rid, sr, sizeof(*sr), lock);
1885 u32 *i;
1886
1887 sr->len = le16_to_cpu(sr->len);
1888 for(i = &sr->vals[0]; i <= &sr->vals[99]; i++) *i = le32_to_cpu(*i);
1889 return rc;
1890}
1891
1892static int airo_open(struct net_device *dev) {
1893 struct airo_info *info = dev->priv;
1894 Resp rsp;
1895
1896 if (test_bit(FLAG_FLASHING, &info->flags))
1897 return -EIO;
1898
1899 /* Make sure the card is configured.
1900 * Wireless Extensions may postpone config changes until the card
1901 * is open (to pipeline changes and speed-up card setup). If
1902 * those changes are not yet commited, do it now - Jean II */
1903 if (test_bit (FLAG_COMMIT, &info->flags)) {
1904 disable_MAC(info, 1);
1905 writeConfigRid(info, 1);
1906 }
1907
1908 if (info->wifidev != dev) {
1909 /* Power on the MAC controller (which may have been disabled) */
1910 clear_bit(FLAG_RADIO_DOWN, &info->flags);
1911 enable_interrupts(info);
1912 }
1913 enable_MAC(info, &rsp, 1);
1914
1915 netif_start_queue(dev);
1916 return 0;
1917}
1918
1919static int mpi_start_xmit(struct sk_buff *skb, struct net_device *dev) {
1920 int npacks, pending;
1921 unsigned long flags;
1922 struct airo_info *ai = dev->priv;
1923
1924 if (!skb) {
1925 printk(KERN_ERR "airo: %s: skb==NULL\n",__FUNCTION__);
1926 return 0;
1927 }
1928 npacks = skb_queue_len (&ai->txq);
1929
1930 if (npacks >= MAXTXQ - 1) {
1931 netif_stop_queue (dev);
1932 if (npacks > MAXTXQ) {
1933 ai->stats.tx_fifo_errors++;
1934 return 1;
1935 }
1936 skb_queue_tail (&ai->txq, skb);
1937 return 0;
1938 }
1939
1940 spin_lock_irqsave(&ai->aux_lock, flags);
1941 skb_queue_tail (&ai->txq, skb);
1942 pending = test_bit(FLAG_PENDING_XMIT, &ai->flags);
1943 spin_unlock_irqrestore(&ai->aux_lock,flags);
1944 netif_wake_queue (dev);
1945
1946 if (pending == 0) {
1947 set_bit(FLAG_PENDING_XMIT, &ai->flags);
1948 mpi_send_packet (dev);
1949 }
1950 return 0;
1951}
1952
1953/*
1954 * @mpi_send_packet
1955 *
1956 * Attempt to transmit a packet. Can be called from interrupt
1957 * or transmit . return number of packets we tried to send
1958 */
1959
1960static int mpi_send_packet (struct net_device *dev)
1961{
1962 struct sk_buff *skb;
1963 unsigned char *buffer;
1964 s16 len, *payloadLen;
1965 struct airo_info *ai = dev->priv;
1966 u8 *sendbuf;
1967
1968 /* get a packet to send */
1969
1970 if ((skb = skb_dequeue(&ai->txq)) == 0) {
1971 printk (KERN_ERR
1972 "airo: %s: Dequeue'd zero in send_packet()\n",
1973 __FUNCTION__);
1974 return 0;
1975 }
1976
1977 /* check min length*/
1978 len = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN;
1979 buffer = skb->data;
1980
1981 ai->txfids[0].tx_desc.offset = 0;
1982 ai->txfids[0].tx_desc.valid = 1;
1983 ai->txfids[0].tx_desc.eoc = 1;
1984 ai->txfids[0].tx_desc.len =len+sizeof(WifiHdr);
1985
1986/*
1987 * Magic, the cards firmware needs a length count (2 bytes) in the host buffer
1988 * right after TXFID_HDR.The TXFID_HDR contains the status short so payloadlen
1989 * is immediatly after it. ------------------------------------------------
1990 * |TXFIDHDR+STATUS|PAYLOADLEN|802.3HDR|PACKETDATA|
1991 * ------------------------------------------------
1992 */
1993
1994 memcpy((char *)ai->txfids[0].virtual_host_addr,
1995 (char *)&wifictlhdr8023, sizeof(wifictlhdr8023));
1996
1997 payloadLen = (s16 *)(ai->txfids[0].virtual_host_addr +
1998 sizeof(wifictlhdr8023));
1999 sendbuf = ai->txfids[0].virtual_host_addr +
2000 sizeof(wifictlhdr8023) + 2 ;
2001
2002 /*
2003 * Firmware automaticly puts 802 header on so
2004 * we don't need to account for it in the length
2005 */
2006#ifdef MICSUPPORT
2007 if (test_bit(FLAG_MIC_CAPABLE, &ai->flags) && ai->micstats.enabled &&
2008 (ntohs(((u16 *)buffer)[6]) != 0x888E)) {
2009 MICBuffer pMic;
2010
2011 if (encapsulate(ai, (etherHead *)buffer, &pMic, len - sizeof(etherHead)) != SUCCESS)
2012 return ERROR;
2013
2014 *payloadLen = cpu_to_le16(len-sizeof(etherHead)+sizeof(pMic));
2015 ai->txfids[0].tx_desc.len += sizeof(pMic);
2016 /* copy data into airo dma buffer */
2017 memcpy (sendbuf, buffer, sizeof(etherHead));
2018 buffer += sizeof(etherHead);
2019 sendbuf += sizeof(etherHead);
2020 memcpy (sendbuf, &pMic, sizeof(pMic));
2021 sendbuf += sizeof(pMic);
2022 memcpy (sendbuf, buffer, len - sizeof(etherHead));
2023 } else
2024#endif
2025 {
2026 *payloadLen = cpu_to_le16(len - sizeof(etherHead));
2027
2028 dev->trans_start = jiffies;
2029
2030 /* copy data into airo dma buffer */
2031 memcpy(sendbuf, buffer, len);
2032 }
2033
2034 memcpy_toio(ai->txfids[0].card_ram_off,
2035 &ai->txfids[0].tx_desc, sizeof(TxFid));
2036
2037 OUT4500(ai, EVACK, 8);
2038
2039 dev_kfree_skb_any(skb);
2040 return 1;
2041}
2042
Gabriel A. Devenyi29b09fc2005-11-03 19:30:47 -05002043static void get_tx_error(struct airo_info *ai, s32 fid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044{
2045 u16 status;
2046
2047 if (fid < 0)
2048 status = ((WifiCtlHdr *)ai->txfids[0].virtual_host_addr)->ctlhdr.status;
2049 else {
2050 if (bap_setup(ai, ai->fids[fid] & 0xffff, 4, BAP0) != SUCCESS)
2051 return;
2052 bap_read(ai, &status, 2, BAP0);
2053 }
2054 if (le16_to_cpu(status) & 2) /* Too many retries */
2055 ai->stats.tx_aborted_errors++;
2056 if (le16_to_cpu(status) & 4) /* Transmit lifetime exceeded */
2057 ai->stats.tx_heartbeat_errors++;
2058 if (le16_to_cpu(status) & 8) /* Aid fail */
2059 { }
2060 if (le16_to_cpu(status) & 0x10) /* MAC disabled */
2061 ai->stats.tx_carrier_errors++;
2062 if (le16_to_cpu(status) & 0x20) /* Association lost */
2063 { }
2064 /* We produce a TXDROP event only for retry or lifetime
2065 * exceeded, because that's the only status that really mean
2066 * that this particular node went away.
2067 * Other errors means that *we* screwed up. - Jean II */
2068 if ((le16_to_cpu(status) & 2) ||
2069 (le16_to_cpu(status) & 4)) {
2070 union iwreq_data wrqu;
2071 char junk[0x18];
2072
2073 /* Faster to skip over useless data than to do
2074 * another bap_setup(). We are at offset 0x6 and
2075 * need to go to 0x18 and read 6 bytes - Jean II */
2076 bap_read(ai, (u16 *) junk, 0x18, BAP0);
2077
2078 /* Copy 802.11 dest address.
2079 * We use the 802.11 header because the frame may
2080 * not be 802.3 or may be mangled...
2081 * In Ad-Hoc mode, it will be the node address.
2082 * In managed mode, it will be most likely the AP addr
2083 * User space will figure out how to convert it to
2084 * whatever it needs (IP address or else).
2085 * - Jean II */
2086 memcpy(wrqu.addr.sa_data, junk + 0x12, ETH_ALEN);
2087 wrqu.addr.sa_family = ARPHRD_ETHER;
2088
2089 /* Send event to user space */
2090 wireless_send_event(ai->dev, IWEVTXDROP, &wrqu, NULL);
2091 }
2092}
2093
2094static void airo_end_xmit(struct net_device *dev) {
2095 u16 status;
2096 int i;
2097 struct airo_info *priv = dev->priv;
2098 struct sk_buff *skb = priv->xmit.skb;
2099 int fid = priv->xmit.fid;
2100 u32 *fids = priv->fids;
2101
2102 clear_bit(JOB_XMIT, &priv->flags);
2103 clear_bit(FLAG_PENDING_XMIT, &priv->flags);
2104 status = transmit_802_3_packet (priv, fids[fid], skb->data);
2105 up(&priv->sem);
2106
2107 i = 0;
2108 if ( status == SUCCESS ) {
2109 dev->trans_start = jiffies;
2110 for (; i < MAX_FIDS / 2 && (priv->fids[i] & 0xffff0000); i++);
2111 } else {
2112 priv->fids[fid] &= 0xffff;
2113 priv->stats.tx_window_errors++;
2114 }
2115 if (i < MAX_FIDS / 2)
2116 netif_wake_queue(dev);
2117 dev_kfree_skb(skb);
2118}
2119
2120static int airo_start_xmit(struct sk_buff *skb, struct net_device *dev) {
2121 s16 len;
2122 int i, j;
2123 struct airo_info *priv = dev->priv;
2124 u32 *fids = priv->fids;
2125
2126 if ( skb == NULL ) {
2127 printk( KERN_ERR "airo: skb == NULL!!!\n" );
2128 return 0;
2129 }
2130
2131 /* Find a vacant FID */
2132 for( i = 0; i < MAX_FIDS / 2 && (fids[i] & 0xffff0000); i++ );
2133 for( j = i + 1; j < MAX_FIDS / 2 && (fids[j] & 0xffff0000); j++ );
2134
2135 if ( j >= MAX_FIDS / 2 ) {
2136 netif_stop_queue(dev);
2137
2138 if (i == MAX_FIDS / 2) {
2139 priv->stats.tx_fifo_errors++;
2140 return 1;
2141 }
2142 }
2143 /* check min length*/
2144 len = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN;
2145 /* Mark fid as used & save length for later */
2146 fids[i] |= (len << 16);
2147 priv->xmit.skb = skb;
2148 priv->xmit.fid = i;
2149 if (down_trylock(&priv->sem) != 0) {
2150 set_bit(FLAG_PENDING_XMIT, &priv->flags);
2151 netif_stop_queue(dev);
2152 set_bit(JOB_XMIT, &priv->flags);
2153 wake_up_interruptible(&priv->thr_wait);
2154 } else
2155 airo_end_xmit(dev);
2156 return 0;
2157}
2158
2159static void airo_end_xmit11(struct net_device *dev) {
2160 u16 status;
2161 int i;
2162 struct airo_info *priv = dev->priv;
2163 struct sk_buff *skb = priv->xmit11.skb;
2164 int fid = priv->xmit11.fid;
2165 u32 *fids = priv->fids;
2166
2167 clear_bit(JOB_XMIT11, &priv->flags);
2168 clear_bit(FLAG_PENDING_XMIT11, &priv->flags);
2169 status = transmit_802_11_packet (priv, fids[fid], skb->data);
2170 up(&priv->sem);
2171
2172 i = MAX_FIDS / 2;
2173 if ( status == SUCCESS ) {
2174 dev->trans_start = jiffies;
2175 for (; i < MAX_FIDS && (priv->fids[i] & 0xffff0000); i++);
2176 } else {
2177 priv->fids[fid] &= 0xffff;
2178 priv->stats.tx_window_errors++;
2179 }
2180 if (i < MAX_FIDS)
2181 netif_wake_queue(dev);
2182 dev_kfree_skb(skb);
2183}
2184
2185static int airo_start_xmit11(struct sk_buff *skb, struct net_device *dev) {
2186 s16 len;
2187 int i, j;
2188 struct airo_info *priv = dev->priv;
2189 u32 *fids = priv->fids;
2190
2191 if (test_bit(FLAG_MPI, &priv->flags)) {
2192 /* Not implemented yet for MPI350 */
2193 netif_stop_queue(dev);
2194 return -ENETDOWN;
2195 }
2196
2197 if ( skb == NULL ) {
2198 printk( KERN_ERR "airo: skb == NULL!!!\n" );
2199 return 0;
2200 }
2201
2202 /* Find a vacant FID */
2203 for( i = MAX_FIDS / 2; i < MAX_FIDS && (fids[i] & 0xffff0000); i++ );
2204 for( j = i + 1; j < MAX_FIDS && (fids[j] & 0xffff0000); j++ );
2205
2206 if ( j >= MAX_FIDS ) {
2207 netif_stop_queue(dev);
2208
2209 if (i == MAX_FIDS) {
2210 priv->stats.tx_fifo_errors++;
2211 return 1;
2212 }
2213 }
2214 /* check min length*/
2215 len = ETH_ZLEN < skb->len ? skb->len : ETH_ZLEN;
2216 /* Mark fid as used & save length for later */
2217 fids[i] |= (len << 16);
2218 priv->xmit11.skb = skb;
2219 priv->xmit11.fid = i;
2220 if (down_trylock(&priv->sem) != 0) {
2221 set_bit(FLAG_PENDING_XMIT11, &priv->flags);
2222 netif_stop_queue(dev);
2223 set_bit(JOB_XMIT11, &priv->flags);
2224 wake_up_interruptible(&priv->thr_wait);
2225 } else
2226 airo_end_xmit11(dev);
2227 return 0;
2228}
2229
2230static void airo_read_stats(struct airo_info *ai) {
2231 StatsRid stats_rid;
2232 u32 *vals = stats_rid.vals;
2233
2234 clear_bit(JOB_STATS, &ai->flags);
Pavel Machekca078ba2005-09-03 15:56:57 -07002235 if (ai->power.event) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236 up(&ai->sem);
2237 return;
2238 }
2239 readStatsRid(ai, &stats_rid, RID_STATS, 0);
2240 up(&ai->sem);
2241
2242 ai->stats.rx_packets = vals[43] + vals[44] + vals[45];
2243 ai->stats.tx_packets = vals[39] + vals[40] + vals[41];
2244 ai->stats.rx_bytes = vals[92];
2245 ai->stats.tx_bytes = vals[91];
2246 ai->stats.rx_errors = vals[0] + vals[2] + vals[3] + vals[4];
2247 ai->stats.tx_errors = vals[42] + ai->stats.tx_fifo_errors;
2248 ai->stats.multicast = vals[43];
2249 ai->stats.collisions = vals[89];
2250
2251 /* detailed rx_errors: */
2252 ai->stats.rx_length_errors = vals[3];
2253 ai->stats.rx_crc_errors = vals[4];
2254 ai->stats.rx_frame_errors = vals[2];
2255 ai->stats.rx_fifo_errors = vals[0];
2256}
2257
Jouni Malinenff1d2762005-05-12 22:54:16 -04002258static struct net_device_stats *airo_get_stats(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259{
2260 struct airo_info *local = dev->priv;
2261
2262 if (!test_bit(JOB_STATS, &local->flags)) {
2263 /* Get stats out of the card if available */
2264 if (down_trylock(&local->sem) != 0) {
2265 set_bit(JOB_STATS, &local->flags);
2266 wake_up_interruptible(&local->thr_wait);
2267 } else
2268 airo_read_stats(local);
2269 }
2270
2271 return &local->stats;
2272}
2273
2274static void airo_set_promisc(struct airo_info *ai) {
2275 Cmd cmd;
2276 Resp rsp;
2277
2278 memset(&cmd, 0, sizeof(cmd));
2279 cmd.cmd=CMD_SETMODE;
2280 clear_bit(JOB_PROMISC, &ai->flags);
2281 cmd.parm0=(ai->flags&IFF_PROMISC) ? PROMISC : NOPROMISC;
2282 issuecommand(ai, &cmd, &rsp);
2283 up(&ai->sem);
2284}
2285
2286static void airo_set_multicast_list(struct net_device *dev) {
2287 struct airo_info *ai = dev->priv;
2288
2289 if ((dev->flags ^ ai->flags) & IFF_PROMISC) {
2290 change_bit(FLAG_PROMISC, &ai->flags);
2291 if (down_trylock(&ai->sem) != 0) {
2292 set_bit(JOB_PROMISC, &ai->flags);
2293 wake_up_interruptible(&ai->thr_wait);
2294 } else
2295 airo_set_promisc(ai);
2296 }
2297
2298 if ((dev->flags&IFF_ALLMULTI)||dev->mc_count>0) {
2299 /* Turn on multicast. (Should be already setup...) */
2300 }
2301}
2302
2303static int airo_set_mac_address(struct net_device *dev, void *p)
2304{
2305 struct airo_info *ai = dev->priv;
2306 struct sockaddr *addr = p;
2307 Resp rsp;
2308
2309 readConfigRid(ai, 1);
2310 memcpy (ai->config.macAddr, addr->sa_data, dev->addr_len);
2311 set_bit (FLAG_COMMIT, &ai->flags);
2312 disable_MAC(ai, 1);
2313 writeConfigRid (ai, 1);
2314 enable_MAC(ai, &rsp, 1);
2315 memcpy (ai->dev->dev_addr, addr->sa_data, dev->addr_len);
2316 if (ai->wifidev)
2317 memcpy (ai->wifidev->dev_addr, addr->sa_data, dev->addr_len);
2318 return 0;
2319}
2320
2321static int airo_change_mtu(struct net_device *dev, int new_mtu)
2322{
2323 if ((new_mtu < 68) || (new_mtu > 2400))
2324 return -EINVAL;
2325 dev->mtu = new_mtu;
2326 return 0;
2327}
2328
2329
2330static int airo_close(struct net_device *dev) {
2331 struct airo_info *ai = dev->priv;
2332
2333 netif_stop_queue(dev);
2334
2335 if (ai->wifidev != dev) {
2336#ifdef POWER_ON_DOWN
2337 /* Shut power to the card. The idea is that the user can save
2338 * power when he doesn't need the card with "ifconfig down".
2339 * That's the method that is most friendly towards the network
2340 * stack (i.e. the network stack won't try to broadcast
2341 * anything on the interface and routes are gone. Jean II */
2342 set_bit(FLAG_RADIO_DOWN, &ai->flags);
2343 disable_MAC(ai, 1);
2344#endif
2345 disable_interrupts( ai );
2346 }
2347 return 0;
2348}
2349
2350static void del_airo_dev( struct net_device *dev );
2351
2352void stop_airo_card( struct net_device *dev, int freeres )
2353{
2354 struct airo_info *ai = dev->priv;
2355
2356 set_bit(FLAG_RADIO_DOWN, &ai->flags);
2357 disable_MAC(ai, 1);
2358 disable_interrupts(ai);
2359 free_irq( dev->irq, dev );
2360 takedown_proc_entry( dev, ai );
2361 if (test_bit(FLAG_REGISTERED, &ai->flags)) {
2362 unregister_netdev( dev );
2363 if (ai->wifidev) {
2364 unregister_netdev(ai->wifidev);
2365 free_netdev(ai->wifidev);
2366 ai->wifidev = NULL;
2367 }
2368 clear_bit(FLAG_REGISTERED, &ai->flags);
2369 }
2370 set_bit(JOB_DIE, &ai->flags);
2371 kill_proc(ai->thr_pid, SIGTERM, 1);
2372 wait_for_completion(&ai->thr_exited);
2373
2374 /*
2375 * Clean out tx queue
2376 */
David S. Millerb03efcf2005-07-08 14:57:23 -07002377 if (test_bit(FLAG_MPI, &ai->flags) && !skb_queue_empty(&ai->txq)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378 struct sk_buff *skb = NULL;
2379 for (;(skb = skb_dequeue(&ai->txq));)
2380 dev_kfree_skb(skb);
2381 }
2382
Jesper Juhlb4558ea2005-10-28 16:53:13 -04002383 kfree(ai->flash);
2384 kfree(ai->rssi);
2385 kfree(ai->APList);
2386 kfree(ai->SSID);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387 if (freeres) {
2388 /* PCMCIA frees this stuff, so only for PCI and ISA */
2389 release_region( dev->base_addr, 64 );
2390 if (test_bit(FLAG_MPI, &ai->flags)) {
2391 if (ai->pci)
2392 mpi_unmap_card(ai->pci);
2393 if (ai->pcimem)
2394 iounmap(ai->pcimem);
2395 if (ai->pciaux)
2396 iounmap(ai->pciaux);
2397 pci_free_consistent(ai->pci, PCI_SHARED_LEN,
2398 ai->shared, ai->shared_dma);
2399 }
2400 }
2401#ifdef MICSUPPORT
Jesper Juhl573dbd92005-09-01 17:44:29 -07002402 crypto_free_tfm(ai->tfm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403#endif
2404 del_airo_dev( dev );
2405 free_netdev( dev );
2406}
2407
2408EXPORT_SYMBOL(stop_airo_card);
2409
2410static int add_airo_dev( struct net_device *dev );
2411
Jouni Malinenff1d2762005-05-12 22:54:16 -04002412static int wll_header_parse(struct sk_buff *skb, unsigned char *haddr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002413{
2414 memcpy(haddr, skb->mac.raw + 10, ETH_ALEN);
2415 return ETH_ALEN;
2416}
2417
2418static void mpi_unmap_card(struct pci_dev *pci)
2419{
2420 unsigned long mem_start = pci_resource_start(pci, 1);
2421 unsigned long mem_len = pci_resource_len(pci, 1);
2422 unsigned long aux_start = pci_resource_start(pci, 2);
2423 unsigned long aux_len = AUXMEMSIZE;
2424
2425 release_mem_region(aux_start, aux_len);
2426 release_mem_region(mem_start, mem_len);
2427}
2428
2429/*************************************************************
2430 * This routine assumes that descriptors have been setup .
2431 * Run at insmod time or after reset when the decriptors
2432 * have been initialized . Returns 0 if all is well nz
2433 * otherwise . Does not allocate memory but sets up card
2434 * using previously allocated descriptors.
2435 */
2436static int mpi_init_descriptors (struct airo_info *ai)
2437{
2438 Cmd cmd;
2439 Resp rsp;
2440 int i;
2441 int rc = SUCCESS;
2442
2443 /* Alloc card RX descriptors */
2444 netif_stop_queue(ai->dev);
2445
2446 memset(&rsp,0,sizeof(rsp));
2447 memset(&cmd,0,sizeof(cmd));
2448
2449 cmd.cmd = CMD_ALLOCATEAUX;
2450 cmd.parm0 = FID_RX;
2451 cmd.parm1 = (ai->rxfids[0].card_ram_off - ai->pciaux);
2452 cmd.parm2 = MPI_MAX_FIDS;
2453 rc=issuecommand(ai, &cmd, &rsp);
2454 if (rc != SUCCESS) {
2455 printk(KERN_ERR "airo: Couldn't allocate RX FID\n");
2456 return rc;
2457 }
2458
2459 for (i=0; i<MPI_MAX_FIDS; i++) {
2460 memcpy_toio(ai->rxfids[i].card_ram_off,
2461 &ai->rxfids[i].rx_desc, sizeof(RxFid));
2462 }
2463
2464 /* Alloc card TX descriptors */
2465
2466 memset(&rsp,0,sizeof(rsp));
2467 memset(&cmd,0,sizeof(cmd));
2468
2469 cmd.cmd = CMD_ALLOCATEAUX;
2470 cmd.parm0 = FID_TX;
2471 cmd.parm1 = (ai->txfids[0].card_ram_off - ai->pciaux);
2472 cmd.parm2 = MPI_MAX_FIDS;
2473
2474 for (i=0; i<MPI_MAX_FIDS; i++) {
2475 ai->txfids[i].tx_desc.valid = 1;
2476 memcpy_toio(ai->txfids[i].card_ram_off,
2477 &ai->txfids[i].tx_desc, sizeof(TxFid));
2478 }
2479 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */
2480
2481 rc=issuecommand(ai, &cmd, &rsp);
2482 if (rc != SUCCESS) {
2483 printk(KERN_ERR "airo: Couldn't allocate TX FID\n");
2484 return rc;
2485 }
2486
2487 /* Alloc card Rid descriptor */
2488 memset(&rsp,0,sizeof(rsp));
2489 memset(&cmd,0,sizeof(cmd));
2490
2491 cmd.cmd = CMD_ALLOCATEAUX;
2492 cmd.parm0 = RID_RW;
2493 cmd.parm1 = (ai->config_desc.card_ram_off - ai->pciaux);
2494 cmd.parm2 = 1; /* Magic number... */
2495 rc=issuecommand(ai, &cmd, &rsp);
2496 if (rc != SUCCESS) {
2497 printk(KERN_ERR "airo: Couldn't allocate RID\n");
2498 return rc;
2499 }
2500
2501 memcpy_toio(ai->config_desc.card_ram_off,
2502 &ai->config_desc.rid_desc, sizeof(Rid));
2503
2504 return rc;
2505}
2506
2507/*
2508 * We are setting up three things here:
2509 * 1) Map AUX memory for descriptors: Rid, TxFid, or RxFid.
2510 * 2) Map PCI memory for issueing commands.
2511 * 3) Allocate memory (shared) to send and receive ethernet frames.
2512 */
2513static int mpi_map_card(struct airo_info *ai, struct pci_dev *pci,
2514 const char *name)
2515{
2516 unsigned long mem_start, mem_len, aux_start, aux_len;
2517 int rc = -1;
2518 int i;
Jeff Garzik2759c8d2005-09-24 04:09:04 -04002519 dma_addr_t busaddroff;
2520 unsigned char *vpackoff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 unsigned char __iomem *pciaddroff;
2522
2523 mem_start = pci_resource_start(pci, 1);
2524 mem_len = pci_resource_len(pci, 1);
2525 aux_start = pci_resource_start(pci, 2);
2526 aux_len = AUXMEMSIZE;
2527
2528 if (!request_mem_region(mem_start, mem_len, name)) {
2529 printk(KERN_ERR "airo: Couldn't get region %x[%x] for %s\n",
2530 (int)mem_start, (int)mem_len, name);
2531 goto out;
2532 }
2533 if (!request_mem_region(aux_start, aux_len, name)) {
2534 printk(KERN_ERR "airo: Couldn't get region %x[%x] for %s\n",
2535 (int)aux_start, (int)aux_len, name);
2536 goto free_region1;
2537 }
2538
2539 ai->pcimem = ioremap(mem_start, mem_len);
2540 if (!ai->pcimem) {
2541 printk(KERN_ERR "airo: Couldn't map region %x[%x] for %s\n",
2542 (int)mem_start, (int)mem_len, name);
2543 goto free_region2;
2544 }
2545 ai->pciaux = ioremap(aux_start, aux_len);
2546 if (!ai->pciaux) {
2547 printk(KERN_ERR "airo: Couldn't map region %x[%x] for %s\n",
2548 (int)aux_start, (int)aux_len, name);
2549 goto free_memmap;
2550 }
2551
2552 /* Reserve PKTSIZE for each fid and 2K for the Rids */
2553 ai->shared = pci_alloc_consistent(pci, PCI_SHARED_LEN, &ai->shared_dma);
2554 if (!ai->shared) {
2555 printk(KERN_ERR "airo: Couldn't alloc_consistent %d\n",
2556 PCI_SHARED_LEN);
2557 goto free_auxmap;
2558 }
2559
2560 /*
2561 * Setup descriptor RX, TX, CONFIG
2562 */
Jeff Garzik2759c8d2005-09-24 04:09:04 -04002563 busaddroff = ai->shared_dma;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564 pciaddroff = ai->pciaux + AUX_OFFSET;
2565 vpackoff = ai->shared;
2566
2567 /* RX descriptor setup */
2568 for(i = 0; i < MPI_MAX_FIDS; i++) {
2569 ai->rxfids[i].pending = 0;
2570 ai->rxfids[i].card_ram_off = pciaddroff;
2571 ai->rxfids[i].virtual_host_addr = vpackoff;
Jeff Garzik2759c8d2005-09-24 04:09:04 -04002572 ai->rxfids[i].rx_desc.host_addr = busaddroff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573 ai->rxfids[i].rx_desc.valid = 1;
2574 ai->rxfids[i].rx_desc.len = PKTSIZE;
2575 ai->rxfids[i].rx_desc.rdy = 0;
2576
2577 pciaddroff += sizeof(RxFid);
2578 busaddroff += PKTSIZE;
2579 vpackoff += PKTSIZE;
2580 }
2581
2582 /* TX descriptor setup */
2583 for(i = 0; i < MPI_MAX_FIDS; i++) {
2584 ai->txfids[i].card_ram_off = pciaddroff;
2585 ai->txfids[i].virtual_host_addr = vpackoff;
2586 ai->txfids[i].tx_desc.valid = 1;
Jeff Garzik2759c8d2005-09-24 04:09:04 -04002587 ai->txfids[i].tx_desc.host_addr = busaddroff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588 memcpy(ai->txfids[i].virtual_host_addr,
2589 &wifictlhdr8023, sizeof(wifictlhdr8023));
2590
2591 pciaddroff += sizeof(TxFid);
2592 busaddroff += PKTSIZE;
2593 vpackoff += PKTSIZE;
2594 }
2595 ai->txfids[i-1].tx_desc.eoc = 1; /* Last descriptor has EOC set */
2596
2597 /* Rid descriptor setup */
2598 ai->config_desc.card_ram_off = pciaddroff;
2599 ai->config_desc.virtual_host_addr = vpackoff;
Jeff Garzik2759c8d2005-09-24 04:09:04 -04002600 ai->config_desc.rid_desc.host_addr = busaddroff;
2601 ai->ridbus = busaddroff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602 ai->config_desc.rid_desc.rid = 0;
2603 ai->config_desc.rid_desc.len = RIDSIZE;
2604 ai->config_desc.rid_desc.valid = 1;
2605 pciaddroff += sizeof(Rid);
2606 busaddroff += RIDSIZE;
2607 vpackoff += RIDSIZE;
2608
2609 /* Tell card about descriptors */
2610 if (mpi_init_descriptors (ai) != SUCCESS)
2611 goto free_shared;
2612
2613 return 0;
2614 free_shared:
2615 pci_free_consistent(pci, PCI_SHARED_LEN, ai->shared, ai->shared_dma);
2616 free_auxmap:
2617 iounmap(ai->pciaux);
2618 free_memmap:
2619 iounmap(ai->pcimem);
2620 free_region2:
2621 release_mem_region(aux_start, aux_len);
2622 free_region1:
2623 release_mem_region(mem_start, mem_len);
2624 out:
2625 return rc;
2626}
2627
2628static void wifi_setup(struct net_device *dev)
2629{
2630 dev->hard_header = NULL;
2631 dev->rebuild_header = NULL;
2632 dev->hard_header_cache = NULL;
2633 dev->header_cache_update= NULL;
2634
2635 dev->hard_header_parse = wll_header_parse;
2636 dev->hard_start_xmit = &airo_start_xmit11;
2637 dev->get_stats = &airo_get_stats;
2638 dev->set_mac_address = &airo_set_mac_address;
2639 dev->do_ioctl = &airo_ioctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640 dev->wireless_handlers = &airo_handler_def;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641 dev->change_mtu = &airo_change_mtu;
2642 dev->open = &airo_open;
2643 dev->stop = &airo_close;
2644
2645 dev->type = ARPHRD_IEEE80211;
2646 dev->hard_header_len = ETH_HLEN;
2647 dev->mtu = 2312;
2648 dev->addr_len = ETH_ALEN;
2649 dev->tx_queue_len = 100;
2650
2651 memset(dev->broadcast,0xFF, ETH_ALEN);
2652
2653 dev->flags = IFF_BROADCAST|IFF_MULTICAST;
2654}
2655
2656static struct net_device *init_wifidev(struct airo_info *ai,
2657 struct net_device *ethdev)
2658{
2659 int err;
2660 struct net_device *dev = alloc_netdev(0, "wifi%d", wifi_setup);
2661 if (!dev)
2662 return NULL;
2663 dev->priv = ethdev->priv;
2664 dev->irq = ethdev->irq;
2665 dev->base_addr = ethdev->base_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666 dev->wireless_data = ethdev->wireless_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667 memcpy(dev->dev_addr, ethdev->dev_addr, dev->addr_len);
2668 err = register_netdev(dev);
2669 if (err<0) {
2670 free_netdev(dev);
2671 return NULL;
2672 }
2673 return dev;
2674}
2675
Jouni Malinenff1d2762005-05-12 22:54:16 -04002676static int reset_card( struct net_device *dev , int lock) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677 struct airo_info *ai = dev->priv;
2678
2679 if (lock && down_interruptible(&ai->sem))
2680 return -1;
2681 waitbusy (ai);
2682 OUT4500(ai,COMMAND,CMD_SOFTRESET);
2683 msleep(200);
2684 waitbusy (ai);
2685 msleep(200);
2686 if (lock)
2687 up(&ai->sem);
2688 return 0;
2689}
2690
Jouni Malinenff1d2762005-05-12 22:54:16 -04002691static struct net_device *_init_airo_card( unsigned short irq, int port,
2692 int is_pcmcia, struct pci_dev *pci,
2693 struct device *dmdev )
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694{
2695 struct net_device *dev;
2696 struct airo_info *ai;
2697 int i, rc;
2698
2699 /* Create the network device object. */
2700 dev = alloc_etherdev(sizeof(*ai));
2701 if (!dev) {
2702 printk(KERN_ERR "airo: Couldn't alloc_etherdev\n");
2703 return NULL;
2704 }
2705 if (dev_alloc_name(dev, dev->name) < 0) {
2706 printk(KERN_ERR "airo: Couldn't get name!\n");
2707 goto err_out_free;
2708 }
2709
2710 ai = dev->priv;
2711 ai->wifidev = NULL;
2712 ai->flags = 0;
2713 if (pci && (pci->device == 0x5000 || pci->device == 0xa504)) {
2714 printk(KERN_DEBUG "airo: Found an MPI350 card\n");
2715 set_bit(FLAG_MPI, &ai->flags);
2716 }
2717 ai->dev = dev;
2718 spin_lock_init(&ai->aux_lock);
2719 sema_init(&ai->sem, 1);
2720 ai->config.len = 0;
2721 ai->pci = pci;
2722 init_waitqueue_head (&ai->thr_wait);
2723 init_completion (&ai->thr_exited);
2724 ai->thr_pid = kernel_thread(airo_thread, dev, CLONE_FS | CLONE_FILES);
2725 if (ai->thr_pid < 0)
2726 goto err_out_free;
2727#ifdef MICSUPPORT
2728 ai->tfm = NULL;
2729#endif
2730 rc = add_airo_dev( dev );
2731 if (rc)
2732 goto err_out_thr;
2733
2734 /* The Airo-specific entries in the device structure. */
2735 if (test_bit(FLAG_MPI,&ai->flags)) {
2736 skb_queue_head_init (&ai->txq);
2737 dev->hard_start_xmit = &mpi_start_xmit;
2738 } else
2739 dev->hard_start_xmit = &airo_start_xmit;
2740 dev->get_stats = &airo_get_stats;
2741 dev->set_multicast_list = &airo_set_multicast_list;
2742 dev->set_mac_address = &airo_set_mac_address;
2743 dev->do_ioctl = &airo_ioctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744 dev->wireless_handlers = &airo_handler_def;
2745 ai->wireless_data.spy_data = &ai->spy_data;
2746 dev->wireless_data = &ai->wireless_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747 dev->change_mtu = &airo_change_mtu;
2748 dev->open = &airo_open;
2749 dev->stop = &airo_close;
2750 dev->irq = irq;
2751 dev->base_addr = port;
2752
2753 SET_NETDEV_DEV(dev, dmdev);
2754
2755
2756 if (test_bit(FLAG_MPI,&ai->flags))
2757 reset_card (dev, 1);
2758
2759 rc = request_irq( dev->irq, airo_interrupt, SA_SHIRQ, dev->name, dev );
2760 if (rc) {
2761 printk(KERN_ERR "airo: register interrupt %d failed, rc %d\n", irq, rc );
2762 goto err_out_unlink;
2763 }
2764 if (!is_pcmcia) {
2765 if (!request_region( dev->base_addr, 64, dev->name )) {
2766 rc = -EBUSY;
2767 printk(KERN_ERR "airo: Couldn't request region\n");
2768 goto err_out_irq;
2769 }
2770 }
2771
2772 if (test_bit(FLAG_MPI,&ai->flags)) {
2773 if (mpi_map_card(ai, pci, dev->name)) {
2774 printk(KERN_ERR "airo: Could not map memory\n");
2775 goto err_out_res;
2776 }
2777 }
2778
2779 if (probe) {
2780 if ( setup_card( ai, dev->dev_addr, 1 ) != SUCCESS ) {
2781 printk( KERN_ERR "airo: MAC could not be enabled\n" );
2782 rc = -EIO;
2783 goto err_out_map;
2784 }
2785 } else if (!test_bit(FLAG_MPI,&ai->flags)) {
2786 ai->bap_read = fast_bap_read;
2787 set_bit(FLAG_FLASHING, &ai->flags);
2788 }
2789
2790 rc = register_netdev(dev);
2791 if (rc) {
2792 printk(KERN_ERR "airo: Couldn't register_netdev\n");
2793 goto err_out_map;
2794 }
2795 ai->wifidev = init_wifidev(ai, dev);
2796
2797 set_bit(FLAG_REGISTERED,&ai->flags);
2798 printk( KERN_INFO "airo: MAC enabled %s %x:%x:%x:%x:%x:%x\n",
2799 dev->name,
2800 dev->dev_addr[0], dev->dev_addr[1], dev->dev_addr[2],
2801 dev->dev_addr[3], dev->dev_addr[4], dev->dev_addr[5] );
2802
2803 /* Allocate the transmit buffers */
2804 if (probe && !test_bit(FLAG_MPI,&ai->flags))
2805 for( i = 0; i < MAX_FIDS; i++ )
2806 ai->fids[i] = transmit_allocate(ai,2312,i>=MAX_FIDS/2);
2807
2808 setup_proc_entry( dev, dev->priv ); /* XXX check for failure */
2809 netif_start_queue(dev);
2810 SET_MODULE_OWNER(dev);
2811 return dev;
2812
2813err_out_map:
2814 if (test_bit(FLAG_MPI,&ai->flags) && pci) {
2815 pci_free_consistent(pci, PCI_SHARED_LEN, ai->shared, ai->shared_dma);
2816 iounmap(ai->pciaux);
2817 iounmap(ai->pcimem);
2818 mpi_unmap_card(ai->pci);
2819 }
2820err_out_res:
2821 if (!is_pcmcia)
2822 release_region( dev->base_addr, 64 );
2823err_out_irq:
2824 free_irq(dev->irq, dev);
2825err_out_unlink:
2826 del_airo_dev(dev);
2827err_out_thr:
2828 set_bit(JOB_DIE, &ai->flags);
2829 kill_proc(ai->thr_pid, SIGTERM, 1);
2830 wait_for_completion(&ai->thr_exited);
2831err_out_free:
2832 free_netdev(dev);
2833 return NULL;
2834}
2835
2836struct net_device *init_airo_card( unsigned short irq, int port, int is_pcmcia,
2837 struct device *dmdev)
2838{
2839 return _init_airo_card ( irq, port, is_pcmcia, NULL, dmdev);
2840}
2841
2842EXPORT_SYMBOL(init_airo_card);
2843
2844static int waitbusy (struct airo_info *ai) {
2845 int delay = 0;
2846 while ((IN4500 (ai, COMMAND) & COMMAND_BUSY) & (delay < 10000)) {
2847 udelay (10);
2848 if ((++delay % 20) == 0)
2849 OUT4500(ai, EVACK, EV_CLEARCOMMANDBUSY);
2850 }
2851 return delay < 10000;
2852}
2853
2854int reset_airo_card( struct net_device *dev )
2855{
2856 int i;
2857 struct airo_info *ai = dev->priv;
2858
2859 if (reset_card (dev, 1))
2860 return -1;
2861
2862 if ( setup_card(ai, dev->dev_addr, 1 ) != SUCCESS ) {
2863 printk( KERN_ERR "airo: MAC could not be enabled\n" );
2864 return -1;
2865 }
2866 printk( KERN_INFO "airo: MAC enabled %s %x:%x:%x:%x:%x:%x\n", dev->name,
2867 dev->dev_addr[0], dev->dev_addr[1], dev->dev_addr[2],
2868 dev->dev_addr[3], dev->dev_addr[4], dev->dev_addr[5]);
2869 /* Allocate the transmit buffers if needed */
2870 if (!test_bit(FLAG_MPI,&ai->flags))
2871 for( i = 0; i < MAX_FIDS; i++ )
2872 ai->fids[i] = transmit_allocate (ai,2312,i>=MAX_FIDS/2);
2873
2874 enable_interrupts( ai );
2875 netif_wake_queue(dev);
2876 return 0;
2877}
2878
2879EXPORT_SYMBOL(reset_airo_card);
2880
2881static void airo_send_event(struct net_device *dev) {
2882 struct airo_info *ai = dev->priv;
2883 union iwreq_data wrqu;
2884 StatusRid status_rid;
2885
2886 clear_bit(JOB_EVENT, &ai->flags);
2887 PC4500_readrid(ai, RID_STATUS, &status_rid, sizeof(status_rid), 0);
2888 up(&ai->sem);
2889 wrqu.data.length = 0;
2890 wrqu.data.flags = 0;
2891 memcpy(wrqu.ap_addr.sa_data, status_rid.bssid[0], ETH_ALEN);
2892 wrqu.ap_addr.sa_family = ARPHRD_ETHER;
2893
2894 /* Send event to user space */
2895 wireless_send_event(dev, SIOCGIWAP, &wrqu, NULL);
2896}
2897
2898static int airo_thread(void *data) {
2899 struct net_device *dev = data;
2900 struct airo_info *ai = dev->priv;
2901 int locked;
2902
2903 daemonize("%s", dev->name);
2904 allow_signal(SIGTERM);
2905
2906 while(1) {
2907 if (signal_pending(current))
2908 flush_signals(current);
2909
2910 /* make swsusp happy with our thread */
Christoph Lameter3e1d1d22005-06-24 23:13:50 -07002911 try_to_freeze();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912
2913 if (test_bit(JOB_DIE, &ai->flags))
2914 break;
2915
2916 if (ai->flags & JOB_MASK) {
2917 locked = down_interruptible(&ai->sem);
2918 } else {
2919 wait_queue_t wait;
2920
2921 init_waitqueue_entry(&wait, current);
2922 add_wait_queue(&ai->thr_wait, &wait);
2923 for (;;) {
2924 set_current_state(TASK_INTERRUPTIBLE);
2925 if (ai->flags & JOB_MASK)
2926 break;
2927 if (ai->expires) {
2928 if (time_after_eq(jiffies,ai->expires)){
2929 set_bit(JOB_AUTOWEP,&ai->flags);
2930 break;
2931 }
2932 if (!signal_pending(current)) {
2933 schedule_timeout(ai->expires - jiffies);
2934 continue;
2935 }
2936 } else if (!signal_pending(current)) {
2937 schedule();
2938 continue;
2939 }
2940 break;
2941 }
2942 current->state = TASK_RUNNING;
2943 remove_wait_queue(&ai->thr_wait, &wait);
2944 locked = 1;
2945 }
2946
2947 if (locked)
2948 continue;
2949
2950 if (test_bit(JOB_DIE, &ai->flags)) {
2951 up(&ai->sem);
2952 break;
2953 }
2954
Pavel Machekca078ba2005-09-03 15:56:57 -07002955 if (ai->power.event || test_bit(FLAG_FLASHING, &ai->flags)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956 up(&ai->sem);
2957 continue;
2958 }
2959
2960 if (test_bit(JOB_XMIT, &ai->flags))
2961 airo_end_xmit(dev);
2962 else if (test_bit(JOB_XMIT11, &ai->flags))
2963 airo_end_xmit11(dev);
2964 else if (test_bit(JOB_STATS, &ai->flags))
2965 airo_read_stats(ai);
2966 else if (test_bit(JOB_WSTATS, &ai->flags))
2967 airo_read_wireless_stats(ai);
2968 else if (test_bit(JOB_PROMISC, &ai->flags))
2969 airo_set_promisc(ai);
2970#ifdef MICSUPPORT
2971 else if (test_bit(JOB_MIC, &ai->flags))
2972 micinit(ai);
2973#endif
2974 else if (test_bit(JOB_EVENT, &ai->flags))
2975 airo_send_event(dev);
2976 else if (test_bit(JOB_AUTOWEP, &ai->flags))
2977 timer_func(dev);
2978 }
2979 complete_and_exit (&ai->thr_exited, 0);
2980}
2981
2982static irqreturn_t airo_interrupt ( int irq, void* dev_id, struct pt_regs *regs) {
2983 struct net_device *dev = (struct net_device *)dev_id;
2984 u16 status;
2985 u16 fid;
2986 struct airo_info *apriv = dev->priv;
2987 u16 savedInterrupts = 0;
2988 int handled = 0;
2989
2990 if (!netif_device_present(dev))
2991 return IRQ_NONE;
2992
2993 for (;;) {
2994 status = IN4500( apriv, EVSTAT );
2995 if ( !(status & STATUS_INTS) || status == 0xffff ) break;
2996
2997 handled = 1;
2998
2999 if ( status & EV_AWAKE ) {
3000 OUT4500( apriv, EVACK, EV_AWAKE );
3001 OUT4500( apriv, EVACK, EV_AWAKE );
3002 }
3003
3004 if (!savedInterrupts) {
3005 savedInterrupts = IN4500( apriv, EVINTEN );
3006 OUT4500( apriv, EVINTEN, 0 );
3007 }
3008
3009 if ( status & EV_MIC ) {
3010 OUT4500( apriv, EVACK, EV_MIC );
3011#ifdef MICSUPPORT
3012 if (test_bit(FLAG_MIC_CAPABLE, &apriv->flags)) {
3013 set_bit(JOB_MIC, &apriv->flags);
3014 wake_up_interruptible(&apriv->thr_wait);
3015 }
3016#endif
3017 }
3018 if ( status & EV_LINK ) {
3019 union iwreq_data wrqu;
3020 /* The link status has changed, if you want to put a
3021 monitor hook in, do it here. (Remember that
3022 interrupts are still disabled!)
3023 */
3024 u16 newStatus = IN4500(apriv, LINKSTAT);
3025 OUT4500( apriv, EVACK, EV_LINK);
3026 /* Here is what newStatus means: */
3027#define NOBEACON 0x8000 /* Loss of sync - missed beacons */
3028#define MAXRETRIES 0x8001 /* Loss of sync - max retries */
3029#define MAXARL 0x8002 /* Loss of sync - average retry level exceeded*/
3030#define FORCELOSS 0x8003 /* Loss of sync - host request */
3031#define TSFSYNC 0x8004 /* Loss of sync - TSF synchronization */
3032#define DEAUTH 0x8100 /* Deauthentication (low byte is reason code) */
3033#define DISASS 0x8200 /* Disassociation (low byte is reason code) */
3034#define ASSFAIL 0x8400 /* Association failure (low byte is reason
3035 code) */
3036#define AUTHFAIL 0x0300 /* Authentication failure (low byte is reason
3037 code) */
3038#define ASSOCIATED 0x0400 /* Assocatied */
3039#define RC_RESERVED 0 /* Reserved return code */
3040#define RC_NOREASON 1 /* Unspecified reason */
3041#define RC_AUTHINV 2 /* Previous authentication invalid */
3042#define RC_DEAUTH 3 /* Deauthenticated because sending station is
3043 leaving */
3044#define RC_NOACT 4 /* Disassociated due to inactivity */
3045#define RC_MAXLOAD 5 /* Disassociated because AP is unable to handle
3046 all currently associated stations */
3047#define RC_BADCLASS2 6 /* Class 2 frame received from
3048 non-Authenticated station */
3049#define RC_BADCLASS3 7 /* Class 3 frame received from
3050 non-Associated station */
3051#define RC_STATLEAVE 8 /* Disassociated because sending station is
3052 leaving BSS */
3053#define RC_NOAUTH 9 /* Station requesting (Re)Association is not
3054 Authenticated with the responding station */
3055 if (newStatus != ASSOCIATED) {
3056 if (auto_wep && !apriv->expires) {
3057 apriv->expires = RUN_AT(3*HZ);
3058 wake_up_interruptible(&apriv->thr_wait);
3059 }
3060 } else {
3061 struct task_struct *task = apriv->task;
3062 if (auto_wep)
3063 apriv->expires = 0;
3064 if (task)
3065 wake_up_process (task);
3066 set_bit(FLAG_UPDATE_UNI, &apriv->flags);
3067 set_bit(FLAG_UPDATE_MULTI, &apriv->flags);
3068 }
3069 /* Question : is ASSOCIATED the only status
3070 * that is valid ? We want to catch handover
3071 * and reassociations as valid status
3072 * Jean II */
3073 if(newStatus == ASSOCIATED) {
3074 if (apriv->scan_timestamp) {
3075 /* Send an empty event to user space.
3076 * We don't send the received data on
3077 * the event because it would require
3078 * us to do complex transcoding, and
3079 * we want to minimise the work done in
3080 * the irq handler. Use a request to
3081 * extract the data - Jean II */
3082 wrqu.data.length = 0;
3083 wrqu.data.flags = 0;
3084 wireless_send_event(dev, SIOCGIWSCAN, &wrqu, NULL);
3085 apriv->scan_timestamp = 0;
3086 }
3087 if (down_trylock(&apriv->sem) != 0) {
3088 set_bit(JOB_EVENT, &apriv->flags);
3089 wake_up_interruptible(&apriv->thr_wait);
3090 } else
3091 airo_send_event(dev);
3092 } else {
3093 memset(wrqu.ap_addr.sa_data, '\0', ETH_ALEN);
3094 wrqu.ap_addr.sa_family = ARPHRD_ETHER;
3095
3096 /* Send event to user space */
3097 wireless_send_event(dev, SIOCGIWAP, &wrqu,NULL);
3098 }
3099 }
3100
3101 /* Check to see if there is something to receive */
3102 if ( status & EV_RX ) {
3103 struct sk_buff *skb = NULL;
3104 u16 fc, len, hdrlen = 0;
3105#pragma pack(1)
3106 struct {
3107 u16 status, len;
3108 u8 rssi[2];
3109 u8 rate;
3110 u8 freq;
3111 u16 tmp[4];
3112 } hdr;
3113#pragma pack()
3114 u16 gap;
3115 u16 tmpbuf[4];
3116 u16 *buffer;
3117
3118 if (test_bit(FLAG_MPI,&apriv->flags)) {
3119 if (test_bit(FLAG_802_11, &apriv->flags))
3120 mpi_receive_802_11(apriv);
3121 else
3122 mpi_receive_802_3(apriv);
3123 OUT4500(apriv, EVACK, EV_RX);
3124 goto exitrx;
3125 }
3126
3127 fid = IN4500( apriv, RXFID );
3128
3129 /* Get the packet length */
3130 if (test_bit(FLAG_802_11, &apriv->flags)) {
3131 bap_setup (apriv, fid, 4, BAP0);
3132 bap_read (apriv, (u16*)&hdr, sizeof(hdr), BAP0);
3133 /* Bad CRC. Ignore packet */
3134 if (le16_to_cpu(hdr.status) & 2)
3135 hdr.len = 0;
3136 if (apriv->wifidev == NULL)
3137 hdr.len = 0;
3138 } else {
3139 bap_setup (apriv, fid, 0x36, BAP0);
3140 bap_read (apriv, (u16*)&hdr.len, 2, BAP0);
3141 }
3142 len = le16_to_cpu(hdr.len);
3143
3144 if (len > 2312) {
3145 printk( KERN_ERR "airo: Bad size %d\n", len );
3146 goto badrx;
3147 }
3148 if (len == 0)
3149 goto badrx;
3150
3151 if (test_bit(FLAG_802_11, &apriv->flags)) {
3152 bap_read (apriv, (u16*)&fc, sizeof(fc), BAP0);
3153 fc = le16_to_cpu(fc);
3154 switch (fc & 0xc) {
3155 case 4:
3156 if ((fc & 0xe0) == 0xc0)
3157 hdrlen = 10;
3158 else
3159 hdrlen = 16;
3160 break;
3161 case 8:
3162 if ((fc&0x300)==0x300){
3163 hdrlen = 30;
3164 break;
3165 }
3166 default:
3167 hdrlen = 24;
3168 }
3169 } else
3170 hdrlen = ETH_ALEN * 2;
3171
3172 skb = dev_alloc_skb( len + hdrlen + 2 + 2 );
3173 if ( !skb ) {
3174 apriv->stats.rx_dropped++;
3175 goto badrx;
3176 }
3177 skb_reserve(skb, 2); /* This way the IP header is aligned */
3178 buffer = (u16*)skb_put (skb, len + hdrlen);
3179 if (test_bit(FLAG_802_11, &apriv->flags)) {
3180 buffer[0] = fc;
3181 bap_read (apriv, buffer + 1, hdrlen - 2, BAP0);
3182 if (hdrlen == 24)
3183 bap_read (apriv, tmpbuf, 6, BAP0);
3184
3185 bap_read (apriv, &gap, sizeof(gap), BAP0);
3186 gap = le16_to_cpu(gap);
3187 if (gap) {
3188 if (gap <= 8)
3189 bap_read (apriv, tmpbuf, gap, BAP0);
3190 else
3191 printk(KERN_ERR "airo: gaplen too big. Problems will follow...\n");
3192 }
3193 bap_read (apriv, buffer + hdrlen/2, len, BAP0);
3194 } else {
3195#ifdef MICSUPPORT
3196 MICBuffer micbuf;
3197#endif
3198 bap_read (apriv, buffer, ETH_ALEN*2, BAP0);
3199#ifdef MICSUPPORT
3200 if (apriv->micstats.enabled) {
3201 bap_read (apriv,(u16*)&micbuf,sizeof(micbuf),BAP0);
3202 if (ntohs(micbuf.typelen) > 0x05DC)
3203 bap_setup (apriv, fid, 0x44, BAP0);
3204 else {
3205 if (len <= sizeof(micbuf))
3206 goto badmic;
3207
3208 len -= sizeof(micbuf);
3209 skb_trim (skb, len + hdrlen);
3210 }
3211 }
3212#endif
3213 bap_read(apriv,buffer+ETH_ALEN,len,BAP0);
3214#ifdef MICSUPPORT
3215 if (decapsulate(apriv,&micbuf,(etherHead*)buffer,len)) {
3216badmic:
3217 dev_kfree_skb_irq (skb);
3218#else
3219 if (0) {
3220#endif
3221badrx:
3222 OUT4500( apriv, EVACK, EV_RX);
3223 goto exitrx;
3224 }
3225 }
3226#ifdef WIRELESS_SPY
3227 if (apriv->spy_data.spy_number > 0) {
3228 char *sa;
3229 struct iw_quality wstats;
3230 /* Prepare spy data : addr + qual */
3231 if (!test_bit(FLAG_802_11, &apriv->flags)) {
3232 sa = (char*)buffer + 6;
3233 bap_setup (apriv, fid, 8, BAP0);
3234 bap_read (apriv, (u16*)hdr.rssi, 2, BAP0);
3235 } else
3236 sa = (char*)buffer + 10;
3237 wstats.qual = hdr.rssi[0];
3238 if (apriv->rssi)
3239 wstats.level = 0x100 - apriv->rssi[hdr.rssi[1]].rssidBm;
3240 else
3241 wstats.level = (hdr.rssi[1] + 321) / 2;
Dan Williams41480af2005-05-10 09:45:51 -04003242 wstats.noise = apriv->wstats.qual.noise;
3243 wstats.updated = IW_QUAL_LEVEL_UPDATED
3244 | IW_QUAL_QUAL_UPDATED
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07003245 | IW_QUAL_DBM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246 /* Update spy records */
3247 wireless_spy_update(dev, sa, &wstats);
3248 }
3249#endif /* WIRELESS_SPY */
3250 OUT4500( apriv, EVACK, EV_RX);
3251
3252 if (test_bit(FLAG_802_11, &apriv->flags)) {
3253 skb->mac.raw = skb->data;
3254 skb->pkt_type = PACKET_OTHERHOST;
3255 skb->dev = apriv->wifidev;
3256 skb->protocol = htons(ETH_P_802_2);
3257 } else {
3258 skb->dev = dev;
3259 skb->protocol = eth_type_trans(skb,dev);
3260 }
3261 skb->dev->last_rx = jiffies;
3262 skb->ip_summed = CHECKSUM_NONE;
3263
3264 netif_rx( skb );
3265 }
3266exitrx:
3267
3268 /* Check to see if a packet has been transmitted */
3269 if ( status & ( EV_TX|EV_TXCPY|EV_TXEXC ) ) {
3270 int i;
3271 int len = 0;
3272 int index = -1;
3273
3274 if (test_bit(FLAG_MPI,&apriv->flags)) {
3275 unsigned long flags;
3276
3277 if (status & EV_TXEXC)
3278 get_tx_error(apriv, -1);
3279 spin_lock_irqsave(&apriv->aux_lock, flags);
David S. Millerb03efcf2005-07-08 14:57:23 -07003280 if (!skb_queue_empty(&apriv->txq)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281 spin_unlock_irqrestore(&apriv->aux_lock,flags);
3282 mpi_send_packet (dev);
3283 } else {
3284 clear_bit(FLAG_PENDING_XMIT, &apriv->flags);
3285 spin_unlock_irqrestore(&apriv->aux_lock,flags);
3286 netif_wake_queue (dev);
3287 }
3288 OUT4500( apriv, EVACK,
3289 status & (EV_TX|EV_TXCPY|EV_TXEXC));
3290 goto exittx;
3291 }
3292
3293 fid = IN4500(apriv, TXCOMPLFID);
3294
3295 for( i = 0; i < MAX_FIDS; i++ ) {
3296 if ( ( apriv->fids[i] & 0xffff ) == fid ) {
3297 len = apriv->fids[i] >> 16;
3298 index = i;
3299 }
3300 }
3301 if (index != -1) {
3302 if (status & EV_TXEXC)
3303 get_tx_error(apriv, index);
3304 OUT4500( apriv, EVACK, status & (EV_TX | EV_TXEXC));
3305 /* Set up to be used again */
3306 apriv->fids[index] &= 0xffff;
3307 if (index < MAX_FIDS / 2) {
3308 if (!test_bit(FLAG_PENDING_XMIT, &apriv->flags))
3309 netif_wake_queue(dev);
3310 } else {
3311 if (!test_bit(FLAG_PENDING_XMIT11, &apriv->flags))
3312 netif_wake_queue(apriv->wifidev);
3313 }
3314 } else {
3315 OUT4500( apriv, EVACK, status & (EV_TX | EV_TXCPY | EV_TXEXC));
3316 printk( KERN_ERR "airo: Unallocated FID was used to xmit\n" );
3317 }
3318 }
3319exittx:
3320 if ( status & ~STATUS_INTS & ~IGNORE_INTS )
3321 printk( KERN_WARNING "airo: Got weird status %x\n",
3322 status & ~STATUS_INTS & ~IGNORE_INTS );
3323 }
3324
3325 if (savedInterrupts)
3326 OUT4500( apriv, EVINTEN, savedInterrupts );
3327
3328 /* done.. */
3329 return IRQ_RETVAL(handled);
3330}
3331
3332/*
3333 * Routines to talk to the card
3334 */
3335
3336/*
3337 * This was originally written for the 4500, hence the name
3338 * NOTE: If use with 8bit mode and SMP bad things will happen!
3339 * Why would some one do 8 bit IO in an SMP machine?!?
3340 */
3341static void OUT4500( struct airo_info *ai, u16 reg, u16 val ) {
3342 if (test_bit(FLAG_MPI,&ai->flags))
3343 reg <<= 1;
3344 if ( !do8bitIO )
3345 outw( val, ai->dev->base_addr + reg );
3346 else {
3347 outb( val & 0xff, ai->dev->base_addr + reg );
3348 outb( val >> 8, ai->dev->base_addr + reg + 1 );
3349 }
3350}
3351
3352static u16 IN4500( struct airo_info *ai, u16 reg ) {
3353 unsigned short rc;
3354
3355 if (test_bit(FLAG_MPI,&ai->flags))
3356 reg <<= 1;
3357 if ( !do8bitIO )
3358 rc = inw( ai->dev->base_addr + reg );
3359 else {
3360 rc = inb( ai->dev->base_addr + reg );
3361 rc += ((int)inb( ai->dev->base_addr + reg + 1 )) << 8;
3362 }
3363 return rc;
3364}
3365
3366static int enable_MAC( struct airo_info *ai, Resp *rsp, int lock ) {
3367 int rc;
3368 Cmd cmd;
3369
3370 /* FLAG_RADIO_OFF : Radio disabled via /proc or Wireless Extensions
3371 * FLAG_RADIO_DOWN : Radio disabled via "ifconfig ethX down"
3372 * Note : we could try to use !netif_running(dev) in enable_MAC()
3373 * instead of this flag, but I don't trust it *within* the
3374 * open/close functions, and testing both flags together is
3375 * "cheaper" - Jean II */
3376 if (ai->flags & FLAG_RADIO_MASK) return SUCCESS;
3377
3378 if (lock && down_interruptible(&ai->sem))
3379 return -ERESTARTSYS;
3380
3381 if (!test_bit(FLAG_ENABLED, &ai->flags)) {
3382 memset(&cmd, 0, sizeof(cmd));
3383 cmd.cmd = MAC_ENABLE;
3384 rc = issuecommand(ai, &cmd, rsp);
3385 if (rc == SUCCESS)
3386 set_bit(FLAG_ENABLED, &ai->flags);
3387 } else
3388 rc = SUCCESS;
3389
3390 if (lock)
3391 up(&ai->sem);
3392
3393 if (rc)
3394 printk(KERN_ERR "%s: Cannot enable MAC, err=%d\n",
3395 __FUNCTION__,rc);
3396 return rc;
3397}
3398
3399static void disable_MAC( struct airo_info *ai, int lock ) {
3400 Cmd cmd;
3401 Resp rsp;
3402
3403 if (lock && down_interruptible(&ai->sem))
3404 return;
3405
3406 if (test_bit(FLAG_ENABLED, &ai->flags)) {
3407 memset(&cmd, 0, sizeof(cmd));
3408 cmd.cmd = MAC_DISABLE; // disable in case already enabled
3409 issuecommand(ai, &cmd, &rsp);
3410 clear_bit(FLAG_ENABLED, &ai->flags);
3411 }
3412 if (lock)
3413 up(&ai->sem);
3414}
3415
3416static void enable_interrupts( struct airo_info *ai ) {
3417 /* Enable the interrupts */
3418 OUT4500( ai, EVINTEN, STATUS_INTS );
3419}
3420
3421static void disable_interrupts( struct airo_info *ai ) {
3422 OUT4500( ai, EVINTEN, 0 );
3423}
3424
3425static void mpi_receive_802_3(struct airo_info *ai)
3426{
3427 RxFid rxd;
3428 int len = 0;
3429 struct sk_buff *skb;
3430 char *buffer;
3431#ifdef MICSUPPORT
3432 int off = 0;
3433 MICBuffer micbuf;
3434#endif
3435
3436 memcpy_fromio(&rxd, ai->rxfids[0].card_ram_off, sizeof(rxd));
3437 /* Make sure we got something */
3438 if (rxd.rdy && rxd.valid == 0) {
3439 len = rxd.len + 12;
3440 if (len < 12 || len > 2048)
3441 goto badrx;
3442
3443 skb = dev_alloc_skb(len);
3444 if (!skb) {
3445 ai->stats.rx_dropped++;
3446 goto badrx;
3447 }
3448 buffer = skb_put(skb,len);
3449#ifdef MICSUPPORT
3450 memcpy(buffer, ai->rxfids[0].virtual_host_addr, ETH_ALEN * 2);
3451 if (ai->micstats.enabled) {
3452 memcpy(&micbuf,
3453 ai->rxfids[0].virtual_host_addr + ETH_ALEN * 2,
3454 sizeof(micbuf));
3455 if (ntohs(micbuf.typelen) <= 0x05DC) {
3456 if (len <= sizeof(micbuf) + ETH_ALEN * 2)
3457 goto badmic;
3458
3459 off = sizeof(micbuf);
3460 skb_trim (skb, len - off);
3461 }
3462 }
3463 memcpy(buffer + ETH_ALEN * 2,
3464 ai->rxfids[0].virtual_host_addr + ETH_ALEN * 2 + off,
3465 len - ETH_ALEN * 2 - off);
3466 if (decapsulate (ai, &micbuf, (etherHead*)buffer, len - off - ETH_ALEN * 2)) {
3467badmic:
3468 dev_kfree_skb_irq (skb);
3469 goto badrx;
3470 }
3471#else
3472 memcpy(buffer, ai->rxfids[0].virtual_host_addr, len);
3473#endif
3474#ifdef WIRELESS_SPY
3475 if (ai->spy_data.spy_number > 0) {
3476 char *sa;
3477 struct iw_quality wstats;
3478 /* Prepare spy data : addr + qual */
3479 sa = buffer + ETH_ALEN;
3480 wstats.qual = 0; /* XXX Where do I get that info from ??? */
3481 wstats.level = 0;
3482 wstats.updated = 0;
3483 /* Update spy records */
3484 wireless_spy_update(ai->dev, sa, &wstats);
3485 }
3486#endif /* WIRELESS_SPY */
3487
3488 skb->dev = ai->dev;
3489 skb->ip_summed = CHECKSUM_NONE;
3490 skb->protocol = eth_type_trans(skb, ai->dev);
3491 skb->dev->last_rx = jiffies;
3492 netif_rx(skb);
3493 }
3494badrx:
3495 if (rxd.valid == 0) {
3496 rxd.valid = 1;
3497 rxd.rdy = 0;
3498 rxd.len = PKTSIZE;
3499 memcpy_toio(ai->rxfids[0].card_ram_off, &rxd, sizeof(rxd));
3500 }
3501}
3502
3503void mpi_receive_802_11 (struct airo_info *ai)
3504{
3505 RxFid rxd;
3506 struct sk_buff *skb = NULL;
3507 u16 fc, len, hdrlen = 0;
3508#pragma pack(1)
3509 struct {
3510 u16 status, len;
3511 u8 rssi[2];
3512 u8 rate;
3513 u8 freq;
3514 u16 tmp[4];
3515 } hdr;
3516#pragma pack()
3517 u16 gap;
3518 u16 *buffer;
3519 char *ptr = ai->rxfids[0].virtual_host_addr+4;
3520
3521 memcpy_fromio(&rxd, ai->rxfids[0].card_ram_off, sizeof(rxd));
3522 memcpy ((char *)&hdr, ptr, sizeof(hdr));
3523 ptr += sizeof(hdr);
3524 /* Bad CRC. Ignore packet */
3525 if (le16_to_cpu(hdr.status) & 2)
3526 hdr.len = 0;
3527 if (ai->wifidev == NULL)
3528 hdr.len = 0;
3529 len = le16_to_cpu(hdr.len);
3530 if (len > 2312) {
3531 printk( KERN_ERR "airo: Bad size %d\n", len );
3532 goto badrx;
3533 }
3534 if (len == 0)
3535 goto badrx;
3536
3537 memcpy ((char *)&fc, ptr, sizeof(fc));
3538 fc = le16_to_cpu(fc);
3539 switch (fc & 0xc) {
3540 case 4:
3541 if ((fc & 0xe0) == 0xc0)
3542 hdrlen = 10;
3543 else
3544 hdrlen = 16;
3545 break;
3546 case 8:
3547 if ((fc&0x300)==0x300){
3548 hdrlen = 30;
3549 break;
3550 }
3551 default:
3552 hdrlen = 24;
3553 }
3554
3555 skb = dev_alloc_skb( len + hdrlen + 2 );
3556 if ( !skb ) {
3557 ai->stats.rx_dropped++;
3558 goto badrx;
3559 }
3560 buffer = (u16*)skb_put (skb, len + hdrlen);
3561 memcpy ((char *)buffer, ptr, hdrlen);
3562 ptr += hdrlen;
3563 if (hdrlen == 24)
3564 ptr += 6;
3565 memcpy ((char *)&gap, ptr, sizeof(gap));
3566 ptr += sizeof(gap);
3567 gap = le16_to_cpu(gap);
3568 if (gap) {
3569 if (gap <= 8)
3570 ptr += gap;
3571 else
3572 printk(KERN_ERR
3573 "airo: gaplen too big. Problems will follow...\n");
3574 }
3575 memcpy ((char *)buffer + hdrlen, ptr, len);
3576 ptr += len;
3577#ifdef IW_WIRELESS_SPY /* defined in iw_handler.h */
3578 if (ai->spy_data.spy_number > 0) {
3579 char *sa;
3580 struct iw_quality wstats;
3581 /* Prepare spy data : addr + qual */
3582 sa = (char*)buffer + 10;
3583 wstats.qual = hdr.rssi[0];
3584 if (ai->rssi)
3585 wstats.level = 0x100 - ai->rssi[hdr.rssi[1]].rssidBm;
3586 else
3587 wstats.level = (hdr.rssi[1] + 321) / 2;
Dan Williams41480af2005-05-10 09:45:51 -04003588 wstats.noise = ai->wstats.qual.noise;
3589 wstats.updated = IW_QUAL_QUAL_UPDATED
3590 | IW_QUAL_LEVEL_UPDATED
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07003591 | IW_QUAL_DBM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592 /* Update spy records */
3593 wireless_spy_update(ai->dev, sa, &wstats);
3594 }
3595#endif /* IW_WIRELESS_SPY */
3596 skb->mac.raw = skb->data;
3597 skb->pkt_type = PACKET_OTHERHOST;
3598 skb->dev = ai->wifidev;
3599 skb->protocol = htons(ETH_P_802_2);
3600 skb->dev->last_rx = jiffies;
3601 skb->ip_summed = CHECKSUM_NONE;
3602 netif_rx( skb );
3603badrx:
3604 if (rxd.valid == 0) {
3605 rxd.valid = 1;
3606 rxd.rdy = 0;
3607 rxd.len = PKTSIZE;
3608 memcpy_toio(ai->rxfids[0].card_ram_off, &rxd, sizeof(rxd));
3609 }
3610}
3611
3612static u16 setup_card(struct airo_info *ai, u8 *mac, int lock)
3613{
3614 Cmd cmd;
3615 Resp rsp;
3616 int status;
3617 int i;
3618 SsidRid mySsid;
3619 u16 lastindex;
3620 WepKeyRid wkr;
3621 int rc;
3622
3623 memset( &mySsid, 0, sizeof( mySsid ) );
Jesper Juhlb4558ea2005-10-28 16:53:13 -04003624 kfree (ai->flash);
3625 ai->flash = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626
3627 /* The NOP is the first step in getting the card going */
3628 cmd.cmd = NOP;
3629 cmd.parm0 = cmd.parm1 = cmd.parm2 = 0;
3630 if (lock && down_interruptible(&ai->sem))
3631 return ERROR;
3632 if ( issuecommand( ai, &cmd, &rsp ) != SUCCESS ) {
3633 if (lock)
3634 up(&ai->sem);
3635 return ERROR;
3636 }
3637 disable_MAC( ai, 0);
3638
3639 // Let's figure out if we need to use the AUX port
3640 if (!test_bit(FLAG_MPI,&ai->flags)) {
3641 cmd.cmd = CMD_ENABLEAUX;
3642 if (issuecommand(ai, &cmd, &rsp) != SUCCESS) {
3643 if (lock)
3644 up(&ai->sem);
3645 printk(KERN_ERR "airo: Error checking for AUX port\n");
3646 return ERROR;
3647 }
3648 if (!aux_bap || rsp.status & 0xff00) {
3649 ai->bap_read = fast_bap_read;
3650 printk(KERN_DEBUG "airo: Doing fast bap_reads\n");
3651 } else {
3652 ai->bap_read = aux_bap_read;
3653 printk(KERN_DEBUG "airo: Doing AUX bap_reads\n");
3654 }
3655 }
3656 if (lock)
3657 up(&ai->sem);
3658 if (ai->config.len == 0) {
3659 tdsRssiRid rssi_rid;
3660 CapabilityRid cap_rid;
3661
Jesper Juhlb4558ea2005-10-28 16:53:13 -04003662 kfree(ai->APList);
3663 ai->APList = NULL;
3664 kfree(ai->SSID);
3665 ai->SSID = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003666 // general configuration (read/modify/write)
3667 status = readConfigRid(ai, lock);
3668 if ( status != SUCCESS ) return ERROR;
3669
3670 status = readCapabilityRid(ai, &cap_rid, lock);
3671 if ( status != SUCCESS ) return ERROR;
3672
3673 status = PC4500_readrid(ai,RID_RSSI,&rssi_rid,sizeof(rssi_rid),lock);
3674 if ( status == SUCCESS ) {
3675 if (ai->rssi || (ai->rssi = kmalloc(512, GFP_KERNEL)) != NULL)
Dan Williams41480af2005-05-10 09:45:51 -04003676 memcpy(ai->rssi, (u8*)&rssi_rid + 2, 512); /* Skip RID length member */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003677 }
3678 else {
Jesper Juhlb4558ea2005-10-28 16:53:13 -04003679 kfree(ai->rssi);
3680 ai->rssi = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681 if (cap_rid.softCap & 8)
3682 ai->config.rmode |= RXMODE_NORMALIZED_RSSI;
3683 else
3684 printk(KERN_WARNING "airo: unknown received signal level scale\n");
3685 }
3686 ai->config.opmode = adhoc ? MODE_STA_IBSS : MODE_STA_ESS;
3687 ai->config.authType = AUTH_OPEN;
3688 ai->config.modulation = MOD_CCK;
3689
3690#ifdef MICSUPPORT
3691 if ((cap_rid.len>=sizeof(cap_rid)) && (cap_rid.extSoftCap&1) &&
3692 (micsetup(ai) == SUCCESS)) {
3693 ai->config.opmode |= MODE_MIC;
3694 set_bit(FLAG_MIC_CAPABLE, &ai->flags);
3695 }
3696#endif
3697
3698 /* Save off the MAC */
3699 for( i = 0; i < ETH_ALEN; i++ ) {
3700 mac[i] = ai->config.macAddr[i];
3701 }
3702
3703 /* Check to see if there are any insmod configured
3704 rates to add */
3705 if ( rates[0] ) {
3706 int i = 0;
3707 memset(ai->config.rates,0,sizeof(ai->config.rates));
3708 for( i = 0; i < 8 && rates[i]; i++ ) {
3709 ai->config.rates[i] = rates[i];
3710 }
3711 }
3712 if ( basic_rate > 0 ) {
3713 int i;
3714 for( i = 0; i < 8; i++ ) {
3715 if ( ai->config.rates[i] == basic_rate ||
3716 !ai->config.rates ) {
3717 ai->config.rates[i] = basic_rate | 0x80;
3718 break;
3719 }
3720 }
3721 }
3722 set_bit (FLAG_COMMIT, &ai->flags);
3723 }
3724
3725 /* Setup the SSIDs if present */
3726 if ( ssids[0] ) {
3727 int i;
3728 for( i = 0; i < 3 && ssids[i]; i++ ) {
3729 mySsid.ssids[i].len = strlen(ssids[i]);
3730 if ( mySsid.ssids[i].len > 32 )
3731 mySsid.ssids[i].len = 32;
3732 memcpy(mySsid.ssids[i].ssid, ssids[i],
3733 mySsid.ssids[i].len);
3734 }
3735 mySsid.len = sizeof(mySsid);
3736 }
3737
3738 status = writeConfigRid(ai, lock);
3739 if ( status != SUCCESS ) return ERROR;
3740
3741 /* Set up the SSID list */
3742 if ( ssids[0] ) {
3743 status = writeSsidRid(ai, &mySsid, lock);
3744 if ( status != SUCCESS ) return ERROR;
3745 }
3746
3747 status = enable_MAC(ai, &rsp, lock);
3748 if ( status != SUCCESS || (rsp.status & 0xFF00) != 0) {
3749 printk( KERN_ERR "airo: Bad MAC enable reason = %x, rid = %x, offset = %d\n", rsp.rsp0, rsp.rsp1, rsp.rsp2 );
3750 return ERROR;
3751 }
3752
3753 /* Grab the initial wep key, we gotta save it for auto_wep */
3754 rc = readWepKeyRid(ai, &wkr, 1, lock);
3755 if (rc == SUCCESS) do {
3756 lastindex = wkr.kindex;
3757 if (wkr.kindex == 0xffff) {
3758 ai->defindex = wkr.mac[0];
3759 }
3760 rc = readWepKeyRid(ai, &wkr, 0, lock);
3761 } while(lastindex != wkr.kindex);
3762
3763 if (auto_wep) {
3764 ai->expires = RUN_AT(3*HZ);
3765 wake_up_interruptible(&ai->thr_wait);
3766 }
3767
3768 return SUCCESS;
3769}
3770
3771static u16 issuecommand(struct airo_info *ai, Cmd *pCmd, Resp *pRsp) {
3772 // Im really paranoid about letting it run forever!
3773 int max_tries = 600000;
3774
3775 if (IN4500(ai, EVSTAT) & EV_CMD)
3776 OUT4500(ai, EVACK, EV_CMD);
3777
3778 OUT4500(ai, PARAM0, pCmd->parm0);
3779 OUT4500(ai, PARAM1, pCmd->parm1);
3780 OUT4500(ai, PARAM2, pCmd->parm2);
3781 OUT4500(ai, COMMAND, pCmd->cmd);
3782
3783 while (max_tries-- && (IN4500(ai, EVSTAT) & EV_CMD) == 0) {
3784 if ((IN4500(ai, COMMAND)) == pCmd->cmd)
3785 // PC4500 didn't notice command, try again
3786 OUT4500(ai, COMMAND, pCmd->cmd);
3787 if (!in_atomic() && (max_tries & 255) == 0)
3788 schedule();
3789 }
3790
3791 if ( max_tries == -1 ) {
3792 printk( KERN_ERR
3793 "airo: Max tries exceeded when issueing command\n" );
3794 if (IN4500(ai, COMMAND) & COMMAND_BUSY)
3795 OUT4500(ai, EVACK, EV_CLEARCOMMANDBUSY);
3796 return ERROR;
3797 }
3798
3799 // command completed
3800 pRsp->status = IN4500(ai, STATUS);
3801 pRsp->rsp0 = IN4500(ai, RESP0);
3802 pRsp->rsp1 = IN4500(ai, RESP1);
3803 pRsp->rsp2 = IN4500(ai, RESP2);
3804 if ((pRsp->status & 0xff00)!=0 && pCmd->cmd != CMD_SOFTRESET) {
3805 printk (KERN_ERR "airo: cmd= %x\n", pCmd->cmd);
3806 printk (KERN_ERR "airo: status= %x\n", pRsp->status);
3807 printk (KERN_ERR "airo: Rsp0= %x\n", pRsp->rsp0);
3808 printk (KERN_ERR "airo: Rsp1= %x\n", pRsp->rsp1);
3809 printk (KERN_ERR "airo: Rsp2= %x\n", pRsp->rsp2);
3810 }
3811
3812 // clear stuck command busy if necessary
3813 if (IN4500(ai, COMMAND) & COMMAND_BUSY) {
3814 OUT4500(ai, EVACK, EV_CLEARCOMMANDBUSY);
3815 }
3816 // acknowledge processing the status/response
3817 OUT4500(ai, EVACK, EV_CMD);
3818
3819 return SUCCESS;
3820}
3821
3822/* Sets up the bap to start exchange data. whichbap should
3823 * be one of the BAP0 or BAP1 defines. Locks should be held before
3824 * calling! */
3825static int bap_setup(struct airo_info *ai, u16 rid, u16 offset, int whichbap )
3826{
3827 int timeout = 50;
3828 int max_tries = 3;
3829
3830 OUT4500(ai, SELECT0+whichbap, rid);
3831 OUT4500(ai, OFFSET0+whichbap, offset);
3832 while (1) {
3833 int status = IN4500(ai, OFFSET0+whichbap);
3834 if (status & BAP_BUSY) {
3835 /* This isn't really a timeout, but its kinda
3836 close */
3837 if (timeout--) {
3838 continue;
3839 }
3840 } else if ( status & BAP_ERR ) {
3841 /* invalid rid or offset */
3842 printk( KERN_ERR "airo: BAP error %x %d\n",
3843 status, whichbap );
3844 return ERROR;
3845 } else if (status & BAP_DONE) { // success
3846 return SUCCESS;
3847 }
3848 if ( !(max_tries--) ) {
3849 printk( KERN_ERR
3850 "airo: BAP setup error too many retries\n" );
3851 return ERROR;
3852 }
3853 // -- PC4500 missed it, try again
3854 OUT4500(ai, SELECT0+whichbap, rid);
3855 OUT4500(ai, OFFSET0+whichbap, offset);
3856 timeout = 50;
3857 }
3858}
3859
3860/* should only be called by aux_bap_read. This aux function and the
3861 following use concepts not documented in the developers guide. I
3862 got them from a patch given to my by Aironet */
3863static u16 aux_setup(struct airo_info *ai, u16 page,
3864 u16 offset, u16 *len)
3865{
3866 u16 next;
3867
3868 OUT4500(ai, AUXPAGE, page);
3869 OUT4500(ai, AUXOFF, 0);
3870 next = IN4500(ai, AUXDATA);
3871 *len = IN4500(ai, AUXDATA)&0xff;
3872 if (offset != 4) OUT4500(ai, AUXOFF, offset);
3873 return next;
3874}
3875
3876/* requires call to bap_setup() first */
3877static int aux_bap_read(struct airo_info *ai, u16 *pu16Dst,
3878 int bytelen, int whichbap)
3879{
3880 u16 len;
3881 u16 page;
3882 u16 offset;
3883 u16 next;
3884 int words;
3885 int i;
3886 unsigned long flags;
3887
3888 spin_lock_irqsave(&ai->aux_lock, flags);
3889 page = IN4500(ai, SWS0+whichbap);
3890 offset = IN4500(ai, SWS2+whichbap);
3891 next = aux_setup(ai, page, offset, &len);
3892 words = (bytelen+1)>>1;
3893
3894 for (i=0; i<words;) {
3895 int count;
3896 count = (len>>1) < (words-i) ? (len>>1) : (words-i);
3897 if ( !do8bitIO )
3898 insw( ai->dev->base_addr+DATA0+whichbap,
3899 pu16Dst+i,count );
3900 else
3901 insb( ai->dev->base_addr+DATA0+whichbap,
3902 pu16Dst+i, count << 1 );
3903 i += count;
3904 if (i<words) {
3905 next = aux_setup(ai, next, 4, &len);
3906 }
3907 }
3908 spin_unlock_irqrestore(&ai->aux_lock, flags);
3909 return SUCCESS;
3910}
3911
3912
3913/* requires call to bap_setup() first */
3914static int fast_bap_read(struct airo_info *ai, u16 *pu16Dst,
3915 int bytelen, int whichbap)
3916{
3917 bytelen = (bytelen + 1) & (~1); // round up to even value
3918 if ( !do8bitIO )
3919 insw( ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen>>1 );
3920 else
3921 insb( ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen );
3922 return SUCCESS;
3923}
3924
3925/* requires call to bap_setup() first */
3926static int bap_write(struct airo_info *ai, const u16 *pu16Src,
3927 int bytelen, int whichbap)
3928{
3929 bytelen = (bytelen + 1) & (~1); // round up to even value
3930 if ( !do8bitIO )
3931 outsw( ai->dev->base_addr+DATA0+whichbap,
3932 pu16Src, bytelen>>1 );
3933 else
3934 outsb( ai->dev->base_addr+DATA0+whichbap, pu16Src, bytelen );
3935 return SUCCESS;
3936}
3937
3938static int PC4500_accessrid(struct airo_info *ai, u16 rid, u16 accmd)
3939{
3940 Cmd cmd; /* for issuing commands */
3941 Resp rsp; /* response from commands */
3942 u16 status;
3943
3944 memset(&cmd, 0, sizeof(cmd));
3945 cmd.cmd = accmd;
3946 cmd.parm0 = rid;
3947 status = issuecommand(ai, &cmd, &rsp);
3948 if (status != 0) return status;
3949 if ( (rsp.status & 0x7F00) != 0) {
3950 return (accmd << 8) + (rsp.rsp0 & 0xFF);
3951 }
3952 return 0;
3953}
3954
3955/* Note, that we are using BAP1 which is also used by transmit, so
3956 * we must get a lock. */
3957static int PC4500_readrid(struct airo_info *ai, u16 rid, void *pBuf, int len, int lock)
3958{
3959 u16 status;
3960 int rc = SUCCESS;
3961
3962 if (lock) {
3963 if (down_interruptible(&ai->sem))
3964 return ERROR;
3965 }
3966 if (test_bit(FLAG_MPI,&ai->flags)) {
3967 Cmd cmd;
3968 Resp rsp;
3969
3970 memset(&cmd, 0, sizeof(cmd));
3971 memset(&rsp, 0, sizeof(rsp));
3972 ai->config_desc.rid_desc.valid = 1;
3973 ai->config_desc.rid_desc.len = RIDSIZE;
3974 ai->config_desc.rid_desc.rid = 0;
3975 ai->config_desc.rid_desc.host_addr = ai->ridbus;
3976
3977 cmd.cmd = CMD_ACCESS;
3978 cmd.parm0 = rid;
3979
3980 memcpy_toio(ai->config_desc.card_ram_off,
3981 &ai->config_desc.rid_desc, sizeof(Rid));
3982
3983 rc = issuecommand(ai, &cmd, &rsp);
3984
3985 if (rsp.status & 0x7f00)
3986 rc = rsp.rsp0;
3987 if (!rc)
3988 memcpy(pBuf, ai->config_desc.virtual_host_addr, len);
3989 goto done;
3990 } else {
3991 if ((status = PC4500_accessrid(ai, rid, CMD_ACCESS))!=SUCCESS) {
3992 rc = status;
3993 goto done;
3994 }
3995 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) {
3996 rc = ERROR;
3997 goto done;
3998 }
3999 // read the rid length field
4000 bap_read(ai, pBuf, 2, BAP1);
4001 // length for remaining part of rid
4002 len = min(len, (int)le16_to_cpu(*(u16*)pBuf)) - 2;
4003
4004 if ( len <= 2 ) {
4005 printk( KERN_ERR
4006 "airo: Rid %x has a length of %d which is too short\n",
4007 (int)rid, (int)len );
4008 rc = ERROR;
4009 goto done;
4010 }
4011 // read remainder of the rid
4012 rc = bap_read(ai, ((u16*)pBuf)+1, len, BAP1);
4013 }
4014done:
4015 if (lock)
4016 up(&ai->sem);
4017 return rc;
4018}
4019
4020/* Note, that we are using BAP1 which is also used by transmit, so
4021 * make sure this isnt called when a transmit is happening */
4022static int PC4500_writerid(struct airo_info *ai, u16 rid,
4023 const void *pBuf, int len, int lock)
4024{
4025 u16 status;
4026 int rc = SUCCESS;
4027
4028 *(u16*)pBuf = cpu_to_le16((u16)len);
4029
4030 if (lock) {
4031 if (down_interruptible(&ai->sem))
4032 return ERROR;
4033 }
4034 if (test_bit(FLAG_MPI,&ai->flags)) {
4035 Cmd cmd;
4036 Resp rsp;
4037
4038 if (test_bit(FLAG_ENABLED, &ai->flags))
4039 printk(KERN_ERR
4040 "%s: MAC should be disabled (rid=%04x)\n",
4041 __FUNCTION__, rid);
4042 memset(&cmd, 0, sizeof(cmd));
4043 memset(&rsp, 0, sizeof(rsp));
4044
4045 ai->config_desc.rid_desc.valid = 1;
4046 ai->config_desc.rid_desc.len = *((u16 *)pBuf);
4047 ai->config_desc.rid_desc.rid = 0;
4048
4049 cmd.cmd = CMD_WRITERID;
4050 cmd.parm0 = rid;
4051
4052 memcpy_toio(ai->config_desc.card_ram_off,
4053 &ai->config_desc.rid_desc, sizeof(Rid));
4054
4055 if (len < 4 || len > 2047) {
4056 printk(KERN_ERR "%s: len=%d\n",__FUNCTION__,len);
4057 rc = -1;
4058 } else {
4059 memcpy((char *)ai->config_desc.virtual_host_addr,
4060 pBuf, len);
4061
4062 rc = issuecommand(ai, &cmd, &rsp);
4063 if ((rc & 0xff00) != 0) {
4064 printk(KERN_ERR "%s: Write rid Error %d\n",
4065 __FUNCTION__,rc);
4066 printk(KERN_ERR "%s: Cmd=%04x\n",
4067 __FUNCTION__,cmd.cmd);
4068 }
4069
4070 if ((rsp.status & 0x7f00))
4071 rc = rsp.rsp0;
4072 }
4073 } else {
4074 // --- first access so that we can write the rid data
4075 if ( (status = PC4500_accessrid(ai, rid, CMD_ACCESS)) != 0) {
4076 rc = status;
4077 goto done;
4078 }
4079 // --- now write the rid data
4080 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) {
4081 rc = ERROR;
4082 goto done;
4083 }
4084 bap_write(ai, pBuf, len, BAP1);
4085 // ---now commit the rid data
4086 rc = PC4500_accessrid(ai, rid, 0x100|CMD_ACCESS);
4087 }
4088done:
4089 if (lock)
4090 up(&ai->sem);
4091 return rc;
4092}
4093
4094/* Allocates a FID to be used for transmitting packets. We only use
4095 one for now. */
4096static u16 transmit_allocate(struct airo_info *ai, int lenPayload, int raw)
4097{
4098 unsigned int loop = 3000;
4099 Cmd cmd;
4100 Resp rsp;
4101 u16 txFid;
4102 u16 txControl;
4103
4104 cmd.cmd = CMD_ALLOCATETX;
4105 cmd.parm0 = lenPayload;
4106 if (down_interruptible(&ai->sem))
4107 return ERROR;
4108 if (issuecommand(ai, &cmd, &rsp) != SUCCESS) {
4109 txFid = ERROR;
4110 goto done;
4111 }
4112 if ( (rsp.status & 0xFF00) != 0) {
4113 txFid = ERROR;
4114 goto done;
4115 }
4116 /* wait for the allocate event/indication
4117 * It makes me kind of nervous that this can just sit here and spin,
4118 * but in practice it only loops like four times. */
4119 while (((IN4500(ai, EVSTAT) & EV_ALLOC) == 0) && --loop);
4120 if (!loop) {
4121 txFid = ERROR;
4122 goto done;
4123 }
4124
4125 // get the allocated fid and acknowledge
4126 txFid = IN4500(ai, TXALLOCFID);
4127 OUT4500(ai, EVACK, EV_ALLOC);
4128
4129 /* The CARD is pretty cool since it converts the ethernet packet
4130 * into 802.11. Also note that we don't release the FID since we
4131 * will be using the same one over and over again. */
4132 /* We only have to setup the control once since we are not
4133 * releasing the fid. */
4134 if (raw)
4135 txControl = cpu_to_le16(TXCTL_TXOK | TXCTL_TXEX | TXCTL_802_11
4136 | TXCTL_ETHERNET | TXCTL_NORELEASE);
4137 else
4138 txControl = cpu_to_le16(TXCTL_TXOK | TXCTL_TXEX | TXCTL_802_3
4139 | TXCTL_ETHERNET | TXCTL_NORELEASE);
4140 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS)
4141 txFid = ERROR;
4142 else
4143 bap_write(ai, &txControl, sizeof(txControl), BAP1);
4144
4145done:
4146 up(&ai->sem);
4147
4148 return txFid;
4149}
4150
4151/* In general BAP1 is dedicated to transmiting packets. However,
4152 since we need a BAP when accessing RIDs, we also use BAP1 for that.
4153 Make sure the BAP1 spinlock is held when this is called. */
4154static int transmit_802_3_packet(struct airo_info *ai, int len, char *pPacket)
4155{
4156 u16 payloadLen;
4157 Cmd cmd;
4158 Resp rsp;
4159 int miclen = 0;
4160 u16 txFid = len;
4161 MICBuffer pMic;
4162
4163 len >>= 16;
4164
4165 if (len <= ETH_ALEN * 2) {
4166 printk( KERN_WARNING "Short packet %d\n", len );
4167 return ERROR;
4168 }
4169 len -= ETH_ALEN * 2;
4170
4171#ifdef MICSUPPORT
4172 if (test_bit(FLAG_MIC_CAPABLE, &ai->flags) && ai->micstats.enabled &&
4173 (ntohs(((u16 *)pPacket)[6]) != 0x888E)) {
4174 if (encapsulate(ai,(etherHead *)pPacket,&pMic,len) != SUCCESS)
4175 return ERROR;
4176 miclen = sizeof(pMic);
4177 }
4178#endif
4179
4180 // packet is destination[6], source[6], payload[len-12]
4181 // write the payload length and dst/src/payload
4182 if (bap_setup(ai, txFid, 0x0036, BAP1) != SUCCESS) return ERROR;
4183 /* The hardware addresses aren't counted as part of the payload, so
4184 * we have to subtract the 12 bytes for the addresses off */
4185 payloadLen = cpu_to_le16(len + miclen);
4186 bap_write(ai, &payloadLen, sizeof(payloadLen),BAP1);
4187 bap_write(ai, (const u16*)pPacket, sizeof(etherHead), BAP1);
4188 if (miclen)
4189 bap_write(ai, (const u16*)&pMic, miclen, BAP1);
4190 bap_write(ai, (const u16*)(pPacket + sizeof(etherHead)), len, BAP1);
4191 // issue the transmit command
4192 memset( &cmd, 0, sizeof( cmd ) );
4193 cmd.cmd = CMD_TRANSMIT;
4194 cmd.parm0 = txFid;
4195 if (issuecommand(ai, &cmd, &rsp) != SUCCESS) return ERROR;
4196 if ( (rsp.status & 0xFF00) != 0) return ERROR;
4197 return SUCCESS;
4198}
4199
4200static int transmit_802_11_packet(struct airo_info *ai, int len, char *pPacket)
4201{
4202 u16 fc, payloadLen;
4203 Cmd cmd;
4204 Resp rsp;
4205 int hdrlen;
4206 struct {
4207 u8 addr4[ETH_ALEN];
4208 u16 gaplen;
4209 u8 gap[6];
4210 } gap;
4211 u16 txFid = len;
4212 len >>= 16;
4213 gap.gaplen = 6;
4214
4215 fc = le16_to_cpu(*(const u16*)pPacket);
4216 switch (fc & 0xc) {
4217 case 4:
4218 if ((fc & 0xe0) == 0xc0)
4219 hdrlen = 10;
4220 else
4221 hdrlen = 16;
4222 break;
4223 case 8:
4224 if ((fc&0x300)==0x300){
4225 hdrlen = 30;
4226 break;
4227 }
4228 default:
4229 hdrlen = 24;
4230 }
4231
4232 if (len < hdrlen) {
4233 printk( KERN_WARNING "Short packet %d\n", len );
4234 return ERROR;
4235 }
4236
4237 /* packet is 802.11 header + payload
4238 * write the payload length and dst/src/payload */
4239 if (bap_setup(ai, txFid, 6, BAP1) != SUCCESS) return ERROR;
4240 /* The 802.11 header aren't counted as part of the payload, so
4241 * we have to subtract the header bytes off */
4242 payloadLen = cpu_to_le16(len-hdrlen);
4243 bap_write(ai, &payloadLen, sizeof(payloadLen),BAP1);
4244 if (bap_setup(ai, txFid, 0x0014, BAP1) != SUCCESS) return ERROR;
4245 bap_write(ai, (const u16*)pPacket, hdrlen, BAP1);
4246 bap_write(ai, hdrlen == 30 ?
4247 (const u16*)&gap.gaplen : (const u16*)&gap, 38 - hdrlen, BAP1);
4248
4249 bap_write(ai, (const u16*)(pPacket + hdrlen), len - hdrlen, BAP1);
4250 // issue the transmit command
4251 memset( &cmd, 0, sizeof( cmd ) );
4252 cmd.cmd = CMD_TRANSMIT;
4253 cmd.parm0 = txFid;
4254 if (issuecommand(ai, &cmd, &rsp) != SUCCESS) return ERROR;
4255 if ( (rsp.status & 0xFF00) != 0) return ERROR;
4256 return SUCCESS;
4257}
4258
4259/*
4260 * This is the proc_fs routines. It is a bit messier than I would
4261 * like! Feel free to clean it up!
4262 */
4263
4264static ssize_t proc_read( struct file *file,
4265 char __user *buffer,
4266 size_t len,
4267 loff_t *offset);
4268
4269static ssize_t proc_write( struct file *file,
4270 const char __user *buffer,
4271 size_t len,
4272 loff_t *offset );
4273static int proc_close( struct inode *inode, struct file *file );
4274
4275static int proc_stats_open( struct inode *inode, struct file *file );
4276static int proc_statsdelta_open( struct inode *inode, struct file *file );
4277static int proc_status_open( struct inode *inode, struct file *file );
4278static int proc_SSID_open( struct inode *inode, struct file *file );
4279static int proc_APList_open( struct inode *inode, struct file *file );
4280static int proc_BSSList_open( struct inode *inode, struct file *file );
4281static int proc_config_open( struct inode *inode, struct file *file );
4282static int proc_wepkey_open( struct inode *inode, struct file *file );
4283
4284static struct file_operations proc_statsdelta_ops = {
4285 .read = proc_read,
4286 .open = proc_statsdelta_open,
4287 .release = proc_close
4288};
4289
4290static struct file_operations proc_stats_ops = {
4291 .read = proc_read,
4292 .open = proc_stats_open,
4293 .release = proc_close
4294};
4295
4296static struct file_operations proc_status_ops = {
4297 .read = proc_read,
4298 .open = proc_status_open,
4299 .release = proc_close
4300};
4301
4302static struct file_operations proc_SSID_ops = {
4303 .read = proc_read,
4304 .write = proc_write,
4305 .open = proc_SSID_open,
4306 .release = proc_close
4307};
4308
4309static struct file_operations proc_BSSList_ops = {
4310 .read = proc_read,
4311 .write = proc_write,
4312 .open = proc_BSSList_open,
4313 .release = proc_close
4314};
4315
4316static struct file_operations proc_APList_ops = {
4317 .read = proc_read,
4318 .write = proc_write,
4319 .open = proc_APList_open,
4320 .release = proc_close
4321};
4322
4323static struct file_operations proc_config_ops = {
4324 .read = proc_read,
4325 .write = proc_write,
4326 .open = proc_config_open,
4327 .release = proc_close
4328};
4329
4330static struct file_operations proc_wepkey_ops = {
4331 .read = proc_read,
4332 .write = proc_write,
4333 .open = proc_wepkey_open,
4334 .release = proc_close
4335};
4336
4337static struct proc_dir_entry *airo_entry;
4338
4339struct proc_data {
4340 int release_buffer;
4341 int readlen;
4342 char *rbuffer;
4343 int writelen;
4344 int maxwritelen;
4345 char *wbuffer;
4346 void (*on_close) (struct inode *, struct file *);
4347};
4348
4349#ifndef SETPROC_OPS
4350#define SETPROC_OPS(entry, ops) (entry)->proc_fops = &(ops)
4351#endif
4352
4353static int setup_proc_entry( struct net_device *dev,
4354 struct airo_info *apriv ) {
4355 struct proc_dir_entry *entry;
4356 /* First setup the device directory */
4357 strcpy(apriv->proc_name,dev->name);
4358 apriv->proc_entry = create_proc_entry(apriv->proc_name,
4359 S_IFDIR|airo_perm,
4360 airo_entry);
4361 apriv->proc_entry->uid = proc_uid;
4362 apriv->proc_entry->gid = proc_gid;
4363 apriv->proc_entry->owner = THIS_MODULE;
4364
4365 /* Setup the StatsDelta */
4366 entry = create_proc_entry("StatsDelta",
4367 S_IFREG | (S_IRUGO&proc_perm),
4368 apriv->proc_entry);
4369 entry->uid = proc_uid;
4370 entry->gid = proc_gid;
4371 entry->data = dev;
4372 entry->owner = THIS_MODULE;
4373 SETPROC_OPS(entry, proc_statsdelta_ops);
4374
4375 /* Setup the Stats */
4376 entry = create_proc_entry("Stats",
4377 S_IFREG | (S_IRUGO&proc_perm),
4378 apriv->proc_entry);
4379 entry->uid = proc_uid;
4380 entry->gid = proc_gid;
4381 entry->data = dev;
4382 entry->owner = THIS_MODULE;
4383 SETPROC_OPS(entry, proc_stats_ops);
4384
4385 /* Setup the Status */
4386 entry = create_proc_entry("Status",
4387 S_IFREG | (S_IRUGO&proc_perm),
4388 apriv->proc_entry);
4389 entry->uid = proc_uid;
4390 entry->gid = proc_gid;
4391 entry->data = dev;
4392 entry->owner = THIS_MODULE;
4393 SETPROC_OPS(entry, proc_status_ops);
4394
4395 /* Setup the Config */
4396 entry = create_proc_entry("Config",
4397 S_IFREG | proc_perm,
4398 apriv->proc_entry);
4399 entry->uid = proc_uid;
4400 entry->gid = proc_gid;
4401 entry->data = dev;
4402 entry->owner = THIS_MODULE;
4403 SETPROC_OPS(entry, proc_config_ops);
4404
4405 /* Setup the SSID */
4406 entry = create_proc_entry("SSID",
4407 S_IFREG | proc_perm,
4408 apriv->proc_entry);
4409 entry->uid = proc_uid;
4410 entry->gid = proc_gid;
4411 entry->data = dev;
4412 entry->owner = THIS_MODULE;
4413 SETPROC_OPS(entry, proc_SSID_ops);
4414
4415 /* Setup the APList */
4416 entry = create_proc_entry("APList",
4417 S_IFREG | proc_perm,
4418 apriv->proc_entry);
4419 entry->uid = proc_uid;
4420 entry->gid = proc_gid;
4421 entry->data = dev;
4422 entry->owner = THIS_MODULE;
4423 SETPROC_OPS(entry, proc_APList_ops);
4424
4425 /* Setup the BSSList */
4426 entry = create_proc_entry("BSSList",
4427 S_IFREG | proc_perm,
4428 apriv->proc_entry);
4429 entry->uid = proc_uid;
4430 entry->gid = proc_gid;
4431 entry->data = dev;
4432 entry->owner = THIS_MODULE;
4433 SETPROC_OPS(entry, proc_BSSList_ops);
4434
4435 /* Setup the WepKey */
4436 entry = create_proc_entry("WepKey",
4437 S_IFREG | proc_perm,
4438 apriv->proc_entry);
4439 entry->uid = proc_uid;
4440 entry->gid = proc_gid;
4441 entry->data = dev;
4442 entry->owner = THIS_MODULE;
4443 SETPROC_OPS(entry, proc_wepkey_ops);
4444
4445 return 0;
4446}
4447
4448static int takedown_proc_entry( struct net_device *dev,
4449 struct airo_info *apriv ) {
4450 if ( !apriv->proc_entry->namelen ) return 0;
4451 remove_proc_entry("Stats",apriv->proc_entry);
4452 remove_proc_entry("StatsDelta",apriv->proc_entry);
4453 remove_proc_entry("Status",apriv->proc_entry);
4454 remove_proc_entry("Config",apriv->proc_entry);
4455 remove_proc_entry("SSID",apriv->proc_entry);
4456 remove_proc_entry("APList",apriv->proc_entry);
4457 remove_proc_entry("BSSList",apriv->proc_entry);
4458 remove_proc_entry("WepKey",apriv->proc_entry);
4459 remove_proc_entry(apriv->proc_name,airo_entry);
4460 return 0;
4461}
4462
4463/*
4464 * What we want from the proc_fs is to be able to efficiently read
4465 * and write the configuration. To do this, we want to read the
4466 * configuration when the file is opened and write it when the file is
4467 * closed. So basically we allocate a read buffer at open and fill it
4468 * with data, and allocate a write buffer and read it at close.
4469 */
4470
4471/*
4472 * The read routine is generic, it relies on the preallocated rbuffer
4473 * to supply the data.
4474 */
4475static ssize_t proc_read( struct file *file,
4476 char __user *buffer,
4477 size_t len,
4478 loff_t *offset )
4479{
4480 loff_t pos = *offset;
4481 struct proc_data *priv = (struct proc_data*)file->private_data;
4482
4483 if (!priv->rbuffer)
4484 return -EINVAL;
4485
4486 if (pos < 0)
4487 return -EINVAL;
4488 if (pos >= priv->readlen)
4489 return 0;
4490 if (len > priv->readlen - pos)
4491 len = priv->readlen - pos;
4492 if (copy_to_user(buffer, priv->rbuffer + pos, len))
4493 return -EFAULT;
4494 *offset = pos + len;
4495 return len;
4496}
4497
4498/*
4499 * The write routine is generic, it fills in a preallocated rbuffer
4500 * to supply the data.
4501 */
4502static ssize_t proc_write( struct file *file,
4503 const char __user *buffer,
4504 size_t len,
4505 loff_t *offset )
4506{
4507 loff_t pos = *offset;
4508 struct proc_data *priv = (struct proc_data*)file->private_data;
4509
4510 if (!priv->wbuffer)
4511 return -EINVAL;
4512
4513 if (pos < 0)
4514 return -EINVAL;
4515 if (pos >= priv->maxwritelen)
4516 return 0;
4517 if (len > priv->maxwritelen - pos)
4518 len = priv->maxwritelen - pos;
4519 if (copy_from_user(priv->wbuffer + pos, buffer, len))
4520 return -EFAULT;
4521 if ( pos + len > priv->writelen )
4522 priv->writelen = len + file->f_pos;
4523 *offset = pos + len;
4524 return len;
4525}
4526
4527static int proc_status_open( struct inode *inode, struct file *file ) {
4528 struct proc_data *data;
4529 struct proc_dir_entry *dp = PDE(inode);
4530 struct net_device *dev = dp->data;
4531 struct airo_info *apriv = dev->priv;
4532 CapabilityRid cap_rid;
4533 StatusRid status_rid;
4534 int i;
4535
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01004536 if ((file->private_data = kzalloc(sizeof(struct proc_data ), GFP_KERNEL)) == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004537 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004538 data = (struct proc_data *)file->private_data;
4539 if ((data->rbuffer = kmalloc( 2048, GFP_KERNEL )) == NULL) {
4540 kfree (file->private_data);
4541 return -ENOMEM;
4542 }
4543
4544 readStatusRid(apriv, &status_rid, 1);
4545 readCapabilityRid(apriv, &cap_rid, 1);
4546
4547 i = sprintf(data->rbuffer, "Status: %s%s%s%s%s%s%s%s%s\n",
4548 status_rid.mode & 1 ? "CFG ": "",
4549 status_rid.mode & 2 ? "ACT ": "",
4550 status_rid.mode & 0x10 ? "SYN ": "",
4551 status_rid.mode & 0x20 ? "LNK ": "",
4552 status_rid.mode & 0x40 ? "LEAP ": "",
4553 status_rid.mode & 0x80 ? "PRIV ": "",
4554 status_rid.mode & 0x100 ? "KEY ": "",
4555 status_rid.mode & 0x200 ? "WEP ": "",
4556 status_rid.mode & 0x8000 ? "ERR ": "");
4557 sprintf( data->rbuffer+i, "Mode: %x\n"
4558 "Signal Strength: %d\n"
4559 "Signal Quality: %d\n"
4560 "SSID: %-.*s\n"
4561 "AP: %-.16s\n"
4562 "Freq: %d\n"
4563 "BitRate: %dmbs\n"
4564 "Driver Version: %s\n"
4565 "Device: %s\nManufacturer: %s\nFirmware Version: %s\n"
4566 "Radio type: %x\nCountry: %x\nHardware Version: %x\n"
4567 "Software Version: %x\nSoftware Subversion: %x\n"
4568 "Boot block version: %x\n",
4569 (int)status_rid.mode,
4570 (int)status_rid.normalizedSignalStrength,
4571 (int)status_rid.signalQuality,
4572 (int)status_rid.SSIDlen,
4573 status_rid.SSID,
4574 status_rid.apName,
4575 (int)status_rid.channel,
4576 (int)status_rid.currentXmitRate/2,
4577 version,
4578 cap_rid.prodName,
4579 cap_rid.manName,
4580 cap_rid.prodVer,
4581 cap_rid.radioType,
4582 cap_rid.country,
4583 cap_rid.hardVer,
4584 (int)cap_rid.softVer,
4585 (int)cap_rid.softSubVer,
4586 (int)cap_rid.bootBlockVer );
4587 data->readlen = strlen( data->rbuffer );
4588 return 0;
4589}
4590
4591static int proc_stats_rid_open(struct inode*, struct file*, u16);
4592static int proc_statsdelta_open( struct inode *inode,
4593 struct file *file ) {
4594 if (file->f_mode&FMODE_WRITE) {
4595 return proc_stats_rid_open(inode, file, RID_STATSDELTACLEAR);
4596 }
4597 return proc_stats_rid_open(inode, file, RID_STATSDELTA);
4598}
4599
4600static int proc_stats_open( struct inode *inode, struct file *file ) {
4601 return proc_stats_rid_open(inode, file, RID_STATS);
4602}
4603
4604static int proc_stats_rid_open( struct inode *inode,
4605 struct file *file,
4606 u16 rid ) {
4607 struct proc_data *data;
4608 struct proc_dir_entry *dp = PDE(inode);
4609 struct net_device *dev = dp->data;
4610 struct airo_info *apriv = dev->priv;
4611 StatsRid stats;
4612 int i, j;
4613 u32 *vals = stats.vals;
4614
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01004615 if ((file->private_data = kzalloc(sizeof(struct proc_data ), GFP_KERNEL)) == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004616 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004617 data = (struct proc_data *)file->private_data;
4618 if ((data->rbuffer = kmalloc( 4096, GFP_KERNEL )) == NULL) {
4619 kfree (file->private_data);
4620 return -ENOMEM;
4621 }
4622
4623 readStatsRid(apriv, &stats, rid, 1);
4624
4625 j = 0;
4626 for(i=0; statsLabels[i]!=(char *)-1 &&
4627 i*4<stats.len; i++){
4628 if (!statsLabels[i]) continue;
4629 if (j+strlen(statsLabels[i])+16>4096) {
4630 printk(KERN_WARNING
4631 "airo: Potentially disasterous buffer overflow averted!\n");
4632 break;
4633 }
4634 j+=sprintf(data->rbuffer+j, "%s: %u\n", statsLabels[i], vals[i]);
4635 }
4636 if (i*4>=stats.len){
4637 printk(KERN_WARNING
4638 "airo: Got a short rid\n");
4639 }
4640 data->readlen = j;
4641 return 0;
4642}
4643
4644static int get_dec_u16( char *buffer, int *start, int limit ) {
4645 u16 value;
4646 int valid = 0;
4647 for( value = 0; buffer[*start] >= '0' &&
4648 buffer[*start] <= '9' &&
4649 *start < limit; (*start)++ ) {
4650 valid = 1;
4651 value *= 10;
4652 value += buffer[*start] - '0';
4653 }
4654 if ( !valid ) return -1;
4655 return value;
4656}
4657
4658static int airo_config_commit(struct net_device *dev,
4659 struct iw_request_info *info, void *zwrq,
4660 char *extra);
4661
4662static void proc_config_on_close( struct inode *inode, struct file *file ) {
4663 struct proc_data *data = file->private_data;
4664 struct proc_dir_entry *dp = PDE(inode);
4665 struct net_device *dev = dp->data;
4666 struct airo_info *ai = dev->priv;
4667 char *line;
4668
4669 if ( !data->writelen ) return;
4670
4671 readConfigRid(ai, 1);
4672 set_bit (FLAG_COMMIT, &ai->flags);
4673
4674 line = data->wbuffer;
4675 while( line[0] ) {
4676/*** Mode processing */
4677 if ( !strncmp( line, "Mode: ", 6 ) ) {
4678 line += 6;
4679 if ((ai->config.rmode & 0xff) >= RXMODE_RFMON)
4680 set_bit (FLAG_RESET, &ai->flags);
4681 ai->config.rmode &= 0xfe00;
4682 clear_bit (FLAG_802_11, &ai->flags);
4683 ai->config.opmode &= 0xFF00;
4684 ai->config.scanMode = SCANMODE_ACTIVE;
4685 if ( line[0] == 'a' ) {
4686 ai->config.opmode |= 0;
4687 } else {
4688 ai->config.opmode |= 1;
4689 if ( line[0] == 'r' ) {
4690 ai->config.rmode |= RXMODE_RFMON | RXMODE_DISABLE_802_3_HEADER;
4691 ai->config.scanMode = SCANMODE_PASSIVE;
4692 set_bit (FLAG_802_11, &ai->flags);
4693 } else if ( line[0] == 'y' ) {
4694 ai->config.rmode |= RXMODE_RFMON_ANYBSS | RXMODE_DISABLE_802_3_HEADER;
4695 ai->config.scanMode = SCANMODE_PASSIVE;
4696 set_bit (FLAG_802_11, &ai->flags);
4697 } else if ( line[0] == 'l' )
4698 ai->config.rmode |= RXMODE_LANMON;
4699 }
4700 set_bit (FLAG_COMMIT, &ai->flags);
4701 }
4702
4703/*** Radio status */
4704 else if (!strncmp(line,"Radio: ", 7)) {
4705 line += 7;
4706 if (!strncmp(line,"off",3)) {
4707 set_bit (FLAG_RADIO_OFF, &ai->flags);
4708 } else {
4709 clear_bit (FLAG_RADIO_OFF, &ai->flags);
4710 }
4711 }
4712/*** NodeName processing */
4713 else if ( !strncmp( line, "NodeName: ", 10 ) ) {
4714 int j;
4715
4716 line += 10;
4717 memset( ai->config.nodeName, 0, 16 );
4718/* Do the name, assume a space between the mode and node name */
4719 for( j = 0; j < 16 && line[j] != '\n'; j++ ) {
4720 ai->config.nodeName[j] = line[j];
4721 }
4722 set_bit (FLAG_COMMIT, &ai->flags);
4723 }
4724
4725/*** PowerMode processing */
4726 else if ( !strncmp( line, "PowerMode: ", 11 ) ) {
4727 line += 11;
4728 if ( !strncmp( line, "PSPCAM", 6 ) ) {
4729 ai->config.powerSaveMode = POWERSAVE_PSPCAM;
4730 set_bit (FLAG_COMMIT, &ai->flags);
4731 } else if ( !strncmp( line, "PSP", 3 ) ) {
4732 ai->config.powerSaveMode = POWERSAVE_PSP;
4733 set_bit (FLAG_COMMIT, &ai->flags);
4734 } else {
4735 ai->config.powerSaveMode = POWERSAVE_CAM;
4736 set_bit (FLAG_COMMIT, &ai->flags);
4737 }
4738 } else if ( !strncmp( line, "DataRates: ", 11 ) ) {
4739 int v, i = 0, k = 0; /* i is index into line,
4740 k is index to rates */
4741
4742 line += 11;
4743 while((v = get_dec_u16(line, &i, 3))!=-1) {
4744 ai->config.rates[k++] = (u8)v;
4745 line += i + 1;
4746 i = 0;
4747 }
4748 set_bit (FLAG_COMMIT, &ai->flags);
4749 } else if ( !strncmp( line, "Channel: ", 9 ) ) {
4750 int v, i = 0;
4751 line += 9;
4752 v = get_dec_u16(line, &i, i+3);
4753 if ( v != -1 ) {
4754 ai->config.channelSet = (u16)v;
4755 set_bit (FLAG_COMMIT, &ai->flags);
4756 }
4757 } else if ( !strncmp( line, "XmitPower: ", 11 ) ) {
4758 int v, i = 0;
4759 line += 11;
4760 v = get_dec_u16(line, &i, i+3);
4761 if ( v != -1 ) {
4762 ai->config.txPower = (u16)v;
4763 set_bit (FLAG_COMMIT, &ai->flags);
4764 }
4765 } else if ( !strncmp( line, "WEP: ", 5 ) ) {
4766 line += 5;
4767 switch( line[0] ) {
4768 case 's':
4769 ai->config.authType = (u16)AUTH_SHAREDKEY;
4770 break;
4771 case 'e':
4772 ai->config.authType = (u16)AUTH_ENCRYPT;
4773 break;
4774 default:
4775 ai->config.authType = (u16)AUTH_OPEN;
4776 break;
4777 }
4778 set_bit (FLAG_COMMIT, &ai->flags);
4779 } else if ( !strncmp( line, "LongRetryLimit: ", 16 ) ) {
4780 int v, i = 0;
4781
4782 line += 16;
4783 v = get_dec_u16(line, &i, 3);
4784 v = (v<0) ? 0 : ((v>255) ? 255 : v);
4785 ai->config.longRetryLimit = (u16)v;
4786 set_bit (FLAG_COMMIT, &ai->flags);
4787 } else if ( !strncmp( line, "ShortRetryLimit: ", 17 ) ) {
4788 int v, i = 0;
4789
4790 line += 17;
4791 v = get_dec_u16(line, &i, 3);
4792 v = (v<0) ? 0 : ((v>255) ? 255 : v);
4793 ai->config.shortRetryLimit = (u16)v;
4794 set_bit (FLAG_COMMIT, &ai->flags);
4795 } else if ( !strncmp( line, "RTSThreshold: ", 14 ) ) {
4796 int v, i = 0;
4797
4798 line += 14;
4799 v = get_dec_u16(line, &i, 4);
4800 v = (v<0) ? 0 : ((v>2312) ? 2312 : v);
4801 ai->config.rtsThres = (u16)v;
4802 set_bit (FLAG_COMMIT, &ai->flags);
4803 } else if ( !strncmp( line, "TXMSDULifetime: ", 16 ) ) {
4804 int v, i = 0;
4805
4806 line += 16;
4807 v = get_dec_u16(line, &i, 5);
4808 v = (v<0) ? 0 : v;
4809 ai->config.txLifetime = (u16)v;
4810 set_bit (FLAG_COMMIT, &ai->flags);
4811 } else if ( !strncmp( line, "RXMSDULifetime: ", 16 ) ) {
4812 int v, i = 0;
4813
4814 line += 16;
4815 v = get_dec_u16(line, &i, 5);
4816 v = (v<0) ? 0 : v;
4817 ai->config.rxLifetime = (u16)v;
4818 set_bit (FLAG_COMMIT, &ai->flags);
4819 } else if ( !strncmp( line, "TXDiversity: ", 13 ) ) {
4820 ai->config.txDiversity =
4821 (line[13]=='l') ? 1 :
4822 ((line[13]=='r')? 2: 3);
4823 set_bit (FLAG_COMMIT, &ai->flags);
4824 } else if ( !strncmp( line, "RXDiversity: ", 13 ) ) {
4825 ai->config.rxDiversity =
4826 (line[13]=='l') ? 1 :
4827 ((line[13]=='r')? 2: 3);
4828 set_bit (FLAG_COMMIT, &ai->flags);
4829 } else if ( !strncmp( line, "FragThreshold: ", 15 ) ) {
4830 int v, i = 0;
4831
4832 line += 15;
4833 v = get_dec_u16(line, &i, 4);
4834 v = (v<256) ? 256 : ((v>2312) ? 2312 : v);
4835 v = v & 0xfffe; /* Make sure its even */
4836 ai->config.fragThresh = (u16)v;
4837 set_bit (FLAG_COMMIT, &ai->flags);
4838 } else if (!strncmp(line, "Modulation: ", 12)) {
4839 line += 12;
4840 switch(*line) {
4841 case 'd': ai->config.modulation=MOD_DEFAULT; set_bit(FLAG_COMMIT, &ai->flags); break;
4842 case 'c': ai->config.modulation=MOD_CCK; set_bit(FLAG_COMMIT, &ai->flags); break;
4843 case 'm': ai->config.modulation=MOD_MOK; set_bit(FLAG_COMMIT, &ai->flags); break;
4844 default:
4845 printk( KERN_WARNING "airo: Unknown modulation\n" );
4846 }
4847 } else if (!strncmp(line, "Preamble: ", 10)) {
4848 line += 10;
4849 switch(*line) {
4850 case 'a': ai->config.preamble=PREAMBLE_AUTO; set_bit(FLAG_COMMIT, &ai->flags); break;
4851 case 'l': ai->config.preamble=PREAMBLE_LONG; set_bit(FLAG_COMMIT, &ai->flags); break;
4852 case 's': ai->config.preamble=PREAMBLE_SHORT; set_bit(FLAG_COMMIT, &ai->flags); break;
4853 default: printk(KERN_WARNING "airo: Unknown preamble\n");
4854 }
4855 } else {
4856 printk( KERN_WARNING "Couldn't figure out %s\n", line );
4857 }
4858 while( line[0] && line[0] != '\n' ) line++;
4859 if ( line[0] ) line++;
4860 }
4861 airo_config_commit(dev, NULL, NULL, NULL);
4862}
4863
4864static char *get_rmode(u16 mode) {
4865 switch(mode&0xff) {
4866 case RXMODE_RFMON: return "rfmon";
4867 case RXMODE_RFMON_ANYBSS: return "yna (any) bss rfmon";
4868 case RXMODE_LANMON: return "lanmon";
4869 }
4870 return "ESS";
4871}
4872
4873static int proc_config_open( struct inode *inode, struct file *file ) {
4874 struct proc_data *data;
4875 struct proc_dir_entry *dp = PDE(inode);
4876 struct net_device *dev = dp->data;
4877 struct airo_info *ai = dev->priv;
4878 int i;
4879
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01004880 if ((file->private_data = kzalloc(sizeof(struct proc_data ), GFP_KERNEL)) == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004881 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004882 data = (struct proc_data *)file->private_data;
4883 if ((data->rbuffer = kmalloc( 2048, GFP_KERNEL )) == NULL) {
4884 kfree (file->private_data);
4885 return -ENOMEM;
4886 }
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01004887 if ((data->wbuffer = kzalloc( 2048, GFP_KERNEL )) == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004888 kfree (data->rbuffer);
4889 kfree (file->private_data);
4890 return -ENOMEM;
4891 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004892 data->maxwritelen = 2048;
4893 data->on_close = proc_config_on_close;
4894
4895 readConfigRid(ai, 1);
4896
4897 i = sprintf( data->rbuffer,
4898 "Mode: %s\n"
4899 "Radio: %s\n"
4900 "NodeName: %-16s\n"
4901 "PowerMode: %s\n"
4902 "DataRates: %d %d %d %d %d %d %d %d\n"
4903 "Channel: %d\n"
4904 "XmitPower: %d\n",
4905 (ai->config.opmode & 0xFF) == 0 ? "adhoc" :
4906 (ai->config.opmode & 0xFF) == 1 ? get_rmode(ai->config.rmode):
4907 (ai->config.opmode & 0xFF) == 2 ? "AP" :
4908 (ai->config.opmode & 0xFF) == 3 ? "AP RPTR" : "Error",
4909 test_bit(FLAG_RADIO_OFF, &ai->flags) ? "off" : "on",
4910 ai->config.nodeName,
4911 ai->config.powerSaveMode == 0 ? "CAM" :
4912 ai->config.powerSaveMode == 1 ? "PSP" :
4913 ai->config.powerSaveMode == 2 ? "PSPCAM" : "Error",
4914 (int)ai->config.rates[0],
4915 (int)ai->config.rates[1],
4916 (int)ai->config.rates[2],
4917 (int)ai->config.rates[3],
4918 (int)ai->config.rates[4],
4919 (int)ai->config.rates[5],
4920 (int)ai->config.rates[6],
4921 (int)ai->config.rates[7],
4922 (int)ai->config.channelSet,
4923 (int)ai->config.txPower
4924 );
4925 sprintf( data->rbuffer + i,
4926 "LongRetryLimit: %d\n"
4927 "ShortRetryLimit: %d\n"
4928 "RTSThreshold: %d\n"
4929 "TXMSDULifetime: %d\n"
4930 "RXMSDULifetime: %d\n"
4931 "TXDiversity: %s\n"
4932 "RXDiversity: %s\n"
4933 "FragThreshold: %d\n"
4934 "WEP: %s\n"
4935 "Modulation: %s\n"
4936 "Preamble: %s\n",
4937 (int)ai->config.longRetryLimit,
4938 (int)ai->config.shortRetryLimit,
4939 (int)ai->config.rtsThres,
4940 (int)ai->config.txLifetime,
4941 (int)ai->config.rxLifetime,
4942 ai->config.txDiversity == 1 ? "left" :
4943 ai->config.txDiversity == 2 ? "right" : "both",
4944 ai->config.rxDiversity == 1 ? "left" :
4945 ai->config.rxDiversity == 2 ? "right" : "both",
4946 (int)ai->config.fragThresh,
4947 ai->config.authType == AUTH_ENCRYPT ? "encrypt" :
4948 ai->config.authType == AUTH_SHAREDKEY ? "shared" : "open",
4949 ai->config.modulation == 0 ? "default" :
4950 ai->config.modulation == MOD_CCK ? "cck" :
4951 ai->config.modulation == MOD_MOK ? "mok" : "error",
4952 ai->config.preamble == PREAMBLE_AUTO ? "auto" :
4953 ai->config.preamble == PREAMBLE_LONG ? "long" :
4954 ai->config.preamble == PREAMBLE_SHORT ? "short" : "error"
4955 );
4956 data->readlen = strlen( data->rbuffer );
4957 return 0;
4958}
4959
4960static void proc_SSID_on_close( struct inode *inode, struct file *file ) {
4961 struct proc_data *data = (struct proc_data *)file->private_data;
4962 struct proc_dir_entry *dp = PDE(inode);
4963 struct net_device *dev = dp->data;
4964 struct airo_info *ai = dev->priv;
4965 SsidRid SSID_rid;
4966 Resp rsp;
4967 int i;
4968 int offset = 0;
4969
4970 if ( !data->writelen ) return;
4971
4972 memset( &SSID_rid, 0, sizeof( SSID_rid ) );
4973
4974 for( i = 0; i < 3; i++ ) {
4975 int j;
4976 for( j = 0; j+offset < data->writelen && j < 32 &&
4977 data->wbuffer[offset+j] != '\n'; j++ ) {
4978 SSID_rid.ssids[i].ssid[j] = data->wbuffer[offset+j];
4979 }
4980 if ( j == 0 ) break;
4981 SSID_rid.ssids[i].len = j;
4982 offset += j;
4983 while( data->wbuffer[offset] != '\n' &&
4984 offset < data->writelen ) offset++;
4985 offset++;
4986 }
4987 if (i)
4988 SSID_rid.len = sizeof(SSID_rid);
4989 disable_MAC(ai, 1);
4990 writeSsidRid(ai, &SSID_rid, 1);
4991 enable_MAC(ai, &rsp, 1);
4992}
4993
Jesper Juhl77933d72005-07-27 11:46:09 -07004994static inline u8 hexVal(char c) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004995 if (c>='0' && c<='9') return c -= '0';
4996 if (c>='a' && c<='f') return c -= 'a'-10;
4997 if (c>='A' && c<='F') return c -= 'A'-10;
4998 return 0;
4999}
5000
5001static void proc_APList_on_close( struct inode *inode, struct file *file ) {
5002 struct proc_data *data = (struct proc_data *)file->private_data;
5003 struct proc_dir_entry *dp = PDE(inode);
5004 struct net_device *dev = dp->data;
5005 struct airo_info *ai = dev->priv;
5006 APListRid APList_rid;
5007 Resp rsp;
5008 int i;
5009
5010 if ( !data->writelen ) return;
5011
5012 memset( &APList_rid, 0, sizeof(APList_rid) );
5013 APList_rid.len = sizeof(APList_rid);
5014
5015 for( i = 0; i < 4 && data->writelen >= (i+1)*6*3; i++ ) {
5016 int j;
5017 for( j = 0; j < 6*3 && data->wbuffer[j+i*6*3]; j++ ) {
5018 switch(j%3) {
5019 case 0:
5020 APList_rid.ap[i][j/3]=
5021 hexVal(data->wbuffer[j+i*6*3])<<4;
5022 break;
5023 case 1:
5024 APList_rid.ap[i][j/3]|=
5025 hexVal(data->wbuffer[j+i*6*3]);
5026 break;
5027 }
5028 }
5029 }
5030 disable_MAC(ai, 1);
5031 writeAPListRid(ai, &APList_rid, 1);
5032 enable_MAC(ai, &rsp, 1);
5033}
5034
5035/* This function wraps PC4500_writerid with a MAC disable */
5036static int do_writerid( struct airo_info *ai, u16 rid, const void *rid_data,
5037 int len, int dummy ) {
5038 int rc;
5039 Resp rsp;
5040
5041 disable_MAC(ai, 1);
5042 rc = PC4500_writerid(ai, rid, rid_data, len, 1);
5043 enable_MAC(ai, &rsp, 1);
5044 return rc;
5045}
5046
5047/* Returns the length of the key at the index. If index == 0xffff
5048 * the index of the transmit key is returned. If the key doesn't exist,
5049 * -1 will be returned.
5050 */
5051static int get_wep_key(struct airo_info *ai, u16 index) {
5052 WepKeyRid wkr;
5053 int rc;
5054 u16 lastindex;
5055
5056 rc = readWepKeyRid(ai, &wkr, 1, 1);
5057 if (rc == SUCCESS) do {
5058 lastindex = wkr.kindex;
5059 if (wkr.kindex == index) {
5060 if (index == 0xffff) {
5061 return wkr.mac[0];
5062 }
5063 return wkr.klen;
5064 }
5065 readWepKeyRid(ai, &wkr, 0, 1);
5066 } while(lastindex != wkr.kindex);
5067 return -1;
5068}
5069
5070static int set_wep_key(struct airo_info *ai, u16 index,
5071 const char *key, u16 keylen, int perm, int lock ) {
5072 static const unsigned char macaddr[ETH_ALEN] = { 0x01, 0, 0, 0, 0, 0 };
5073 WepKeyRid wkr;
5074 Resp rsp;
5075
5076 memset(&wkr, 0, sizeof(wkr));
5077 if (keylen == 0) {
5078// We are selecting which key to use
5079 wkr.len = sizeof(wkr);
5080 wkr.kindex = 0xffff;
5081 wkr.mac[0] = (char)index;
5082 if (perm) printk(KERN_INFO "Setting transmit key to %d\n", index);
5083 if (perm) ai->defindex = (char)index;
5084 } else {
5085// We are actually setting the key
5086 wkr.len = sizeof(wkr);
5087 wkr.kindex = index;
5088 wkr.klen = keylen;
5089 memcpy( wkr.key, key, keylen );
5090 memcpy( wkr.mac, macaddr, ETH_ALEN );
5091 printk(KERN_INFO "Setting key %d\n", index);
5092 }
5093
5094 disable_MAC(ai, lock);
5095 writeWepKeyRid(ai, &wkr, perm, lock);
5096 enable_MAC(ai, &rsp, lock);
5097 return 0;
5098}
5099
5100static void proc_wepkey_on_close( struct inode *inode, struct file *file ) {
5101 struct proc_data *data;
5102 struct proc_dir_entry *dp = PDE(inode);
5103 struct net_device *dev = dp->data;
5104 struct airo_info *ai = dev->priv;
5105 int i;
5106 char key[16];
5107 u16 index = 0;
5108 int j = 0;
5109
5110 memset(key, 0, sizeof(key));
5111
5112 data = (struct proc_data *)file->private_data;
5113 if ( !data->writelen ) return;
5114
5115 if (data->wbuffer[0] >= '0' && data->wbuffer[0] <= '3' &&
5116 (data->wbuffer[1] == ' ' || data->wbuffer[1] == '\n')) {
5117 index = data->wbuffer[0] - '0';
5118 if (data->wbuffer[1] == '\n') {
5119 set_wep_key(ai, index, NULL, 0, 1, 1);
5120 return;
5121 }
5122 j = 2;
5123 } else {
5124 printk(KERN_ERR "airo: WepKey passed invalid key index\n");
5125 return;
5126 }
5127
5128 for( i = 0; i < 16*3 && data->wbuffer[i+j]; i++ ) {
5129 switch(i%3) {
5130 case 0:
5131 key[i/3] = hexVal(data->wbuffer[i+j])<<4;
5132 break;
5133 case 1:
5134 key[i/3] |= hexVal(data->wbuffer[i+j]);
5135 break;
5136 }
5137 }
5138 set_wep_key(ai, index, key, i/3, 1, 1);
5139}
5140
5141static int proc_wepkey_open( struct inode *inode, struct file *file ) {
5142 struct proc_data *data;
5143 struct proc_dir_entry *dp = PDE(inode);
5144 struct net_device *dev = dp->data;
5145 struct airo_info *ai = dev->priv;
5146 char *ptr;
5147 WepKeyRid wkr;
5148 u16 lastindex;
5149 int j=0;
5150 int rc;
5151
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01005152 if ((file->private_data = kzalloc(sizeof(struct proc_data ), GFP_KERNEL)) == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005153 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005154 memset(&wkr, 0, sizeof(wkr));
5155 data = (struct proc_data *)file->private_data;
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01005156 if ((data->rbuffer = kzalloc( 180, GFP_KERNEL )) == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005157 kfree (file->private_data);
5158 return -ENOMEM;
5159 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005160 data->writelen = 0;
5161 data->maxwritelen = 80;
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01005162 if ((data->wbuffer = kzalloc( 80, GFP_KERNEL )) == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005163 kfree (data->rbuffer);
5164 kfree (file->private_data);
5165 return -ENOMEM;
5166 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005167 data->on_close = proc_wepkey_on_close;
5168
5169 ptr = data->rbuffer;
5170 strcpy(ptr, "No wep keys\n");
5171 rc = readWepKeyRid(ai, &wkr, 1, 1);
5172 if (rc == SUCCESS) do {
5173 lastindex = wkr.kindex;
5174 if (wkr.kindex == 0xffff) {
5175 j += sprintf(ptr+j, "Tx key = %d\n",
5176 (int)wkr.mac[0]);
5177 } else {
5178 j += sprintf(ptr+j, "Key %d set with length = %d\n",
5179 (int)wkr.kindex, (int)wkr.klen);
5180 }
5181 readWepKeyRid(ai, &wkr, 0, 1);
5182 } while((lastindex != wkr.kindex) && (j < 180-30));
5183
5184 data->readlen = strlen( data->rbuffer );
5185 return 0;
5186}
5187
5188static int proc_SSID_open( struct inode *inode, struct file *file ) {
5189 struct proc_data *data;
5190 struct proc_dir_entry *dp = PDE(inode);
5191 struct net_device *dev = dp->data;
5192 struct airo_info *ai = dev->priv;
5193 int i;
5194 char *ptr;
5195 SsidRid SSID_rid;
5196
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01005197 if ((file->private_data = kzalloc(sizeof(struct proc_data ), GFP_KERNEL)) == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005198 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005199 data = (struct proc_data *)file->private_data;
5200 if ((data->rbuffer = kmalloc( 104, GFP_KERNEL )) == NULL) {
5201 kfree (file->private_data);
5202 return -ENOMEM;
5203 }
5204 data->writelen = 0;
5205 data->maxwritelen = 33*3;
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01005206 if ((data->wbuffer = kzalloc( 33*3, GFP_KERNEL )) == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005207 kfree (data->rbuffer);
5208 kfree (file->private_data);
5209 return -ENOMEM;
5210 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005211 data->on_close = proc_SSID_on_close;
5212
5213 readSsidRid(ai, &SSID_rid);
5214 ptr = data->rbuffer;
5215 for( i = 0; i < 3; i++ ) {
5216 int j;
5217 if ( !SSID_rid.ssids[i].len ) break;
5218 for( j = 0; j < 32 &&
5219 j < SSID_rid.ssids[i].len &&
5220 SSID_rid.ssids[i].ssid[j]; j++ ) {
5221 *ptr++ = SSID_rid.ssids[i].ssid[j];
5222 }
5223 *ptr++ = '\n';
5224 }
5225 *ptr = '\0';
5226 data->readlen = strlen( data->rbuffer );
5227 return 0;
5228}
5229
5230static int proc_APList_open( struct inode *inode, struct file *file ) {
5231 struct proc_data *data;
5232 struct proc_dir_entry *dp = PDE(inode);
5233 struct net_device *dev = dp->data;
5234 struct airo_info *ai = dev->priv;
5235 int i;
5236 char *ptr;
5237 APListRid APList_rid;
5238
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01005239 if ((file->private_data = kzalloc(sizeof(struct proc_data ), GFP_KERNEL)) == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005240 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005241 data = (struct proc_data *)file->private_data;
5242 if ((data->rbuffer = kmalloc( 104, GFP_KERNEL )) == NULL) {
5243 kfree (file->private_data);
5244 return -ENOMEM;
5245 }
5246 data->writelen = 0;
5247 data->maxwritelen = 4*6*3;
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01005248 if ((data->wbuffer = kzalloc( data->maxwritelen, GFP_KERNEL )) == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005249 kfree (data->rbuffer);
5250 kfree (file->private_data);
5251 return -ENOMEM;
5252 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005253 data->on_close = proc_APList_on_close;
5254
5255 readAPListRid(ai, &APList_rid);
5256 ptr = data->rbuffer;
5257 for( i = 0; i < 4; i++ ) {
5258// We end when we find a zero MAC
5259 if ( !*(int*)APList_rid.ap[i] &&
5260 !*(int*)&APList_rid.ap[i][2]) break;
5261 ptr += sprintf(ptr, "%02x:%02x:%02x:%02x:%02x:%02x\n",
5262 (int)APList_rid.ap[i][0],
5263 (int)APList_rid.ap[i][1],
5264 (int)APList_rid.ap[i][2],
5265 (int)APList_rid.ap[i][3],
5266 (int)APList_rid.ap[i][4],
5267 (int)APList_rid.ap[i][5]);
5268 }
5269 if (i==0) ptr += sprintf(ptr, "Not using specific APs\n");
5270
5271 *ptr = '\0';
5272 data->readlen = strlen( data->rbuffer );
5273 return 0;
5274}
5275
5276static int proc_BSSList_open( struct inode *inode, struct file *file ) {
5277 struct proc_data *data;
5278 struct proc_dir_entry *dp = PDE(inode);
5279 struct net_device *dev = dp->data;
5280 struct airo_info *ai = dev->priv;
5281 char *ptr;
5282 BSSListRid BSSList_rid;
5283 int rc;
5284 /* If doLoseSync is not 1, we won't do a Lose Sync */
5285 int doLoseSync = -1;
5286
Panagiotis Issarisb69a3aa2005-11-08 00:03:15 +01005287 if ((file->private_data = kzalloc(sizeof(struct proc_data ), GFP_KERNEL)) == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005288 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005289 data = (struct proc_data *)file->private_data;
5290 if ((data->rbuffer = kmalloc( 1024, GFP_KERNEL )) == NULL) {
5291 kfree (file->private_data);
5292 return -ENOMEM;
5293 }
5294 data->writelen = 0;
5295 data->maxwritelen = 0;
5296 data->wbuffer = NULL;
5297 data->on_close = NULL;
5298
5299 if (file->f_mode & FMODE_WRITE) {
5300 if (!(file->f_mode & FMODE_READ)) {
5301 Cmd cmd;
5302 Resp rsp;
5303
5304 if (ai->flags & FLAG_RADIO_MASK) return -ENETDOWN;
5305 memset(&cmd, 0, sizeof(cmd));
5306 cmd.cmd=CMD_LISTBSS;
5307 if (down_interruptible(&ai->sem))
5308 return -ERESTARTSYS;
5309 issuecommand(ai, &cmd, &rsp);
5310 up(&ai->sem);
5311 data->readlen = 0;
5312 return 0;
5313 }
5314 doLoseSync = 1;
5315 }
5316 ptr = data->rbuffer;
5317 /* There is a race condition here if there are concurrent opens.
5318 Since it is a rare condition, we'll just live with it, otherwise
5319 we have to add a spin lock... */
5320 rc = readBSSListRid(ai, doLoseSync, &BSSList_rid);
5321 while(rc == 0 && BSSList_rid.index != 0xffff) {
5322 ptr += sprintf(ptr, "%02x:%02x:%02x:%02x:%02x:%02x %*s rssi = %d",
5323 (int)BSSList_rid.bssid[0],
5324 (int)BSSList_rid.bssid[1],
5325 (int)BSSList_rid.bssid[2],
5326 (int)BSSList_rid.bssid[3],
5327 (int)BSSList_rid.bssid[4],
5328 (int)BSSList_rid.bssid[5],
5329 (int)BSSList_rid.ssidLen,
5330 BSSList_rid.ssid,
Dan Williams41480af2005-05-10 09:45:51 -04005331 (int)BSSList_rid.dBm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005332 ptr += sprintf(ptr, " channel = %d %s %s %s %s\n",
5333 (int)BSSList_rid.dsChannel,
5334 BSSList_rid.cap & CAP_ESS ? "ESS" : "",
5335 BSSList_rid.cap & CAP_IBSS ? "adhoc" : "",
5336 BSSList_rid.cap & CAP_PRIVACY ? "wep" : "",
5337 BSSList_rid.cap & CAP_SHORTHDR ? "shorthdr" : "");
5338 rc = readBSSListRid(ai, 0, &BSSList_rid);
5339 }
5340 *ptr = '\0';
5341 data->readlen = strlen( data->rbuffer );
5342 return 0;
5343}
5344
5345static int proc_close( struct inode *inode, struct file *file )
5346{
Jesper Juhlb4558ea2005-10-28 16:53:13 -04005347 struct proc_data *data = file->private_data;
5348
5349 if (data->on_close != NULL)
5350 data->on_close(inode, file);
5351 kfree(data->rbuffer);
5352 kfree(data->wbuffer);
5353 kfree(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005354 return 0;
5355}
5356
5357static struct net_device_list {
5358 struct net_device *dev;
5359 struct net_device_list *next;
5360} *airo_devices;
5361
5362/* Since the card doesn't automatically switch to the right WEP mode,
5363 we will make it do it. If the card isn't associated, every secs we
5364 will switch WEP modes to see if that will help. If the card is
5365 associated we will check every minute to see if anything has
5366 changed. */
5367static void timer_func( struct net_device *dev ) {
5368 struct airo_info *apriv = dev->priv;
5369 Resp rsp;
5370
5371/* We don't have a link so try changing the authtype */
5372 readConfigRid(apriv, 0);
5373 disable_MAC(apriv, 0);
5374 switch(apriv->config.authType) {
5375 case AUTH_ENCRYPT:
5376/* So drop to OPEN */
5377 apriv->config.authType = AUTH_OPEN;
5378 break;
5379 case AUTH_SHAREDKEY:
5380 if (apriv->keyindex < auto_wep) {
5381 set_wep_key(apriv, apriv->keyindex, NULL, 0, 0, 0);
5382 apriv->config.authType = AUTH_SHAREDKEY;
5383 apriv->keyindex++;
5384 } else {
5385 /* Drop to ENCRYPT */
5386 apriv->keyindex = 0;
5387 set_wep_key(apriv, apriv->defindex, NULL, 0, 0, 0);
5388 apriv->config.authType = AUTH_ENCRYPT;
5389 }
5390 break;
5391 default: /* We'll escalate to SHAREDKEY */
5392 apriv->config.authType = AUTH_SHAREDKEY;
5393 }
5394 set_bit (FLAG_COMMIT, &apriv->flags);
5395 writeConfigRid(apriv, 0);
5396 enable_MAC(apriv, &rsp, 0);
5397 up(&apriv->sem);
5398
5399/* Schedule check to see if the change worked */
5400 clear_bit(JOB_AUTOWEP, &apriv->flags);
5401 apriv->expires = RUN_AT(HZ*3);
5402}
5403
5404static int add_airo_dev( struct net_device *dev ) {
5405 struct net_device_list *node = kmalloc( sizeof( *node ), GFP_KERNEL );
5406 if ( !node )
5407 return -ENOMEM;
5408
5409 node->dev = dev;
5410 node->next = airo_devices;
5411 airo_devices = node;
5412
5413 return 0;
5414}
5415
5416static void del_airo_dev( struct net_device *dev ) {
5417 struct net_device_list **p = &airo_devices;
5418 while( *p && ( (*p)->dev != dev ) )
5419 p = &(*p)->next;
5420 if ( *p && (*p)->dev == dev )
5421 *p = (*p)->next;
5422}
5423
5424#ifdef CONFIG_PCI
5425static int __devinit airo_pci_probe(struct pci_dev *pdev,
5426 const struct pci_device_id *pent)
5427{
5428 struct net_device *dev;
5429
5430 if (pci_enable_device(pdev))
5431 return -ENODEV;
5432 pci_set_master(pdev);
5433
5434 if (pdev->device == 0x5000 || pdev->device == 0xa504)
5435 dev = _init_airo_card(pdev->irq, pdev->resource[0].start, 0, pdev, &pdev->dev);
5436 else
5437 dev = _init_airo_card(pdev->irq, pdev->resource[2].start, 0, pdev, &pdev->dev);
5438 if (!dev)
5439 return -ENODEV;
5440
5441 pci_set_drvdata(pdev, dev);
5442 return 0;
5443}
5444
5445static void __devexit airo_pci_remove(struct pci_dev *pdev)
5446{
5447}
5448
Pavel Machek05adc3b2005-04-16 15:25:25 -07005449static int airo_pci_suspend(struct pci_dev *pdev, pm_message_t state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005450{
5451 struct net_device *dev = pci_get_drvdata(pdev);
5452 struct airo_info *ai = dev->priv;
5453 Cmd cmd;
5454 Resp rsp;
5455
5456 if ((ai->APList == NULL) &&
5457 (ai->APList = kmalloc(sizeof(APListRid), GFP_KERNEL)) == NULL)
5458 return -ENOMEM;
5459 if ((ai->SSID == NULL) &&
5460 (ai->SSID = kmalloc(sizeof(SsidRid), GFP_KERNEL)) == NULL)
5461 return -ENOMEM;
5462 readAPListRid(ai, ai->APList);
5463 readSsidRid(ai, ai->SSID);
5464 memset(&cmd, 0, sizeof(cmd));
5465 /* the lock will be released at the end of the resume callback */
5466 if (down_interruptible(&ai->sem))
5467 return -EAGAIN;
5468 disable_MAC(ai, 0);
5469 netif_device_detach(dev);
5470 ai->power = state;
5471 cmd.cmd=HOSTSLEEP;
5472 issuecommand(ai, &cmd, &rsp);
5473
Pavel Machek1cc68ae2005-06-20 15:33:04 -07005474 pci_enable_wake(pdev, pci_choose_state(pdev, state), 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005475 pci_save_state(pdev);
Pavel Machek1cc68ae2005-06-20 15:33:04 -07005476 return pci_set_power_state(pdev, pci_choose_state(pdev, state));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005477}
5478
5479static int airo_pci_resume(struct pci_dev *pdev)
5480{
5481 struct net_device *dev = pci_get_drvdata(pdev);
5482 struct airo_info *ai = dev->priv;
5483 Resp rsp;
Michal Schmidt53232802005-10-04 07:46:21 -04005484 pci_power_t prev_state = pdev->current_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005485
Michal Schmidt53232802005-10-04 07:46:21 -04005486 pci_set_power_state(pdev, PCI_D0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005487 pci_restore_state(pdev);
Michal Schmidt53232802005-10-04 07:46:21 -04005488 pci_enable_wake(pdev, PCI_D0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005489
Michal Schmidt53232802005-10-04 07:46:21 -04005490 if (prev_state != PCI_D1) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005491 reset_card(dev, 0);
5492 mpi_init_descriptors(ai);
5493 setup_card(ai, dev->dev_addr, 0);
5494 clear_bit(FLAG_RADIO_OFF, &ai->flags);
5495 clear_bit(FLAG_PENDING_XMIT, &ai->flags);
5496 } else {
5497 OUT4500(ai, EVACK, EV_AWAKEN);
5498 OUT4500(ai, EVACK, EV_AWAKEN);
5499 msleep(100);
5500 }
5501
5502 set_bit (FLAG_COMMIT, &ai->flags);
5503 disable_MAC(ai, 0);
5504 msleep(200);
5505 if (ai->SSID) {
5506 writeSsidRid(ai, ai->SSID, 0);
5507 kfree(ai->SSID);
5508 ai->SSID = NULL;
5509 }
5510 if (ai->APList) {
5511 writeAPListRid(ai, ai->APList, 0);
5512 kfree(ai->APList);
5513 ai->APList = NULL;
5514 }
5515 writeConfigRid(ai, 0);
5516 enable_MAC(ai, &rsp, 0);
Pavel Machek1cc68ae2005-06-20 15:33:04 -07005517 ai->power = PMSG_ON;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005518 netif_device_attach(dev);
5519 netif_wake_queue(dev);
5520 enable_interrupts(ai);
5521 up(&ai->sem);
5522 return 0;
5523}
5524#endif
5525
5526static int __init airo_init_module( void )
5527{
5528 int i, have_isa_dev = 0;
5529
5530 airo_entry = create_proc_entry("aironet",
5531 S_IFDIR | airo_perm,
5532 proc_root_driver);
5533 airo_entry->uid = proc_uid;
5534 airo_entry->gid = proc_gid;
5535
5536 for( i = 0; i < 4 && io[i] && irq[i]; i++ ) {
5537 printk( KERN_INFO
5538 "airo: Trying to configure ISA adapter at irq=%d io=0x%x\n",
5539 irq[i], io[i] );
5540 if (init_airo_card( irq[i], io[i], 0, NULL ))
5541 have_isa_dev = 1;
5542 }
5543
5544#ifdef CONFIG_PCI
5545 printk( KERN_INFO "airo: Probing for PCI adapters\n" );
5546 pci_register_driver(&airo_driver);
5547 printk( KERN_INFO "airo: Finished probing for PCI adapters\n" );
5548#endif
5549
5550 /* Always exit with success, as we are a library module
5551 * as well as a driver module
5552 */
5553 return 0;
5554}
5555
5556static void __exit airo_cleanup_module( void )
5557{
5558 while( airo_devices ) {
5559 printk( KERN_INFO "airo: Unregistering %s\n", airo_devices->dev->name );
5560 stop_airo_card( airo_devices->dev, 1 );
5561 }
5562#ifdef CONFIG_PCI
5563 pci_unregister_driver(&airo_driver);
5564#endif
5565 remove_proc_entry("aironet", proc_root_driver);
5566}
5567
Linus Torvalds1da177e2005-04-16 15:20:36 -07005568/*
5569 * Initial Wireless Extension code for Aironet driver by :
5570 * Jean Tourrilhes <jt@hpl.hp.com> - HPL - 17 November 00
5571 * Conversion to new driver API by :
5572 * Jean Tourrilhes <jt@hpl.hp.com> - HPL - 26 March 02
5573 * Javier also did a good amount of work here, adding some new extensions
5574 * and fixing my code. Let's just say that without him this code just
5575 * would not work at all... - Jean II
5576 */
5577
Dan Williams41480af2005-05-10 09:45:51 -04005578static u8 airo_rssi_to_dbm (tdsRssiEntry *rssi_rid, u8 rssi)
5579{
5580 if( !rssi_rid )
5581 return 0;
5582
5583 return (0x100 - rssi_rid[rssi].rssidBm);
5584}
5585
5586static u8 airo_dbm_to_pct (tdsRssiEntry *rssi_rid, u8 dbm)
5587{
5588 int i;
5589
5590 if( !rssi_rid )
5591 return 0;
5592
5593 for( i = 0; i < 256; i++ )
5594 if (rssi_rid[i].rssidBm == dbm)
5595 return rssi_rid[i].rssipct;
5596
5597 return 0;
5598}
5599
5600
Linus Torvalds1da177e2005-04-16 15:20:36 -07005601static int airo_get_quality (StatusRid *status_rid, CapabilityRid *cap_rid)
5602{
5603 int quality = 0;
5604
5605 if ((status_rid->mode & 0x3f) == 0x3f && (cap_rid->hardCap & 8)) {
5606 if (memcmp(cap_rid->prodName, "350", 3))
5607 if (status_rid->signalQuality > 0x20)
5608 quality = 0;
5609 else
5610 quality = 0x20 - status_rid->signalQuality;
5611 else
5612 if (status_rid->signalQuality > 0xb0)
5613 quality = 0;
5614 else if (status_rid->signalQuality < 0x10)
5615 quality = 0xa0;
5616 else
5617 quality = 0xb0 - status_rid->signalQuality;
5618 }
5619 return quality;
5620}
5621
5622#define airo_get_max_quality(cap_rid) (memcmp((cap_rid)->prodName, "350", 3) ? 0x20 : 0xa0)
5623#define airo_get_avg_quality(cap_rid) (memcmp((cap_rid)->prodName, "350", 3) ? 0x10 : 0x50);
5624
5625/*------------------------------------------------------------------*/
5626/*
5627 * Wireless Handler : get protocol name
5628 */
5629static int airo_get_name(struct net_device *dev,
5630 struct iw_request_info *info,
5631 char *cwrq,
5632 char *extra)
5633{
5634 strcpy(cwrq, "IEEE 802.11-DS");
5635 return 0;
5636}
5637
5638/*------------------------------------------------------------------*/
5639/*
5640 * Wireless Handler : set frequency
5641 */
5642static int airo_set_freq(struct net_device *dev,
5643 struct iw_request_info *info,
5644 struct iw_freq *fwrq,
5645 char *extra)
5646{
5647 struct airo_info *local = dev->priv;
5648 int rc = -EINPROGRESS; /* Call commit handler */
5649
5650 /* If setting by frequency, convert to a channel */
5651 if((fwrq->e == 1) &&
5652 (fwrq->m >= (int) 2.412e8) &&
5653 (fwrq->m <= (int) 2.487e8)) {
5654 int f = fwrq->m / 100000;
5655 int c = 0;
5656 while((c < 14) && (f != frequency_list[c]))
5657 c++;
5658 /* Hack to fall through... */
5659 fwrq->e = 0;
5660 fwrq->m = c + 1;
5661 }
5662 /* Setting by channel number */
5663 if((fwrq->m > 1000) || (fwrq->e > 0))
5664 rc = -EOPNOTSUPP;
5665 else {
5666 int channel = fwrq->m;
5667 /* We should do a better check than that,
5668 * based on the card capability !!! */
5669 if((channel < 1) || (channel > 16)) {
5670 printk(KERN_DEBUG "%s: New channel value of %d is invalid!\n", dev->name, fwrq->m);
5671 rc = -EINVAL;
5672 } else {
5673 readConfigRid(local, 1);
5674 /* Yes ! We can set it !!! */
5675 local->config.channelSet = (u16)(channel - 1);
5676 set_bit (FLAG_COMMIT, &local->flags);
5677 }
5678 }
5679 return rc;
5680}
5681
5682/*------------------------------------------------------------------*/
5683/*
5684 * Wireless Handler : get frequency
5685 */
5686static int airo_get_freq(struct net_device *dev,
5687 struct iw_request_info *info,
5688 struct iw_freq *fwrq,
5689 char *extra)
5690{
5691 struct airo_info *local = dev->priv;
5692 StatusRid status_rid; /* Card status info */
5693
5694 readConfigRid(local, 1);
5695 if ((local->config.opmode & 0xFF) == MODE_STA_ESS)
5696 status_rid.channel = local->config.channelSet;
5697 else
5698 readStatusRid(local, &status_rid, 1);
5699
5700#ifdef WEXT_USECHANNELS
5701 fwrq->m = ((int)status_rid.channel) + 1;
5702 fwrq->e = 0;
5703#else
5704 {
5705 int f = (int)status_rid.channel;
5706 fwrq->m = frequency_list[f] * 100000;
5707 fwrq->e = 1;
5708 }
5709#endif
5710
5711 return 0;
5712}
5713
5714/*------------------------------------------------------------------*/
5715/*
5716 * Wireless Handler : set ESSID
5717 */
5718static int airo_set_essid(struct net_device *dev,
5719 struct iw_request_info *info,
5720 struct iw_point *dwrq,
5721 char *extra)
5722{
5723 struct airo_info *local = dev->priv;
5724 Resp rsp;
5725 SsidRid SSID_rid; /* SSIDs */
5726
5727 /* Reload the list of current SSID */
5728 readSsidRid(local, &SSID_rid);
5729
5730 /* Check if we asked for `any' */
5731 if(dwrq->flags == 0) {
5732 /* Just send an empty SSID list */
5733 memset(&SSID_rid, 0, sizeof(SSID_rid));
5734 } else {
5735 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1;
5736
5737 /* Check the size of the string */
5738 if(dwrq->length > IW_ESSID_MAX_SIZE+1) {
5739 return -E2BIG ;
5740 }
5741 /* Check if index is valid */
5742 if((index < 0) || (index >= 4)) {
5743 return -EINVAL;
5744 }
5745
5746 /* Set the SSID */
5747 memset(SSID_rid.ssids[index].ssid, 0,
5748 sizeof(SSID_rid.ssids[index].ssid));
5749 memcpy(SSID_rid.ssids[index].ssid, extra, dwrq->length);
5750 SSID_rid.ssids[index].len = dwrq->length - 1;
5751 }
5752 SSID_rid.len = sizeof(SSID_rid);
5753 /* Write it to the card */
5754 disable_MAC(local, 1);
5755 writeSsidRid(local, &SSID_rid, 1);
5756 enable_MAC(local, &rsp, 1);
5757
5758 return 0;
5759}
5760
5761/*------------------------------------------------------------------*/
5762/*
5763 * Wireless Handler : get ESSID
5764 */
5765static int airo_get_essid(struct net_device *dev,
5766 struct iw_request_info *info,
5767 struct iw_point *dwrq,
5768 char *extra)
5769{
5770 struct airo_info *local = dev->priv;
5771 StatusRid status_rid; /* Card status info */
5772
5773 readStatusRid(local, &status_rid, 1);
5774
5775 /* Note : if dwrq->flags != 0, we should
5776 * get the relevant SSID from the SSID list... */
5777
5778 /* Get the current SSID */
5779 memcpy(extra, status_rid.SSID, status_rid.SSIDlen);
5780 extra[status_rid.SSIDlen] = '\0';
5781 /* If none, we may want to get the one that was set */
5782
5783 /* Push it out ! */
5784 dwrq->length = status_rid.SSIDlen + 1;
5785 dwrq->flags = 1; /* active */
5786
5787 return 0;
5788}
5789
5790/*------------------------------------------------------------------*/
5791/*
5792 * Wireless Handler : set AP address
5793 */
5794static int airo_set_wap(struct net_device *dev,
5795 struct iw_request_info *info,
5796 struct sockaddr *awrq,
5797 char *extra)
5798{
5799 struct airo_info *local = dev->priv;
5800 Cmd cmd;
5801 Resp rsp;
5802 APListRid APList_rid;
5803 static const unsigned char bcast[ETH_ALEN] = { 255, 255, 255, 255, 255, 255 };
5804
5805 if (awrq->sa_family != ARPHRD_ETHER)
5806 return -EINVAL;
5807 else if (!memcmp(bcast, awrq->sa_data, ETH_ALEN)) {
5808 memset(&cmd, 0, sizeof(cmd));
5809 cmd.cmd=CMD_LOSE_SYNC;
5810 if (down_interruptible(&local->sem))
5811 return -ERESTARTSYS;
5812 issuecommand(local, &cmd, &rsp);
5813 up(&local->sem);
5814 } else {
5815 memset(&APList_rid, 0, sizeof(APList_rid));
5816 APList_rid.len = sizeof(APList_rid);
5817 memcpy(APList_rid.ap[0], awrq->sa_data, ETH_ALEN);
5818 disable_MAC(local, 1);
5819 writeAPListRid(local, &APList_rid, 1);
5820 enable_MAC(local, &rsp, 1);
5821 }
5822 return 0;
5823}
5824
5825/*------------------------------------------------------------------*/
5826/*
5827 * Wireless Handler : get AP address
5828 */
5829static int airo_get_wap(struct net_device *dev,
5830 struct iw_request_info *info,
5831 struct sockaddr *awrq,
5832 char *extra)
5833{
5834 struct airo_info *local = dev->priv;
5835 StatusRid status_rid; /* Card status info */
5836
5837 readStatusRid(local, &status_rid, 1);
5838
5839 /* Tentative. This seems to work, wow, I'm lucky !!! */
5840 memcpy(awrq->sa_data, status_rid.bssid[0], ETH_ALEN);
5841 awrq->sa_family = ARPHRD_ETHER;
5842
5843 return 0;
5844}
5845
5846/*------------------------------------------------------------------*/
5847/*
5848 * Wireless Handler : set Nickname
5849 */
5850static int airo_set_nick(struct net_device *dev,
5851 struct iw_request_info *info,
5852 struct iw_point *dwrq,
5853 char *extra)
5854{
5855 struct airo_info *local = dev->priv;
5856
5857 /* Check the size of the string */
5858 if(dwrq->length > 16 + 1) {
5859 return -E2BIG;
5860 }
5861 readConfigRid(local, 1);
5862 memset(local->config.nodeName, 0, sizeof(local->config.nodeName));
5863 memcpy(local->config.nodeName, extra, dwrq->length);
5864 set_bit (FLAG_COMMIT, &local->flags);
5865
5866 return -EINPROGRESS; /* Call commit handler */
5867}
5868
5869/*------------------------------------------------------------------*/
5870/*
5871 * Wireless Handler : get Nickname
5872 */
5873static int airo_get_nick(struct net_device *dev,
5874 struct iw_request_info *info,
5875 struct iw_point *dwrq,
5876 char *extra)
5877{
5878 struct airo_info *local = dev->priv;
5879
5880 readConfigRid(local, 1);
5881 strncpy(extra, local->config.nodeName, 16);
5882 extra[16] = '\0';
5883 dwrq->length = strlen(extra) + 1;
5884
5885 return 0;
5886}
5887
5888/*------------------------------------------------------------------*/
5889/*
5890 * Wireless Handler : set Bit-Rate
5891 */
5892static int airo_set_rate(struct net_device *dev,
5893 struct iw_request_info *info,
5894 struct iw_param *vwrq,
5895 char *extra)
5896{
5897 struct airo_info *local = dev->priv;
5898 CapabilityRid cap_rid; /* Card capability info */
5899 u8 brate = 0;
5900 int i;
5901
5902 /* First : get a valid bit rate value */
5903 readCapabilityRid(local, &cap_rid, 1);
5904
5905 /* Which type of value ? */
5906 if((vwrq->value < 8) && (vwrq->value >= 0)) {
5907 /* Setting by rate index */
5908 /* Find value in the magic rate table */
5909 brate = cap_rid.supportedRates[vwrq->value];
5910 } else {
5911 /* Setting by frequency value */
5912 u8 normvalue = (u8) (vwrq->value/500000);
5913
5914 /* Check if rate is valid */
5915 for(i = 0 ; i < 8 ; i++) {
5916 if(normvalue == cap_rid.supportedRates[i]) {
5917 brate = normvalue;
5918 break;
5919 }
5920 }
5921 }
5922 /* -1 designed the max rate (mostly auto mode) */
5923 if(vwrq->value == -1) {
5924 /* Get the highest available rate */
5925 for(i = 0 ; i < 8 ; i++) {
5926 if(cap_rid.supportedRates[i] == 0)
5927 break;
5928 }
5929 if(i != 0)
5930 brate = cap_rid.supportedRates[i - 1];
5931 }
5932 /* Check that it is valid */
5933 if(brate == 0) {
5934 return -EINVAL;
5935 }
5936
5937 readConfigRid(local, 1);
5938 /* Now, check if we want a fixed or auto value */
5939 if(vwrq->fixed == 0) {
5940 /* Fill all the rates up to this max rate */
5941 memset(local->config.rates, 0, 8);
5942 for(i = 0 ; i < 8 ; i++) {
5943 local->config.rates[i] = cap_rid.supportedRates[i];
5944 if(local->config.rates[i] == brate)
5945 break;
5946 }
5947 } else {
5948 /* Fixed mode */
5949 /* One rate, fixed */
5950 memset(local->config.rates, 0, 8);
5951 local->config.rates[0] = brate;
5952 }
5953 set_bit (FLAG_COMMIT, &local->flags);
5954
5955 return -EINPROGRESS; /* Call commit handler */
5956}
5957
5958/*------------------------------------------------------------------*/
5959/*
5960 * Wireless Handler : get Bit-Rate
5961 */
5962static int airo_get_rate(struct net_device *dev,
5963 struct iw_request_info *info,
5964 struct iw_param *vwrq,
5965 char *extra)
5966{
5967 struct airo_info *local = dev->priv;
5968 StatusRid status_rid; /* Card status info */
5969
5970 readStatusRid(local, &status_rid, 1);
5971
5972 vwrq->value = status_rid.currentXmitRate * 500000;
5973 /* If more than one rate, set auto */
5974 readConfigRid(local, 1);
5975 vwrq->fixed = (local->config.rates[1] == 0);
5976
5977 return 0;
5978}
5979
5980/*------------------------------------------------------------------*/
5981/*
5982 * Wireless Handler : set RTS threshold
5983 */
5984static int airo_set_rts(struct net_device *dev,
5985 struct iw_request_info *info,
5986 struct iw_param *vwrq,
5987 char *extra)
5988{
5989 struct airo_info *local = dev->priv;
5990 int rthr = vwrq->value;
5991
5992 if(vwrq->disabled)
5993 rthr = 2312;
5994 if((rthr < 0) || (rthr > 2312)) {
5995 return -EINVAL;
5996 }
5997 readConfigRid(local, 1);
5998 local->config.rtsThres = rthr;
5999 set_bit (FLAG_COMMIT, &local->flags);
6000
6001 return -EINPROGRESS; /* Call commit handler */
6002}
6003
6004/*------------------------------------------------------------------*/
6005/*
6006 * Wireless Handler : get RTS threshold
6007 */
6008static int airo_get_rts(struct net_device *dev,
6009 struct iw_request_info *info,
6010 struct iw_param *vwrq,
6011 char *extra)
6012{
6013 struct airo_info *local = dev->priv;
6014
6015 readConfigRid(local, 1);
6016 vwrq->value = local->config.rtsThres;
6017 vwrq->disabled = (vwrq->value >= 2312);
6018 vwrq->fixed = 1;
6019
6020 return 0;
6021}
6022
6023/*------------------------------------------------------------------*/
6024/*
6025 * Wireless Handler : set Fragmentation threshold
6026 */
6027static int airo_set_frag(struct net_device *dev,
6028 struct iw_request_info *info,
6029 struct iw_param *vwrq,
6030 char *extra)
6031{
6032 struct airo_info *local = dev->priv;
6033 int fthr = vwrq->value;
6034
6035 if(vwrq->disabled)
6036 fthr = 2312;
6037 if((fthr < 256) || (fthr > 2312)) {
6038 return -EINVAL;
6039 }
6040 fthr &= ~0x1; /* Get an even value - is it really needed ??? */
6041 readConfigRid(local, 1);
6042 local->config.fragThresh = (u16)fthr;
6043 set_bit (FLAG_COMMIT, &local->flags);
6044
6045 return -EINPROGRESS; /* Call commit handler */
6046}
6047
6048/*------------------------------------------------------------------*/
6049/*
6050 * Wireless Handler : get Fragmentation threshold
6051 */
6052static int airo_get_frag(struct net_device *dev,
6053 struct iw_request_info *info,
6054 struct iw_param *vwrq,
6055 char *extra)
6056{
6057 struct airo_info *local = dev->priv;
6058
6059 readConfigRid(local, 1);
6060 vwrq->value = local->config.fragThresh;
6061 vwrq->disabled = (vwrq->value >= 2312);
6062 vwrq->fixed = 1;
6063
6064 return 0;
6065}
6066
6067/*------------------------------------------------------------------*/
6068/*
6069 * Wireless Handler : set Mode of Operation
6070 */
6071static int airo_set_mode(struct net_device *dev,
6072 struct iw_request_info *info,
6073 __u32 *uwrq,
6074 char *extra)
6075{
6076 struct airo_info *local = dev->priv;
6077 int reset = 0;
6078
6079 readConfigRid(local, 1);
6080 if ((local->config.rmode & 0xff) >= RXMODE_RFMON)
6081 reset = 1;
6082
6083 switch(*uwrq) {
6084 case IW_MODE_ADHOC:
6085 local->config.opmode &= 0xFF00;
6086 local->config.opmode |= MODE_STA_IBSS;
6087 local->config.rmode &= 0xfe00;
6088 local->config.scanMode = SCANMODE_ACTIVE;
6089 clear_bit (FLAG_802_11, &local->flags);
6090 break;
6091 case IW_MODE_INFRA:
6092 local->config.opmode &= 0xFF00;
6093 local->config.opmode |= MODE_STA_ESS;
6094 local->config.rmode &= 0xfe00;
6095 local->config.scanMode = SCANMODE_ACTIVE;
6096 clear_bit (FLAG_802_11, &local->flags);
6097 break;
6098 case IW_MODE_MASTER:
6099 local->config.opmode &= 0xFF00;
6100 local->config.opmode |= MODE_AP;
6101 local->config.rmode &= 0xfe00;
6102 local->config.scanMode = SCANMODE_ACTIVE;
6103 clear_bit (FLAG_802_11, &local->flags);
6104 break;
6105 case IW_MODE_REPEAT:
6106 local->config.opmode &= 0xFF00;
6107 local->config.opmode |= MODE_AP_RPTR;
6108 local->config.rmode &= 0xfe00;
6109 local->config.scanMode = SCANMODE_ACTIVE;
6110 clear_bit (FLAG_802_11, &local->flags);
6111 break;
6112 case IW_MODE_MONITOR:
6113 local->config.opmode &= 0xFF00;
6114 local->config.opmode |= MODE_STA_ESS;
6115 local->config.rmode &= 0xfe00;
6116 local->config.rmode |= RXMODE_RFMON | RXMODE_DISABLE_802_3_HEADER;
6117 local->config.scanMode = SCANMODE_PASSIVE;
6118 set_bit (FLAG_802_11, &local->flags);
6119 break;
6120 default:
6121 return -EINVAL;
6122 }
6123 if (reset)
6124 set_bit (FLAG_RESET, &local->flags);
6125 set_bit (FLAG_COMMIT, &local->flags);
6126
6127 return -EINPROGRESS; /* Call commit handler */
6128}
6129
6130/*------------------------------------------------------------------*/
6131/*
6132 * Wireless Handler : get Mode of Operation
6133 */
6134static int airo_get_mode(struct net_device *dev,
6135 struct iw_request_info *info,
6136 __u32 *uwrq,
6137 char *extra)
6138{
6139 struct airo_info *local = dev->priv;
6140
6141 readConfigRid(local, 1);
6142 /* If not managed, assume it's ad-hoc */
6143 switch (local->config.opmode & 0xFF) {
6144 case MODE_STA_ESS:
6145 *uwrq = IW_MODE_INFRA;
6146 break;
6147 case MODE_AP:
6148 *uwrq = IW_MODE_MASTER;
6149 break;
6150 case MODE_AP_RPTR:
6151 *uwrq = IW_MODE_REPEAT;
6152 break;
6153 default:
6154 *uwrq = IW_MODE_ADHOC;
6155 }
6156
6157 return 0;
6158}
6159
6160/*------------------------------------------------------------------*/
6161/*
6162 * Wireless Handler : set Encryption Key
6163 */
6164static int airo_set_encode(struct net_device *dev,
6165 struct iw_request_info *info,
6166 struct iw_point *dwrq,
6167 char *extra)
6168{
6169 struct airo_info *local = dev->priv;
6170 CapabilityRid cap_rid; /* Card capability info */
6171
6172 /* Is WEP supported ? */
6173 readCapabilityRid(local, &cap_rid, 1);
6174 /* Older firmware doesn't support this...
6175 if(!(cap_rid.softCap & 2)) {
6176 return -EOPNOTSUPP;
6177 } */
6178 readConfigRid(local, 1);
6179
6180 /* Basic checking: do we have a key to set ?
6181 * Note : with the new API, it's impossible to get a NULL pointer.
6182 * Therefore, we need to check a key size == 0 instead.
6183 * New version of iwconfig properly set the IW_ENCODE_NOKEY flag
6184 * when no key is present (only change flags), but older versions
6185 * don't do it. - Jean II */
6186 if (dwrq->length > 0) {
6187 wep_key_t key;
6188 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1;
6189 int current_index = get_wep_key(local, 0xffff);
6190 /* Check the size of the key */
6191 if (dwrq->length > MAX_KEY_SIZE) {
6192 return -EINVAL;
6193 }
6194 /* Check the index (none -> use current) */
6195 if ((index < 0) || (index >= ((cap_rid.softCap & 0x80) ? 4:1)))
6196 index = current_index;
6197 /* Set the length */
6198 if (dwrq->length > MIN_KEY_SIZE)
6199 key.len = MAX_KEY_SIZE;
6200 else
6201 if (dwrq->length > 0)
6202 key.len = MIN_KEY_SIZE;
6203 else
6204 /* Disable the key */
6205 key.len = 0;
6206 /* Check if the key is not marked as invalid */
6207 if(!(dwrq->flags & IW_ENCODE_NOKEY)) {
6208 /* Cleanup */
6209 memset(key.key, 0, MAX_KEY_SIZE);
6210 /* Copy the key in the driver */
6211 memcpy(key.key, extra, dwrq->length);
6212 /* Send the key to the card */
6213 set_wep_key(local, index, key.key, key.len, 1, 1);
6214 }
6215 /* WE specify that if a valid key is set, encryption
6216 * should be enabled (user may turn it off later)
6217 * This is also how "iwconfig ethX key on" works */
6218 if((index == current_index) && (key.len > 0) &&
6219 (local->config.authType == AUTH_OPEN)) {
6220 local->config.authType = AUTH_ENCRYPT;
6221 set_bit (FLAG_COMMIT, &local->flags);
6222 }
6223 } else {
6224 /* Do we want to just set the transmit key index ? */
6225 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1;
6226 if ((index >= 0) && (index < ((cap_rid.softCap & 0x80)?4:1))) {
6227 set_wep_key(local, index, NULL, 0, 1, 1);
6228 } else
6229 /* Don't complain if only change the mode */
6230 if(!dwrq->flags & IW_ENCODE_MODE) {
6231 return -EINVAL;
6232 }
6233 }
6234 /* Read the flags */
6235 if(dwrq->flags & IW_ENCODE_DISABLED)
6236 local->config.authType = AUTH_OPEN; // disable encryption
6237 if(dwrq->flags & IW_ENCODE_RESTRICTED)
6238 local->config.authType = AUTH_SHAREDKEY; // Only Both
6239 if(dwrq->flags & IW_ENCODE_OPEN)
6240 local->config.authType = AUTH_ENCRYPT; // Only Wep
6241 /* Commit the changes to flags if needed */
6242 if(dwrq->flags & IW_ENCODE_MODE)
6243 set_bit (FLAG_COMMIT, &local->flags);
6244 return -EINPROGRESS; /* Call commit handler */
6245}
6246
6247/*------------------------------------------------------------------*/
6248/*
6249 * Wireless Handler : get Encryption Key
6250 */
6251static int airo_get_encode(struct net_device *dev,
6252 struct iw_request_info *info,
6253 struct iw_point *dwrq,
6254 char *extra)
6255{
6256 struct airo_info *local = dev->priv;
6257 int index = (dwrq->flags & IW_ENCODE_INDEX) - 1;
6258 CapabilityRid cap_rid; /* Card capability info */
6259
6260 /* Is it supported ? */
6261 readCapabilityRid(local, &cap_rid, 1);
6262 if(!(cap_rid.softCap & 2)) {
6263 return -EOPNOTSUPP;
6264 }
6265 readConfigRid(local, 1);
6266 /* Check encryption mode */
6267 switch(local->config.authType) {
6268 case AUTH_ENCRYPT:
6269 dwrq->flags = IW_ENCODE_OPEN;
6270 break;
6271 case AUTH_SHAREDKEY:
6272 dwrq->flags = IW_ENCODE_RESTRICTED;
6273 break;
6274 default:
6275 case AUTH_OPEN:
6276 dwrq->flags = IW_ENCODE_DISABLED;
6277 break;
6278 }
6279 /* We can't return the key, so set the proper flag and return zero */
6280 dwrq->flags |= IW_ENCODE_NOKEY;
6281 memset(extra, 0, 16);
6282
6283 /* Which key do we want ? -1 -> tx index */
6284 if ((index < 0) || (index >= ((cap_rid.softCap & 0x80) ? 4 : 1)))
6285 index = get_wep_key(local, 0xffff);
6286 dwrq->flags |= index + 1;
6287 /* Copy the key to the user buffer */
6288 dwrq->length = get_wep_key(local, index);
6289 if (dwrq->length > 16) {
6290 dwrq->length=0;
6291 }
6292 return 0;
6293}
6294
6295/*------------------------------------------------------------------*/
6296/*
6297 * Wireless Handler : set Tx-Power
6298 */
6299static int airo_set_txpow(struct net_device *dev,
6300 struct iw_request_info *info,
6301 struct iw_param *vwrq,
6302 char *extra)
6303{
6304 struct airo_info *local = dev->priv;
6305 CapabilityRid cap_rid; /* Card capability info */
6306 int i;
6307 int rc = -EINVAL;
6308
6309 readCapabilityRid(local, &cap_rid, 1);
6310
6311 if (vwrq->disabled) {
6312 set_bit (FLAG_RADIO_OFF, &local->flags);
6313 set_bit (FLAG_COMMIT, &local->flags);
6314 return -EINPROGRESS; /* Call commit handler */
6315 }
6316 if (vwrq->flags != IW_TXPOW_MWATT) {
6317 return -EINVAL;
6318 }
6319 clear_bit (FLAG_RADIO_OFF, &local->flags);
6320 for (i = 0; cap_rid.txPowerLevels[i] && (i < 8); i++)
6321 if ((vwrq->value==cap_rid.txPowerLevels[i])) {
6322 readConfigRid(local, 1);
6323 local->config.txPower = vwrq->value;
6324 set_bit (FLAG_COMMIT, &local->flags);
6325 rc = -EINPROGRESS; /* Call commit handler */
6326 break;
6327 }
6328 return rc;
6329}
6330
6331/*------------------------------------------------------------------*/
6332/*
6333 * Wireless Handler : get Tx-Power
6334 */
6335static int airo_get_txpow(struct net_device *dev,
6336 struct iw_request_info *info,
6337 struct iw_param *vwrq,
6338 char *extra)
6339{
6340 struct airo_info *local = dev->priv;
6341
6342 readConfigRid(local, 1);
6343 vwrq->value = local->config.txPower;
6344 vwrq->fixed = 1; /* No power control */
6345 vwrq->disabled = test_bit(FLAG_RADIO_OFF, &local->flags);
6346 vwrq->flags = IW_TXPOW_MWATT;
6347
6348 return 0;
6349}
6350
6351/*------------------------------------------------------------------*/
6352/*
6353 * Wireless Handler : set Retry limits
6354 */
6355static int airo_set_retry(struct net_device *dev,
6356 struct iw_request_info *info,
6357 struct iw_param *vwrq,
6358 char *extra)
6359{
6360 struct airo_info *local = dev->priv;
6361 int rc = -EINVAL;
6362
6363 if(vwrq->disabled) {
6364 return -EINVAL;
6365 }
6366 readConfigRid(local, 1);
6367 if(vwrq->flags & IW_RETRY_LIMIT) {
6368 if(vwrq->flags & IW_RETRY_MAX)
6369 local->config.longRetryLimit = vwrq->value;
6370 else if (vwrq->flags & IW_RETRY_MIN)
6371 local->config.shortRetryLimit = vwrq->value;
6372 else {
6373 /* No modifier : set both */
6374 local->config.longRetryLimit = vwrq->value;
6375 local->config.shortRetryLimit = vwrq->value;
6376 }
6377 set_bit (FLAG_COMMIT, &local->flags);
6378 rc = -EINPROGRESS; /* Call commit handler */
6379 }
6380 if(vwrq->flags & IW_RETRY_LIFETIME) {
6381 local->config.txLifetime = vwrq->value / 1024;
6382 set_bit (FLAG_COMMIT, &local->flags);
6383 rc = -EINPROGRESS; /* Call commit handler */
6384 }
6385 return rc;
6386}
6387
6388/*------------------------------------------------------------------*/
6389/*
6390 * Wireless Handler : get Retry limits
6391 */
6392static int airo_get_retry(struct net_device *dev,
6393 struct iw_request_info *info,
6394 struct iw_param *vwrq,
6395 char *extra)
6396{
6397 struct airo_info *local = dev->priv;
6398
6399 vwrq->disabled = 0; /* Can't be disabled */
6400
6401 readConfigRid(local, 1);
6402 /* Note : by default, display the min retry number */
6403 if((vwrq->flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) {
6404 vwrq->flags = IW_RETRY_LIFETIME;
6405 vwrq->value = (int)local->config.txLifetime * 1024;
6406 } else if((vwrq->flags & IW_RETRY_MAX)) {
6407 vwrq->flags = IW_RETRY_LIMIT | IW_RETRY_MAX;
6408 vwrq->value = (int)local->config.longRetryLimit;
6409 } else {
6410 vwrq->flags = IW_RETRY_LIMIT;
6411 vwrq->value = (int)local->config.shortRetryLimit;
6412 if((int)local->config.shortRetryLimit != (int)local->config.longRetryLimit)
6413 vwrq->flags |= IW_RETRY_MIN;
6414 }
6415
6416 return 0;
6417}
6418
6419/*------------------------------------------------------------------*/
6420/*
6421 * Wireless Handler : get range info
6422 */
6423static int airo_get_range(struct net_device *dev,
6424 struct iw_request_info *info,
6425 struct iw_point *dwrq,
6426 char *extra)
6427{
6428 struct airo_info *local = dev->priv;
6429 struct iw_range *range = (struct iw_range *) extra;
6430 CapabilityRid cap_rid; /* Card capability info */
6431 int i;
6432 int k;
6433
6434 readCapabilityRid(local, &cap_rid, 1);
6435
6436 dwrq->length = sizeof(struct iw_range);
6437 memset(range, 0, sizeof(*range));
6438 range->min_nwid = 0x0000;
6439 range->max_nwid = 0x0000;
6440 range->num_channels = 14;
6441 /* Should be based on cap_rid.country to give only
6442 * what the current card support */
6443 k = 0;
6444 for(i = 0; i < 14; i++) {
6445 range->freq[k].i = i + 1; /* List index */
6446 range->freq[k].m = frequency_list[i] * 100000;
6447 range->freq[k++].e = 1; /* Values in table in MHz -> * 10^5 * 10 */
6448 }
6449 range->num_frequency = k;
6450
Linus Torvalds1da177e2005-04-16 15:20:36 -07006451 range->sensitivity = 65535;
6452
Dan Williams41480af2005-05-10 09:45:51 -04006453 /* Hum... Should put the right values there */
6454 if (local->rssi)
6455 range->max_qual.qual = 100; /* % */
6456 else
6457 range->max_qual.qual = airo_get_max_quality(&cap_rid);
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07006458 range->max_qual.level = 0x100 - 120; /* -120 dBm */
6459 range->max_qual.noise = 0x100 - 120; /* -120 dBm */
Dan Williams41480af2005-05-10 09:45:51 -04006460
6461 /* Experimental measurements - boundary 11/5.5 Mb/s */
6462 /* Note : with or without the (local->rssi), results
6463 * are somewhat different. - Jean II */
6464 if (local->rssi) {
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07006465 range->avg_qual.qual = 50; /* % */
6466 range->avg_qual.level = 0x100 - 70; /* -70 dBm */
Dan Williams41480af2005-05-10 09:45:51 -04006467 } else {
6468 range->avg_qual.qual = airo_get_avg_quality(&cap_rid);
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07006469 range->avg_qual.level = 0x100 - 80; /* -80 dBm */
Dan Williams41480af2005-05-10 09:45:51 -04006470 }
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07006471 range->avg_qual.noise = 0x100 - 85; /* -85 dBm */
Dan Williams41480af2005-05-10 09:45:51 -04006472
Linus Torvalds1da177e2005-04-16 15:20:36 -07006473 for(i = 0 ; i < 8 ; i++) {
6474 range->bitrate[i] = cap_rid.supportedRates[i] * 500000;
6475 if(range->bitrate[i] == 0)
6476 break;
6477 }
6478 range->num_bitrates = i;
6479
6480 /* Set an indication of the max TCP throughput
6481 * in bit/s that we can expect using this interface.
6482 * May be use for QoS stuff... Jean II */
6483 if(i > 2)
6484 range->throughput = 5000 * 1000;
6485 else
6486 range->throughput = 1500 * 1000;
6487
6488 range->min_rts = 0;
6489 range->max_rts = 2312;
6490 range->min_frag = 256;
6491 range->max_frag = 2312;
6492
6493 if(cap_rid.softCap & 2) {
6494 // WEP: RC4 40 bits
6495 range->encoding_size[0] = 5;
6496 // RC4 ~128 bits
6497 if (cap_rid.softCap & 0x100) {
6498 range->encoding_size[1] = 13;
6499 range->num_encoding_sizes = 2;
6500 } else
6501 range->num_encoding_sizes = 1;
6502 range->max_encoding_tokens = (cap_rid.softCap & 0x80) ? 4 : 1;
6503 } else {
6504 range->num_encoding_sizes = 0;
6505 range->max_encoding_tokens = 0;
6506 }
6507 range->min_pmp = 0;
6508 range->max_pmp = 5000000; /* 5 secs */
6509 range->min_pmt = 0;
6510 range->max_pmt = 65535 * 1024; /* ??? */
6511 range->pmp_flags = IW_POWER_PERIOD;
6512 range->pmt_flags = IW_POWER_TIMEOUT;
6513 range->pm_capa = IW_POWER_PERIOD | IW_POWER_TIMEOUT | IW_POWER_ALL_R;
6514
6515 /* Transmit Power - values are in mW */
6516 for(i = 0 ; i < 8 ; i++) {
6517 range->txpower[i] = cap_rid.txPowerLevels[i];
6518 if(range->txpower[i] == 0)
6519 break;
6520 }
6521 range->num_txpower = i;
6522 range->txpower_capa = IW_TXPOW_MWATT;
6523 range->we_version_source = 12;
6524 range->we_version_compiled = WIRELESS_EXT;
6525 range->retry_capa = IW_RETRY_LIMIT | IW_RETRY_LIFETIME;
6526 range->retry_flags = IW_RETRY_LIMIT;
6527 range->r_time_flags = IW_RETRY_LIFETIME;
6528 range->min_retry = 1;
6529 range->max_retry = 65535;
6530 range->min_r_time = 1024;
6531 range->max_r_time = 65535 * 1024;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006532
6533 /* Event capability (kernel + driver) */
6534 range->event_capa[0] = (IW_EVENT_CAPA_K_0 |
6535 IW_EVENT_CAPA_MASK(SIOCGIWTHRSPY) |
6536 IW_EVENT_CAPA_MASK(SIOCGIWAP) |
6537 IW_EVENT_CAPA_MASK(SIOCGIWSCAN));
6538 range->event_capa[1] = IW_EVENT_CAPA_K_1;
6539 range->event_capa[4] = IW_EVENT_CAPA_MASK(IWEVTXDROP);
6540 return 0;
6541}
6542
6543/*------------------------------------------------------------------*/
6544/*
6545 * Wireless Handler : set Power Management
6546 */
6547static int airo_set_power(struct net_device *dev,
6548 struct iw_request_info *info,
6549 struct iw_param *vwrq,
6550 char *extra)
6551{
6552 struct airo_info *local = dev->priv;
6553
6554 readConfigRid(local, 1);
6555 if (vwrq->disabled) {
6556 if ((local->config.rmode & 0xFF) >= RXMODE_RFMON) {
6557 return -EINVAL;
6558 }
6559 local->config.powerSaveMode = POWERSAVE_CAM;
6560 local->config.rmode &= 0xFF00;
6561 local->config.rmode |= RXMODE_BC_MC_ADDR;
6562 set_bit (FLAG_COMMIT, &local->flags);
6563 return -EINPROGRESS; /* Call commit handler */
6564 }
6565 if ((vwrq->flags & IW_POWER_TYPE) == IW_POWER_TIMEOUT) {
6566 local->config.fastListenDelay = (vwrq->value + 500) / 1024;
6567 local->config.powerSaveMode = POWERSAVE_PSPCAM;
6568 set_bit (FLAG_COMMIT, &local->flags);
6569 } else if ((vwrq->flags & IW_POWER_TYPE) == IW_POWER_PERIOD) {
6570 local->config.fastListenInterval = local->config.listenInterval = (vwrq->value + 500) / 1024;
6571 local->config.powerSaveMode = POWERSAVE_PSPCAM;
6572 set_bit (FLAG_COMMIT, &local->flags);
6573 }
6574 switch (vwrq->flags & IW_POWER_MODE) {
6575 case IW_POWER_UNICAST_R:
6576 if ((local->config.rmode & 0xFF) >= RXMODE_RFMON) {
6577 return -EINVAL;
6578 }
6579 local->config.rmode &= 0xFF00;
6580 local->config.rmode |= RXMODE_ADDR;
6581 set_bit (FLAG_COMMIT, &local->flags);
6582 break;
6583 case IW_POWER_ALL_R:
6584 if ((local->config.rmode & 0xFF) >= RXMODE_RFMON) {
6585 return -EINVAL;
6586 }
6587 local->config.rmode &= 0xFF00;
6588 local->config.rmode |= RXMODE_BC_MC_ADDR;
6589 set_bit (FLAG_COMMIT, &local->flags);
6590 case IW_POWER_ON:
6591 break;
6592 default:
6593 return -EINVAL;
6594 }
6595 // Note : we may want to factor local->need_commit here
6596 // Note2 : may also want to factor RXMODE_RFMON test
6597 return -EINPROGRESS; /* Call commit handler */
6598}
6599
6600/*------------------------------------------------------------------*/
6601/*
6602 * Wireless Handler : get Power Management
6603 */
6604static int airo_get_power(struct net_device *dev,
6605 struct iw_request_info *info,
6606 struct iw_param *vwrq,
6607 char *extra)
6608{
6609 struct airo_info *local = dev->priv;
6610 int mode;
6611
6612 readConfigRid(local, 1);
6613 mode = local->config.powerSaveMode;
6614 if ((vwrq->disabled = (mode == POWERSAVE_CAM)))
6615 return 0;
6616 if ((vwrq->flags & IW_POWER_TYPE) == IW_POWER_TIMEOUT) {
6617 vwrq->value = (int)local->config.fastListenDelay * 1024;
6618 vwrq->flags = IW_POWER_TIMEOUT;
6619 } else {
6620 vwrq->value = (int)local->config.fastListenInterval * 1024;
6621 vwrq->flags = IW_POWER_PERIOD;
6622 }
6623 if ((local->config.rmode & 0xFF) == RXMODE_ADDR)
6624 vwrq->flags |= IW_POWER_UNICAST_R;
6625 else
6626 vwrq->flags |= IW_POWER_ALL_R;
6627
6628 return 0;
6629}
6630
6631/*------------------------------------------------------------------*/
6632/*
6633 * Wireless Handler : set Sensitivity
6634 */
6635static int airo_set_sens(struct net_device *dev,
6636 struct iw_request_info *info,
6637 struct iw_param *vwrq,
6638 char *extra)
6639{
6640 struct airo_info *local = dev->priv;
6641
6642 readConfigRid(local, 1);
6643 local->config.rssiThreshold = vwrq->disabled ? RSSI_DEFAULT : vwrq->value;
6644 set_bit (FLAG_COMMIT, &local->flags);
6645
6646 return -EINPROGRESS; /* Call commit handler */
6647}
6648
6649/*------------------------------------------------------------------*/
6650/*
6651 * Wireless Handler : get Sensitivity
6652 */
6653static int airo_get_sens(struct net_device *dev,
6654 struct iw_request_info *info,
6655 struct iw_param *vwrq,
6656 char *extra)
6657{
6658 struct airo_info *local = dev->priv;
6659
6660 readConfigRid(local, 1);
6661 vwrq->value = local->config.rssiThreshold;
6662 vwrq->disabled = (vwrq->value == 0);
6663 vwrq->fixed = 1;
6664
6665 return 0;
6666}
6667
6668/*------------------------------------------------------------------*/
6669/*
6670 * Wireless Handler : get AP List
6671 * Note : this is deprecated in favor of IWSCAN
6672 */
6673static int airo_get_aplist(struct net_device *dev,
6674 struct iw_request_info *info,
6675 struct iw_point *dwrq,
6676 char *extra)
6677{
6678 struct airo_info *local = dev->priv;
6679 struct sockaddr *address = (struct sockaddr *) extra;
6680 struct iw_quality qual[IW_MAX_AP];
6681 BSSListRid BSSList;
6682 int i;
6683 int loseSync = capable(CAP_NET_ADMIN) ? 1: -1;
6684
6685 for (i = 0; i < IW_MAX_AP; i++) {
6686 if (readBSSListRid(local, loseSync, &BSSList))
6687 break;
6688 loseSync = 0;
6689 memcpy(address[i].sa_data, BSSList.bssid, ETH_ALEN);
6690 address[i].sa_family = ARPHRD_ETHER;
Dan Williams41480af2005-05-10 09:45:51 -04006691 if (local->rssi) {
6692 qual[i].level = 0x100 - BSSList.dBm;
6693 qual[i].qual = airo_dbm_to_pct( local->rssi, BSSList.dBm );
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07006694 qual[i].updated = IW_QUAL_QUAL_UPDATED
6695 | IW_QUAL_LEVEL_UPDATED
6696 | IW_QUAL_DBM;
Dan Williams41480af2005-05-10 09:45:51 -04006697 } else {
6698 qual[i].level = (BSSList.dBm + 321) / 2;
6699 qual[i].qual = 0;
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07006700 qual[i].updated = IW_QUAL_QUAL_INVALID
6701 | IW_QUAL_LEVEL_UPDATED
6702 | IW_QUAL_DBM;
Dan Williams41480af2005-05-10 09:45:51 -04006703 }
6704 qual[i].noise = local->wstats.qual.noise;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006705 if (BSSList.index == 0xffff)
6706 break;
6707 }
6708 if (!i) {
6709 StatusRid status_rid; /* Card status info */
6710 readStatusRid(local, &status_rid, 1);
6711 for (i = 0;
6712 i < min(IW_MAX_AP, 4) &&
6713 (status_rid.bssid[i][0]
6714 & status_rid.bssid[i][1]
6715 & status_rid.bssid[i][2]
6716 & status_rid.bssid[i][3]
6717 & status_rid.bssid[i][4]
6718 & status_rid.bssid[i][5])!=0xff &&
6719 (status_rid.bssid[i][0]
6720 | status_rid.bssid[i][1]
6721 | status_rid.bssid[i][2]
6722 | status_rid.bssid[i][3]
6723 | status_rid.bssid[i][4]
6724 | status_rid.bssid[i][5]);
6725 i++) {
6726 memcpy(address[i].sa_data,
6727 status_rid.bssid[i], ETH_ALEN);
6728 address[i].sa_family = ARPHRD_ETHER;
6729 }
6730 } else {
6731 dwrq->flags = 1; /* Should be define'd */
6732 memcpy(extra + sizeof(struct sockaddr)*i,
6733 &qual, sizeof(struct iw_quality)*i);
6734 }
6735 dwrq->length = i;
6736
6737 return 0;
6738}
6739
6740/*------------------------------------------------------------------*/
6741/*
6742 * Wireless Handler : Initiate Scan
6743 */
6744static int airo_set_scan(struct net_device *dev,
6745 struct iw_request_info *info,
6746 struct iw_param *vwrq,
6747 char *extra)
6748{
6749 struct airo_info *ai = dev->priv;
6750 Cmd cmd;
6751 Resp rsp;
6752
6753 /* Note : you may have realised that, as this is a SET operation,
6754 * this is privileged and therefore a normal user can't
6755 * perform scanning.
6756 * This is not an error, while the device perform scanning,
6757 * traffic doesn't flow, so it's a perfect DoS...
6758 * Jean II */
6759 if (ai->flags & FLAG_RADIO_MASK) return -ENETDOWN;
6760
6761 /* Initiate a scan command */
6762 memset(&cmd, 0, sizeof(cmd));
6763 cmd.cmd=CMD_LISTBSS;
6764 if (down_interruptible(&ai->sem))
6765 return -ERESTARTSYS;
6766 issuecommand(ai, &cmd, &rsp);
6767 ai->scan_timestamp = jiffies;
6768 up(&ai->sem);
6769
6770 /* At this point, just return to the user. */
6771
6772 return 0;
6773}
6774
6775/*------------------------------------------------------------------*/
6776/*
6777 * Translate scan data returned from the card to a card independent
6778 * format that the Wireless Tools will understand - Jean II
6779 */
6780static inline char *airo_translate_scan(struct net_device *dev,
6781 char *current_ev,
6782 char *end_buf,
Dan Williams41480af2005-05-10 09:45:51 -04006783 BSSListRid *bss)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006784{
6785 struct airo_info *ai = dev->priv;
6786 struct iw_event iwe; /* Temporary buffer */
6787 u16 capabilities;
6788 char * current_val; /* For rates */
6789 int i;
6790
6791 /* First entry *MUST* be the AP MAC address */
6792 iwe.cmd = SIOCGIWAP;
6793 iwe.u.ap_addr.sa_family = ARPHRD_ETHER;
Dan Williams41480af2005-05-10 09:45:51 -04006794 memcpy(iwe.u.ap_addr.sa_data, bss->bssid, ETH_ALEN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006795 current_ev = iwe_stream_add_event(current_ev, end_buf, &iwe, IW_EV_ADDR_LEN);
6796
6797 /* Other entries will be displayed in the order we give them */
6798
6799 /* Add the ESSID */
Dan Williams41480af2005-05-10 09:45:51 -04006800 iwe.u.data.length = bss->ssidLen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006801 if(iwe.u.data.length > 32)
6802 iwe.u.data.length = 32;
6803 iwe.cmd = SIOCGIWESSID;
6804 iwe.u.data.flags = 1;
Dan Williams41480af2005-05-10 09:45:51 -04006805 current_ev = iwe_stream_add_point(current_ev, end_buf, &iwe, bss->ssid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006806
6807 /* Add mode */
6808 iwe.cmd = SIOCGIWMODE;
Dan Williams41480af2005-05-10 09:45:51 -04006809 capabilities = le16_to_cpu(bss->cap);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006810 if(capabilities & (CAP_ESS | CAP_IBSS)) {
6811 if(capabilities & CAP_ESS)
6812 iwe.u.mode = IW_MODE_MASTER;
6813 else
6814 iwe.u.mode = IW_MODE_ADHOC;
6815 current_ev = iwe_stream_add_event(current_ev, end_buf, &iwe, IW_EV_UINT_LEN);
6816 }
6817
6818 /* Add frequency */
6819 iwe.cmd = SIOCGIWFREQ;
Dan Williams41480af2005-05-10 09:45:51 -04006820 iwe.u.freq.m = le16_to_cpu(bss->dsChannel);
matthieu castet11414552005-09-12 23:31:39 +02006821 /* iwe.u.freq.m containt the channel (starting 1), our
6822 * frequency_list array start at index 0...
6823 */
6824 iwe.u.freq.m = frequency_list[iwe.u.freq.m - 1] * 100000;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006825 iwe.u.freq.e = 1;
6826 current_ev = iwe_stream_add_event(current_ev, end_buf, &iwe, IW_EV_FREQ_LEN);
6827
6828 /* Add quality statistics */
6829 iwe.cmd = IWEVQUAL;
Dan Williams41480af2005-05-10 09:45:51 -04006830 if (ai->rssi) {
6831 iwe.u.qual.level = 0x100 - bss->dBm;
6832 iwe.u.qual.qual = airo_dbm_to_pct( ai->rssi, bss->dBm );
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07006833 iwe.u.qual.updated = IW_QUAL_QUAL_UPDATED
6834 | IW_QUAL_LEVEL_UPDATED
6835 | IW_QUAL_DBM;
Dan Williams41480af2005-05-10 09:45:51 -04006836 } else {
6837 iwe.u.qual.level = (bss->dBm + 321) / 2;
6838 iwe.u.qual.qual = 0;
Jeff Garzikbbeec902005-09-07 00:27:54 -04006839 iwe.u.qual.updated = IW_QUAL_QUAL_INVALID
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07006840 | IW_QUAL_LEVEL_UPDATED
6841 | IW_QUAL_DBM;
Dan Williams41480af2005-05-10 09:45:51 -04006842 }
6843 iwe.u.qual.noise = ai->wstats.qual.noise;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006844 current_ev = iwe_stream_add_event(current_ev, end_buf, &iwe, IW_EV_QUAL_LEN);
6845
6846 /* Add encryption capability */
6847 iwe.cmd = SIOCGIWENCODE;
6848 if(capabilities & CAP_PRIVACY)
6849 iwe.u.data.flags = IW_ENCODE_ENABLED | IW_ENCODE_NOKEY;
6850 else
6851 iwe.u.data.flags = IW_ENCODE_DISABLED;
6852 iwe.u.data.length = 0;
Dan Williams41480af2005-05-10 09:45:51 -04006853 current_ev = iwe_stream_add_point(current_ev, end_buf, &iwe, bss->ssid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006854
6855 /* Rate : stuffing multiple values in a single event require a bit
6856 * more of magic - Jean II */
6857 current_val = current_ev + IW_EV_LCP_LEN;
6858
6859 iwe.cmd = SIOCGIWRATE;
6860 /* Those two flags are ignored... */
6861 iwe.u.bitrate.fixed = iwe.u.bitrate.disabled = 0;
6862 /* Max 8 values */
6863 for(i = 0 ; i < 8 ; i++) {
6864 /* NULL terminated */
Dan Williams41480af2005-05-10 09:45:51 -04006865 if(bss->rates[i] == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006866 break;
6867 /* Bit rate given in 500 kb/s units (+ 0x80) */
Dan Williams41480af2005-05-10 09:45:51 -04006868 iwe.u.bitrate.value = ((bss->rates[i] & 0x7f) * 500000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006869 /* Add new value to event */
6870 current_val = iwe_stream_add_value(current_ev, current_val, end_buf, &iwe, IW_EV_PARAM_LEN);
6871 }
6872 /* Check if we added any event */
6873 if((current_val - current_ev) > IW_EV_LCP_LEN)
6874 current_ev = current_val;
6875
6876 /* The other data in the scan result are not really
6877 * interesting, so for now drop it - Jean II */
6878 return current_ev;
6879}
6880
6881/*------------------------------------------------------------------*/
6882/*
6883 * Wireless Handler : Read Scan Results
6884 */
6885static int airo_get_scan(struct net_device *dev,
6886 struct iw_request_info *info,
6887 struct iw_point *dwrq,
6888 char *extra)
6889{
6890 struct airo_info *ai = dev->priv;
6891 BSSListRid BSSList;
6892 int rc;
6893 char *current_ev = extra;
6894
6895 /* When we are associated again, the scan has surely finished.
6896 * Just in case, let's make sure enough time has elapsed since
6897 * we started the scan. - Javier */
6898 if(ai->scan_timestamp && time_before(jiffies,ai->scan_timestamp+3*HZ)) {
6899 /* Important note : we don't want to block the caller
6900 * until results are ready for various reasons.
6901 * First, managing wait queues is complex and racy
6902 * (there may be multiple simultaneous callers).
6903 * Second, we grab some rtnetlink lock before comming
6904 * here (in dev_ioctl()).
6905 * Third, the caller can wait on the Wireless Event
6906 * - Jean II */
6907 return -EAGAIN;
6908 }
6909 ai->scan_timestamp = 0;
6910
6911 /* There's only a race with proc_BSSList_open(), but its
6912 * consequences are begnign. So I don't bother fixing it - Javier */
6913
6914 /* Try to read the first entry of the scan result */
6915 rc = PC4500_readrid(ai, RID_BSSLISTFIRST, &BSSList, sizeof(BSSList), 1);
6916 if((rc) || (BSSList.index == 0xffff)) {
6917 /* Client error, no scan results...
6918 * The caller need to restart the scan. */
6919 return -ENODATA;
6920 }
6921
6922 /* Read and parse all entries */
6923 while((!rc) && (BSSList.index != 0xffff)) {
6924 /* Translate to WE format this entry */
6925 current_ev = airo_translate_scan(dev, current_ev,
6926 extra + dwrq->length,
6927 &BSSList);
6928
6929 /* Check if there is space for one more entry */
6930 if((extra + dwrq->length - current_ev) <= IW_EV_ADDR_LEN) {
6931 /* Ask user space to try again with a bigger buffer */
6932 return -E2BIG;
6933 }
6934
6935 /* Read next entry */
6936 rc = PC4500_readrid(ai, RID_BSSLISTNEXT,
6937 &BSSList, sizeof(BSSList), 1);
6938 }
6939 /* Length of data */
6940 dwrq->length = (current_ev - extra);
6941 dwrq->flags = 0; /* todo */
6942
6943 return 0;
6944}
6945
6946/*------------------------------------------------------------------*/
6947/*
6948 * Commit handler : called after a bunch of SET operations
6949 */
6950static int airo_config_commit(struct net_device *dev,
6951 struct iw_request_info *info, /* NULL */
6952 void *zwrq, /* NULL */
6953 char *extra) /* NULL */
6954{
6955 struct airo_info *local = dev->priv;
6956 Resp rsp;
6957
6958 if (!test_bit (FLAG_COMMIT, &local->flags))
6959 return 0;
6960
6961 /* Some of the "SET" function may have modified some of the
6962 * parameters. It's now time to commit them in the card */
6963 disable_MAC(local, 1);
6964 if (test_bit (FLAG_RESET, &local->flags)) {
6965 APListRid APList_rid;
6966 SsidRid SSID_rid;
6967
6968 readAPListRid(local, &APList_rid);
6969 readSsidRid(local, &SSID_rid);
6970 if (test_bit(FLAG_MPI,&local->flags))
6971 setup_card(local, dev->dev_addr, 1 );
6972 else
6973 reset_airo_card(dev);
6974 disable_MAC(local, 1);
6975 writeSsidRid(local, &SSID_rid, 1);
6976 writeAPListRid(local, &APList_rid, 1);
6977 }
6978 if (down_interruptible(&local->sem))
6979 return -ERESTARTSYS;
6980 writeConfigRid(local, 0);
6981 enable_MAC(local, &rsp, 0);
6982 if (test_bit (FLAG_RESET, &local->flags))
6983 airo_set_promisc(local);
6984 else
6985 up(&local->sem);
6986
6987 return 0;
6988}
6989
6990/*------------------------------------------------------------------*/
6991/*
6992 * Structures to export the Wireless Handlers
6993 */
6994
6995static const struct iw_priv_args airo_private_args[] = {
6996/*{ cmd, set_args, get_args, name } */
6997 { AIROIOCTL, IW_PRIV_TYPE_BYTE | IW_PRIV_SIZE_FIXED | sizeof (aironet_ioctl),
6998 IW_PRIV_TYPE_BYTE | 2047, "airoioctl" },
6999 { AIROIDIFC, IW_PRIV_TYPE_BYTE | IW_PRIV_SIZE_FIXED | sizeof (aironet_ioctl),
7000 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1, "airoidifc" },
7001};
7002
7003static const iw_handler airo_handler[] =
7004{
7005 (iw_handler) airo_config_commit, /* SIOCSIWCOMMIT */
7006 (iw_handler) airo_get_name, /* SIOCGIWNAME */
7007 (iw_handler) NULL, /* SIOCSIWNWID */
7008 (iw_handler) NULL, /* SIOCGIWNWID */
7009 (iw_handler) airo_set_freq, /* SIOCSIWFREQ */
7010 (iw_handler) airo_get_freq, /* SIOCGIWFREQ */
7011 (iw_handler) airo_set_mode, /* SIOCSIWMODE */
7012 (iw_handler) airo_get_mode, /* SIOCGIWMODE */
7013 (iw_handler) airo_set_sens, /* SIOCSIWSENS */
7014 (iw_handler) airo_get_sens, /* SIOCGIWSENS */
7015 (iw_handler) NULL, /* SIOCSIWRANGE */
7016 (iw_handler) airo_get_range, /* SIOCGIWRANGE */
7017 (iw_handler) NULL, /* SIOCSIWPRIV */
7018 (iw_handler) NULL, /* SIOCGIWPRIV */
7019 (iw_handler) NULL, /* SIOCSIWSTATS */
7020 (iw_handler) NULL, /* SIOCGIWSTATS */
7021 iw_handler_set_spy, /* SIOCSIWSPY */
7022 iw_handler_get_spy, /* SIOCGIWSPY */
7023 iw_handler_set_thrspy, /* SIOCSIWTHRSPY */
7024 iw_handler_get_thrspy, /* SIOCGIWTHRSPY */
7025 (iw_handler) airo_set_wap, /* SIOCSIWAP */
7026 (iw_handler) airo_get_wap, /* SIOCGIWAP */
7027 (iw_handler) NULL, /* -- hole -- */
7028 (iw_handler) airo_get_aplist, /* SIOCGIWAPLIST */
7029 (iw_handler) airo_set_scan, /* SIOCSIWSCAN */
7030 (iw_handler) airo_get_scan, /* SIOCGIWSCAN */
7031 (iw_handler) airo_set_essid, /* SIOCSIWESSID */
7032 (iw_handler) airo_get_essid, /* SIOCGIWESSID */
7033 (iw_handler) airo_set_nick, /* SIOCSIWNICKN */
7034 (iw_handler) airo_get_nick, /* SIOCGIWNICKN */
7035 (iw_handler) NULL, /* -- hole -- */
7036 (iw_handler) NULL, /* -- hole -- */
7037 (iw_handler) airo_set_rate, /* SIOCSIWRATE */
7038 (iw_handler) airo_get_rate, /* SIOCGIWRATE */
7039 (iw_handler) airo_set_rts, /* SIOCSIWRTS */
7040 (iw_handler) airo_get_rts, /* SIOCGIWRTS */
7041 (iw_handler) airo_set_frag, /* SIOCSIWFRAG */
7042 (iw_handler) airo_get_frag, /* SIOCGIWFRAG */
7043 (iw_handler) airo_set_txpow, /* SIOCSIWTXPOW */
7044 (iw_handler) airo_get_txpow, /* SIOCGIWTXPOW */
7045 (iw_handler) airo_set_retry, /* SIOCSIWRETRY */
7046 (iw_handler) airo_get_retry, /* SIOCGIWRETRY */
7047 (iw_handler) airo_set_encode, /* SIOCSIWENCODE */
7048 (iw_handler) airo_get_encode, /* SIOCGIWENCODE */
7049 (iw_handler) airo_set_power, /* SIOCSIWPOWER */
7050 (iw_handler) airo_get_power, /* SIOCGIWPOWER */
7051};
7052
7053/* Note : don't describe AIROIDIFC and AIROOLDIDIFC in here.
7054 * We want to force the use of the ioctl code, because those can't be
7055 * won't work the iw_handler code (because they simultaneously read
7056 * and write data and iw_handler can't do that).
7057 * Note that it's perfectly legal to read/write on a single ioctl command,
7058 * you just can't use iwpriv and need to force it via the ioctl handler.
7059 * Jean II */
7060static const iw_handler airo_private_handler[] =
7061{
7062 NULL, /* SIOCIWFIRSTPRIV */
7063};
7064
7065static const struct iw_handler_def airo_handler_def =
7066{
7067 .num_standard = sizeof(airo_handler)/sizeof(iw_handler),
7068 .num_private = sizeof(airo_private_handler)/sizeof(iw_handler),
7069 .num_private_args = sizeof(airo_private_args)/sizeof(struct iw_priv_args),
7070 .standard = airo_handler,
7071 .private = airo_private_handler,
7072 .private_args = airo_private_args,
7073 .get_wireless_stats = airo_get_wireless_stats,
7074};
7075
Linus Torvalds1da177e2005-04-16 15:20:36 -07007076/*
7077 * This defines the configuration part of the Wireless Extensions
7078 * Note : irq and spinlock protection will occur in the subroutines
7079 *
7080 * TODO :
7081 * o Check input value more carefully and fill correct values in range
7082 * o Test and shakeout the bugs (if any)
7083 *
7084 * Jean II
7085 *
7086 * Javier Achirica did a great job of merging code from the unnamed CISCO
7087 * developer that added support for flashing the card.
7088 */
7089static int airo_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
7090{
7091 int rc = 0;
7092 struct airo_info *ai = (struct airo_info *)dev->priv;
7093
Pavel Machekca078ba2005-09-03 15:56:57 -07007094 if (ai->power.event)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007095 return 0;
7096
7097 switch (cmd) {
7098#ifdef CISCO_EXT
7099 case AIROIDIFC:
7100#ifdef AIROOLDIDIFC
7101 case AIROOLDIDIFC:
7102#endif
7103 {
7104 int val = AIROMAGIC;
7105 aironet_ioctl com;
7106 if (copy_from_user(&com,rq->ifr_data,sizeof(com)))
7107 rc = -EFAULT;
7108 else if (copy_to_user(com.data,(char *)&val,sizeof(val)))
7109 rc = -EFAULT;
7110 }
7111 break;
7112
7113 case AIROIOCTL:
7114#ifdef AIROOLDIOCTL
7115 case AIROOLDIOCTL:
7116#endif
7117 /* Get the command struct and hand it off for evaluation by
7118 * the proper subfunction
7119 */
7120 {
7121 aironet_ioctl com;
7122 if (copy_from_user(&com,rq->ifr_data,sizeof(com))) {
7123 rc = -EFAULT;
7124 break;
7125 }
7126
7127 /* Separate R/W functions bracket legality here
7128 */
7129 if ( com.command == AIRORSWVERSION ) {
7130 if (copy_to_user(com.data, swversion, sizeof(swversion)))
7131 rc = -EFAULT;
7132 else
7133 rc = 0;
7134 }
7135 else if ( com.command <= AIRORRID)
7136 rc = readrids(dev,&com);
7137 else if ( com.command >= AIROPCAP && com.command <= (AIROPLEAPUSR+2) )
7138 rc = writerids(dev,&com);
7139 else if ( com.command >= AIROFLSHRST && com.command <= AIRORESTART )
7140 rc = flashcard(dev,&com);
7141 else
7142 rc = -EINVAL; /* Bad command in ioctl */
7143 }
7144 break;
7145#endif /* CISCO_EXT */
7146
7147 // All other calls are currently unsupported
7148 default:
7149 rc = -EOPNOTSUPP;
7150 }
7151 return rc;
7152}
7153
Linus Torvalds1da177e2005-04-16 15:20:36 -07007154/*
7155 * Get the Wireless stats out of the driver
7156 * Note : irq and spinlock protection will occur in the subroutines
7157 *
7158 * TODO :
7159 * o Check if work in Ad-Hoc mode (otherwise, use SPY, as in wvlan_cs)
7160 *
7161 * Jean
7162 */
7163static void airo_read_wireless_stats(struct airo_info *local)
7164{
7165 StatusRid status_rid;
7166 StatsRid stats_rid;
7167 CapabilityRid cap_rid;
7168 u32 *vals = stats_rid.vals;
7169
7170 /* Get stats out of the card */
7171 clear_bit(JOB_WSTATS, &local->flags);
Pavel Machekca078ba2005-09-03 15:56:57 -07007172 if (local->power.event) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007173 up(&local->sem);
7174 return;
7175 }
7176 readCapabilityRid(local, &cap_rid, 0);
7177 readStatusRid(local, &status_rid, 0);
7178 readStatsRid(local, &stats_rid, RID_STATS, 0);
7179 up(&local->sem);
7180
7181 /* The status */
7182 local->wstats.status = status_rid.mode;
7183
Dan Williams41480af2005-05-10 09:45:51 -04007184 /* Signal quality and co */
7185 if (local->rssi) {
7186 local->wstats.qual.level = airo_rssi_to_dbm( local->rssi, status_rid.sigQuality );
7187 /* normalizedSignalStrength appears to be a percentage */
7188 local->wstats.qual.qual = status_rid.normalizedSignalStrength;
7189 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007190 local->wstats.qual.level = (status_rid.normalizedSignalStrength + 321) / 2;
Dan Williams41480af2005-05-10 09:45:51 -04007191 local->wstats.qual.qual = airo_get_quality(&status_rid, &cap_rid);
7192 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07007193 if (status_rid.len >= 124) {
Dan Williams41480af2005-05-10 09:45:51 -04007194 local->wstats.qual.noise = 0x100 - status_rid.noisedBm;
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07007195 local->wstats.qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007196 } else {
7197 local->wstats.qual.noise = 0;
Jean Tourrilhesce6623c2005-09-02 11:45:10 -07007198 local->wstats.qual.updated = IW_QUAL_QUAL_UPDATED | IW_QUAL_LEVEL_UPDATED | IW_QUAL_NOISE_INVALID | IW_QUAL_DBM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007199 }
7200
7201 /* Packets discarded in the wireless adapter due to wireless
7202 * specific problems */
7203 local->wstats.discard.nwid = vals[56] + vals[57] + vals[58];/* SSID Mismatch */
7204 local->wstats.discard.code = vals[6];/* RxWepErr */
7205 local->wstats.discard.fragment = vals[30];
7206 local->wstats.discard.retries = vals[10];
7207 local->wstats.discard.misc = vals[1] + vals[32];
7208 local->wstats.miss.beacon = vals[34];
7209}
7210
Jouni Malinenff1d2762005-05-12 22:54:16 -04007211static struct iw_statistics *airo_get_wireless_stats(struct net_device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007212{
7213 struct airo_info *local = dev->priv;
7214
7215 if (!test_bit(JOB_WSTATS, &local->flags)) {
7216 /* Get stats out of the card if available */
7217 if (down_trylock(&local->sem) != 0) {
7218 set_bit(JOB_WSTATS, &local->flags);
7219 wake_up_interruptible(&local->thr_wait);
7220 } else
7221 airo_read_wireless_stats(local);
7222 }
7223
7224 return &local->wstats;
7225}
Linus Torvalds1da177e2005-04-16 15:20:36 -07007226
7227#ifdef CISCO_EXT
7228/*
7229 * This just translates from driver IOCTL codes to the command codes to
7230 * feed to the radio's host interface. Things can be added/deleted
7231 * as needed. This represents the READ side of control I/O to
7232 * the card
7233 */
7234static int readrids(struct net_device *dev, aironet_ioctl *comp) {
7235 unsigned short ridcode;
7236 unsigned char *iobuf;
7237 int len;
7238 struct airo_info *ai = dev->priv;
7239 Resp rsp;
7240
7241 if (test_bit(FLAG_FLASHING, &ai->flags))
7242 return -EIO;
7243
7244 switch(comp->command)
7245 {
7246 case AIROGCAP: ridcode = RID_CAPABILITIES; break;
7247 case AIROGCFG: ridcode = RID_CONFIG;
7248 if (test_bit(FLAG_COMMIT, &ai->flags)) {
7249 disable_MAC (ai, 1);
7250 writeConfigRid (ai, 1);
7251 enable_MAC (ai, &rsp, 1);
7252 }
7253 break;
7254 case AIROGSLIST: ridcode = RID_SSID; break;
7255 case AIROGVLIST: ridcode = RID_APLIST; break;
7256 case AIROGDRVNAM: ridcode = RID_DRVNAME; break;
7257 case AIROGEHTENC: ridcode = RID_ETHERENCAP; break;
7258 case AIROGWEPKTMP: ridcode = RID_WEP_TEMP;
7259 /* Only super-user can read WEP keys */
7260 if (!capable(CAP_NET_ADMIN))
7261 return -EPERM;
7262 break;
7263 case AIROGWEPKNV: ridcode = RID_WEP_PERM;
7264 /* Only super-user can read WEP keys */
7265 if (!capable(CAP_NET_ADMIN))
7266 return -EPERM;
7267 break;
7268 case AIROGSTAT: ridcode = RID_STATUS; break;
7269 case AIROGSTATSD32: ridcode = RID_STATSDELTA; break;
7270 case AIROGSTATSC32: ridcode = RID_STATS; break;
7271#ifdef MICSUPPORT
7272 case AIROGMICSTATS:
7273 if (copy_to_user(comp->data, &ai->micstats,
7274 min((int)comp->len,(int)sizeof(ai->micstats))))
7275 return -EFAULT;
7276 return 0;
7277#endif
7278 case AIRORRID: ridcode = comp->ridnum; break;
7279 default:
7280 return -EINVAL;
7281 break;
7282 }
7283
7284 if ((iobuf = kmalloc(RIDSIZE, GFP_KERNEL)) == NULL)
7285 return -ENOMEM;
7286
7287 PC4500_readrid(ai,ridcode,iobuf,RIDSIZE, 1);
7288 /* get the count of bytes in the rid docs say 1st 2 bytes is it.
7289 * then return it to the user
7290 * 9/22/2000 Honor user given length
7291 */
7292 len = comp->len;
7293
7294 if (copy_to_user(comp->data, iobuf, min(len, (int)RIDSIZE))) {
7295 kfree (iobuf);
7296 return -EFAULT;
7297 }
7298 kfree (iobuf);
7299 return 0;
7300}
7301
7302/*
7303 * Danger Will Robinson write the rids here
7304 */
7305
7306static int writerids(struct net_device *dev, aironet_ioctl *comp) {
7307 struct airo_info *ai = dev->priv;
7308 int ridcode;
7309#ifdef MICSUPPORT
7310 int enabled;
7311#endif
7312 Resp rsp;
7313 static int (* writer)(struct airo_info *, u16 rid, const void *, int, int);
7314 unsigned char *iobuf;
7315
7316 /* Only super-user can write RIDs */
7317 if (!capable(CAP_NET_ADMIN))
7318 return -EPERM;
7319
7320 if (test_bit(FLAG_FLASHING, &ai->flags))
7321 return -EIO;
7322
7323 ridcode = 0;
7324 writer = do_writerid;
7325
7326 switch(comp->command)
7327 {
7328 case AIROPSIDS: ridcode = RID_SSID; break;
7329 case AIROPCAP: ridcode = RID_CAPABILITIES; break;
7330 case AIROPAPLIST: ridcode = RID_APLIST; break;
7331 case AIROPCFG: ai->config.len = 0;
7332 clear_bit(FLAG_COMMIT, &ai->flags);
7333 ridcode = RID_CONFIG; break;
7334 case AIROPWEPKEYNV: ridcode = RID_WEP_PERM; break;
7335 case AIROPLEAPUSR: ridcode = RID_LEAPUSERNAME; break;
7336 case AIROPLEAPPWD: ridcode = RID_LEAPPASSWORD; break;
7337 case AIROPWEPKEY: ridcode = RID_WEP_TEMP; writer = PC4500_writerid;
7338 break;
7339 case AIROPLEAPUSR+1: ridcode = 0xFF2A; break;
7340 case AIROPLEAPUSR+2: ridcode = 0xFF2B; break;
7341
7342 /* this is not really a rid but a command given to the card
7343 * same with MAC off
7344 */
7345 case AIROPMACON:
7346 if (enable_MAC(ai, &rsp, 1) != 0)
7347 return -EIO;
7348 return 0;
7349
7350 /*
7351 * Evidently this code in the airo driver does not get a symbol
7352 * as disable_MAC. it's probably so short the compiler does not gen one.
7353 */
7354 case AIROPMACOFF:
7355 disable_MAC(ai, 1);
7356 return 0;
7357
7358 /* This command merely clears the counts does not actually store any data
7359 * only reads rid. But as it changes the cards state, I put it in the
7360 * writerid routines.
7361 */
7362 case AIROPSTCLR:
7363 if ((iobuf = kmalloc(RIDSIZE, GFP_KERNEL)) == NULL)
7364 return -ENOMEM;
7365
7366 PC4500_readrid(ai,RID_STATSDELTACLEAR,iobuf,RIDSIZE, 1);
7367
7368#ifdef MICSUPPORT
7369 enabled = ai->micstats.enabled;
7370 memset(&ai->micstats,0,sizeof(ai->micstats));
7371 ai->micstats.enabled = enabled;
7372#endif
7373
7374 if (copy_to_user(comp->data, iobuf,
7375 min((int)comp->len, (int)RIDSIZE))) {
7376 kfree (iobuf);
7377 return -EFAULT;
7378 }
7379 kfree (iobuf);
7380 return 0;
7381
7382 default:
7383 return -EOPNOTSUPP; /* Blarg! */
7384 }
7385 if(comp->len > RIDSIZE)
7386 return -EINVAL;
7387
7388 if ((iobuf = kmalloc(RIDSIZE, GFP_KERNEL)) == NULL)
7389 return -ENOMEM;
7390
7391 if (copy_from_user(iobuf,comp->data,comp->len)) {
7392 kfree (iobuf);
7393 return -EFAULT;
7394 }
7395
7396 if (comp->command == AIROPCFG) {
7397 ConfigRid *cfg = (ConfigRid *)iobuf;
7398
7399 if (test_bit(FLAG_MIC_CAPABLE, &ai->flags))
7400 cfg->opmode |= MODE_MIC;
7401
7402 if ((cfg->opmode & 0xFF) == MODE_STA_IBSS)
7403 set_bit (FLAG_ADHOC, &ai->flags);
7404 else
7405 clear_bit (FLAG_ADHOC, &ai->flags);
7406 }
7407
7408 if((*writer)(ai, ridcode, iobuf,comp->len,1)) {
7409 kfree (iobuf);
7410 return -EIO;
7411 }
7412 kfree (iobuf);
7413 return 0;
7414}
7415
7416/*****************************************************************************
7417 * Ancillary flash / mod functions much black magic lurkes here *
7418 *****************************************************************************
7419 */
7420
7421/*
7422 * Flash command switch table
7423 */
7424
Jouni Malinenff1d2762005-05-12 22:54:16 -04007425static int flashcard(struct net_device *dev, aironet_ioctl *comp) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007426 int z;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007427
7428 /* Only super-user can modify flash */
7429 if (!capable(CAP_NET_ADMIN))
7430 return -EPERM;
7431
7432 switch(comp->command)
7433 {
7434 case AIROFLSHRST:
7435 return cmdreset((struct airo_info *)dev->priv);
7436
7437 case AIROFLSHSTFL:
7438 if (!((struct airo_info *)dev->priv)->flash &&
7439 (((struct airo_info *)dev->priv)->flash = kmalloc (FLASHSIZE, GFP_KERNEL)) == NULL)
7440 return -ENOMEM;
7441 return setflashmode((struct airo_info *)dev->priv);
7442
7443 case AIROFLSHGCHR: /* Get char from aux */
7444 if(comp->len != sizeof(int))
7445 return -EINVAL;
7446 if (copy_from_user(&z,comp->data,comp->len))
7447 return -EFAULT;
7448 return flashgchar((struct airo_info *)dev->priv,z,8000);
7449
7450 case AIROFLSHPCHR: /* Send char to card. */
7451 if(comp->len != sizeof(int))
7452 return -EINVAL;
7453 if (copy_from_user(&z,comp->data,comp->len))
7454 return -EFAULT;
7455 return flashpchar((struct airo_info *)dev->priv,z,8000);
7456
7457 case AIROFLPUTBUF: /* Send 32k to card */
7458 if (!((struct airo_info *)dev->priv)->flash)
7459 return -ENOMEM;
7460 if(comp->len > FLASHSIZE)
7461 return -EINVAL;
7462 if(copy_from_user(((struct airo_info *)dev->priv)->flash,comp->data,comp->len))
7463 return -EFAULT;
7464
7465 flashputbuf((struct airo_info *)dev->priv);
7466 return 0;
7467
7468 case AIRORESTART:
7469 if(flashrestart((struct airo_info *)dev->priv,dev))
7470 return -EIO;
7471 return 0;
7472 }
7473 return -EINVAL;
7474}
7475
7476#define FLASH_COMMAND 0x7e7e
7477
7478/*
7479 * STEP 1)
7480 * Disable MAC and do soft reset on
7481 * card.
7482 */
7483
Jouni Malinenff1d2762005-05-12 22:54:16 -04007484static int cmdreset(struct airo_info *ai) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007485 disable_MAC(ai, 1);
7486
7487 if(!waitbusy (ai)){
7488 printk(KERN_INFO "Waitbusy hang before RESET\n");
7489 return -EBUSY;
7490 }
7491
7492 OUT4500(ai,COMMAND,CMD_SOFTRESET);
7493
7494 ssleep(1); /* WAS 600 12/7/00 */
7495
7496 if(!waitbusy (ai)){
7497 printk(KERN_INFO "Waitbusy hang AFTER RESET\n");
7498 return -EBUSY;
7499 }
7500 return 0;
7501}
7502
7503/* STEP 2)
7504 * Put the card in legendary flash
7505 * mode
7506 */
7507
Jouni Malinenff1d2762005-05-12 22:54:16 -04007508static int setflashmode (struct airo_info *ai) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007509 set_bit (FLAG_FLASHING, &ai->flags);
7510
7511 OUT4500(ai, SWS0, FLASH_COMMAND);
7512 OUT4500(ai, SWS1, FLASH_COMMAND);
7513 if (probe) {
7514 OUT4500(ai, SWS0, FLASH_COMMAND);
7515 OUT4500(ai, COMMAND,0x10);
7516 } else {
7517 OUT4500(ai, SWS2, FLASH_COMMAND);
7518 OUT4500(ai, SWS3, FLASH_COMMAND);
7519 OUT4500(ai, COMMAND,0);
7520 }
7521 msleep(500); /* 500ms delay */
7522
7523 if(!waitbusy(ai)) {
7524 clear_bit (FLAG_FLASHING, &ai->flags);
7525 printk(KERN_INFO "Waitbusy hang after setflash mode\n");
7526 return -EIO;
7527 }
7528 return 0;
7529}
7530
7531/* Put character to SWS0 wait for dwelltime
7532 * x 50us for echo .
7533 */
7534
Jouni Malinenff1d2762005-05-12 22:54:16 -04007535static int flashpchar(struct airo_info *ai,int byte,int dwelltime) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007536 int echo;
7537 int waittime;
7538
7539 byte |= 0x8000;
7540
7541 if(dwelltime == 0 )
7542 dwelltime = 200;
7543
7544 waittime=dwelltime;
7545
7546 /* Wait for busy bit d15 to go false indicating buffer empty */
7547 while ((IN4500 (ai, SWS0) & 0x8000) && waittime > 0) {
7548 udelay (50);
7549 waittime -= 50;
7550 }
7551
7552 /* timeout for busy clear wait */
7553 if(waittime <= 0 ){
7554 printk(KERN_INFO "flash putchar busywait timeout! \n");
7555 return -EBUSY;
7556 }
7557
7558 /* Port is clear now write byte and wait for it to echo back */
7559 do {
7560 OUT4500(ai,SWS0,byte);
7561 udelay(50);
7562 dwelltime -= 50;
7563 echo = IN4500(ai,SWS1);
7564 } while (dwelltime >= 0 && echo != byte);
7565
7566 OUT4500(ai,SWS1,0);
7567
7568 return (echo == byte) ? 0 : -EIO;
7569}
7570
7571/*
7572 * Get a character from the card matching matchbyte
7573 * Step 3)
7574 */
Jouni Malinenff1d2762005-05-12 22:54:16 -04007575static int flashgchar(struct airo_info *ai,int matchbyte,int dwelltime){
Linus Torvalds1da177e2005-04-16 15:20:36 -07007576 int rchar;
7577 unsigned char rbyte=0;
7578
7579 do {
7580 rchar = IN4500(ai,SWS1);
7581
7582 if(dwelltime && !(0x8000 & rchar)){
7583 dwelltime -= 10;
7584 mdelay(10);
7585 continue;
7586 }
7587 rbyte = 0xff & rchar;
7588
7589 if( (rbyte == matchbyte) && (0x8000 & rchar) ){
7590 OUT4500(ai,SWS1,0);
7591 return 0;
7592 }
7593 if( rbyte == 0x81 || rbyte == 0x82 || rbyte == 0x83 || rbyte == 0x1a || 0xffff == rchar)
7594 break;
7595 OUT4500(ai,SWS1,0);
7596
7597 }while(dwelltime > 0);
7598 return -EIO;
7599}
7600
7601/*
7602 * Transfer 32k of firmware data from user buffer to our buffer and
7603 * send to the card
7604 */
7605
Jouni Malinenff1d2762005-05-12 22:54:16 -04007606static int flashputbuf(struct airo_info *ai){
Linus Torvalds1da177e2005-04-16 15:20:36 -07007607 int nwords;
7608
7609 /* Write stuff */
7610 if (test_bit(FLAG_MPI,&ai->flags))
7611 memcpy_toio(ai->pciaux + 0x8000, ai->flash, FLASHSIZE);
7612 else {
7613 OUT4500(ai,AUXPAGE,0x100);
7614 OUT4500(ai,AUXOFF,0);
7615
7616 for(nwords=0;nwords != FLASHSIZE / 2;nwords++){
7617 OUT4500(ai,AUXDATA,ai->flash[nwords] & 0xffff);
7618 }
7619 }
7620 OUT4500(ai,SWS0,0x8000);
7621
7622 return 0;
7623}
7624
7625/*
7626 *
7627 */
Jouni Malinenff1d2762005-05-12 22:54:16 -04007628static int flashrestart(struct airo_info *ai,struct net_device *dev){
Linus Torvalds1da177e2005-04-16 15:20:36 -07007629 int i,status;
7630
7631 ssleep(1); /* Added 12/7/00 */
7632 clear_bit (FLAG_FLASHING, &ai->flags);
7633 if (test_bit(FLAG_MPI, &ai->flags)) {
7634 status = mpi_init_descriptors(ai);
7635 if (status != SUCCESS)
7636 return status;
7637 }
7638 status = setup_card(ai, dev->dev_addr, 1);
7639
7640 if (!test_bit(FLAG_MPI,&ai->flags))
7641 for( i = 0; i < MAX_FIDS; i++ ) {
7642 ai->fids[i] = transmit_allocate
7643 ( ai, 2312, i >= MAX_FIDS / 2 );
7644 }
7645
7646 ssleep(1); /* Added 12/7/00 */
7647 return status;
7648}
7649#endif /* CISCO_EXT */
7650
7651/*
7652 This program is free software; you can redistribute it and/or
7653 modify it under the terms of the GNU General Public License
7654 as published by the Free Software Foundation; either version 2
7655 of the License, or (at your option) any later version.
7656
7657 This program is distributed in the hope that it will be useful,
7658 but WITHOUT ANY WARRANTY; without even the implied warranty of
7659 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7660 GNU General Public License for more details.
7661
7662 In addition:
7663
7664 Redistribution and use in source and binary forms, with or without
7665 modification, are permitted provided that the following conditions
7666 are met:
7667
7668 1. Redistributions of source code must retain the above copyright
7669 notice, this list of conditions and the following disclaimer.
7670 2. Redistributions in binary form must reproduce the above copyright
7671 notice, this list of conditions and the following disclaimer in the
7672 documentation and/or other materials provided with the distribution.
7673 3. The name of the author may not be used to endorse or promote
7674 products derived from this software without specific prior written
7675 permission.
7676
7677 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
7678 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
7679 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
7680 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
7681 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
7682 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
7683 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
7684 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
7685 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
7686 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
7687 POSSIBILITY OF SUCH DAMAGE.
7688*/
7689
7690module_init(airo_init_module);
7691module_exit(airo_cleanup_module);