blob: 48800b91448b275550c3287da6cae1a3ac28fdd7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* orinoco.c - (formerly known as dldwd_cs.c and orinoco_cs.c)
2 *
3 * A driver for Hermes or Prism 2 chipset based PCMCIA wireless
4 * adaptors, with Lucent/Agere, Intersil or Symbol firmware.
5 *
6 * Current maintainers (as of 29 September 2003) are:
7 * Pavel Roskin <proski AT gnu.org>
8 * and David Gibson <hermes AT gibson.dropbear.id.au>
9 *
10 * (C) Copyright David Gibson, IBM Corporation 2001-2003.
11 * Copyright (C) 2000 David Gibson, Linuxcare Australia.
12 * With some help from :
13 * Copyright (C) 2001 Jean Tourrilhes, HP Labs
14 * Copyright (C) 2001 Benjamin Herrenschmidt
15 *
16 * Based on dummy_cs.c 1.27 2000/06/12 21:27:25
17 *
18 * Portions based on wvlan_cs.c 1.0.6, Copyright Andreas Neuhaus <andy
19 * AT fasta.fh-dortmund.de>
20 * http://www.stud.fh-dortmund.de/~andy/wvlan/
21 *
22 * The contents of this file are subject to the Mozilla Public License
23 * Version 1.1 (the "License"); you may not use this file except in
24 * compliance with the License. You may obtain a copy of the License
25 * at http://www.mozilla.org/MPL/
26 *
27 * Software distributed under the License is distributed on an "AS IS"
28 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
29 * the License for the specific language governing rights and
30 * limitations under the License.
31 *
32 * The initial developer of the original code is David A. Hinds
33 * <dahinds AT users.sourceforge.net>. Portions created by David
34 * A. Hinds are Copyright (C) 1999 David A. Hinds. All Rights
35 * Reserved.
36 *
37 * Alternatively, the contents of this file may be used under the
38 * terms of the GNU General Public License version 2 (the "GPL"), in
39 * which case the provisions of the GPL are applicable instead of the
40 * above. If you wish to allow the use of your version of this file
41 * only under the terms of the GPL and not to allow others to use your
42 * version of this file under the MPL, indicate your decision by
43 * deleting the provisions above and replace them with the notice and
44 * other provisions required by the GPL. If you do not delete the
45 * provisions above, a recipient may use your version of this file
46 * under either the MPL or the GPL. */
47
48/*
49 * v0.01 -> v0.02 - 21/3/2001 - Jean II
50 * o Allow to use regular ethX device name instead of dldwdX
51 * o Warning on IBSS with ESSID=any for firmware 6.06
52 * o Put proper range.throughput values (optimistic)
53 * o IWSPY support (IOCTL and stat gather in Rx path)
54 * o Allow setting frequency in Ad-Hoc mode
55 * o Disable WEP setting if !has_wep to work on old firmware
56 * o Fix txpower range
57 * o Start adding support for Samsung/Compaq firmware
58 *
59 * v0.02 -> v0.03 - 23/3/2001 - Jean II
60 * o Start adding Symbol support - need to check all that
61 * o Fix Prism2/Symbol WEP to accept 128 bits keys
62 * o Add Symbol WEP (add authentication type)
63 * o Add Prism2/Symbol rate
64 * o Add PM timeout (holdover duration)
65 * o Enable "iwconfig eth0 key off" and friends (toggle flags)
66 * o Enable "iwconfig eth0 power unicast/all" (toggle flags)
67 * o Try with an Intel card. It report firmware 1.01, behave like
68 * an antiquated firmware, however on windows it says 2.00. Yuck !
69 * o Workaround firmware bug in allocate buffer (Intel 1.01)
70 * o Finish external renaming to orinoco...
71 * o Testing with various Wavelan firmwares
72 *
73 * v0.03 -> v0.04 - 30/3/2001 - Jean II
74 * o Update to Wireless 11 -> add retry limit/lifetime support
75 * o Tested with a D-Link DWL 650 card, fill in firmware support
76 * o Warning on Vcc mismatch (D-Link 3.3v card in Lucent 5v only slot)
77 * o Fixed the Prism2 WEP bugs that I introduced in v0.03 :-(
78 * It works on D-Link *only* after a tcpdump. Weird...
79 * And still doesn't work on Intel card. Grrrr...
80 * o Update the mode after a setport3
81 * o Add preamble setting for Symbol cards (not yet enabled)
82 * o Don't complain as much about Symbol cards...
83 *
84 * v0.04 -> v0.04b - 22/4/2001 - David Gibson
85 * o Removed the 'eth' parameter - always use ethXX as the
86 * interface name instead of dldwdXX. The other was racy
87 * anyway.
88 * o Clean up RID definitions in hermes.h, other cleanups
89 *
90 * v0.04b -> v0.04c - 24/4/2001 - Jean II
91 * o Tim Hurley <timster AT seiki.bliztech.com> reported a D-Link card
92 * with vendor 02 and firmware 0.08. Added in the capabilities...
93 * o Tested Lucent firmware 7.28, everything works...
94 *
95 * v0.04c -> v0.05 - 3/5/2001 - Benjamin Herrenschmidt
96 * o Spin-off Pcmcia code. This file is renamed orinoco.c,
97 * and orinoco_cs.c now contains only the Pcmcia specific stuff
98 * o Add Airport driver support on top of orinoco.c (see airport.c)
99 *
100 * v0.05 -> v0.05a - 4/5/2001 - Jean II
101 * o Revert to old Pcmcia code to fix breakage of Ben's changes...
102 *
103 * v0.05a -> v0.05b - 4/5/2001 - Jean II
104 * o add module parameter 'ignore_cis_vcc' for D-Link @ 5V
105 * o D-Link firmware doesn't support multicast. We just print a few
106 * error messages, but otherwise everything works...
107 * o For David : set/getport3 works fine, just upgrade iwpriv...
108 *
109 * v0.05b -> v0.05c - 5/5/2001 - Benjamin Herrenschmidt
110 * o Adapt airport.c to latest changes in orinoco.c
111 * o Remove deferred power enabling code
112 *
113 * v0.05c -> v0.05d - 5/5/2001 - Jean II
114 * o Workaround to SNAP decapsulate frame from Linksys AP
115 * original patch from : Dong Liu <dliu AT research.bell-labs.com>
116 * (note : the memcmp bug was mine - fixed)
117 * o Remove set_retry stuff, no firmware support it (bloat--).
118 *
119 * v0.05d -> v0.06 - 25/5/2001 - Jean II
120 * Original patch from "Hong Lin" <alin AT redhat.com>,
121 * "Ian Kinner" <ikinner AT redhat.com>
122 * and "David Smith" <dsmith AT redhat.com>
123 * o Init of priv->tx_rate_ctrl in firmware specific section.
124 * o Prism2/Symbol rate, upto should be 0xF and not 0x15. Doh !
125 * o Spectrum card always need cor_reset (for every reset)
126 * o Fix cor_reset to not lose bit 7 in the register
127 * o flush_stale_links to remove zombie Pcmcia instances
128 * o Ack previous hermes event before reset
129 * Me (with my little hands)
130 * o Allow orinoco.c to call cor_reset via priv->card_reset_handler
131 * o Add priv->need_card_reset to toggle this feature
132 * o Fix various buglets when setting WEP in Symbol firmware
133 * Now, encryption is fully functional on Symbol cards. Youpi !
134 *
135 * v0.06 -> v0.06b - 25/5/2001 - Jean II
136 * o IBSS on Symbol use port_mode = 4. Please don't ask...
137 *
138 * v0.06b -> v0.06c - 29/5/2001 - Jean II
139 * o Show first spy address in /proc/net/wireless for IBSS mode as well
140 *
141 * v0.06c -> v0.06d - 6/7/2001 - David Gibson
142 * o Change a bunch of KERN_INFO messages to KERN_DEBUG, as per Linus'
143 * wishes to reduce the number of unnecessary messages.
144 * o Removed bogus message on CRC error.
145 * o Merged fixes for v0.08 Prism 2 firmware from William Waghorn
146 * <willwaghorn AT yahoo.co.uk>
147 * o Slight cleanup/re-arrangement of firmware detection code.
148 *
149 * v0.06d -> v0.06e - 1/8/2001 - David Gibson
150 * o Removed some redundant global initializers (orinoco_cs.c).
151 * o Added some module metadata
152 *
153 * v0.06e -> v0.06f - 14/8/2001 - David Gibson
154 * o Wording fix to license
155 * o Added a 'use_alternate_encaps' module parameter for APs which need an
156 * oui of 00:00:00. We really need a better way of handling this, but
157 * the module flag is better than nothing for now.
158 *
159 * v0.06f -> v0.07 - 20/8/2001 - David Gibson
160 * o Removed BAP error retries from hermes_bap_seek(). For Tx we now
161 * let the upper layers handle the retry, we retry explicitly in the
162 * Rx path, but don't make as much noise about it.
163 * o Firmware detection cleanups.
164 *
165 * v0.07 -> v0.07a - 1/10/3001 - Jean II
166 * o Add code to read Symbol firmware revision, inspired by latest code
167 * in Spectrum24 by Lee John Keyser-Allen - Thanks Lee !
168 * o Thanks to Jared Valentine <hidden AT xmission.com> for "providing" me
169 * a 3Com card with a recent firmware, fill out Symbol firmware
170 * capabilities of latest rev (2.20), as well as older Symbol cards.
171 * o Disable Power Management in newer Symbol firmware, the API
172 * has changed (documentation needed).
173 *
174 * v0.07a -> v0.08 - 3/10/2001 - David Gibson
175 * o Fixed a possible buffer overrun found by the Stanford checker (in
176 * dldwd_ioctl_setiwencode()). Can only be called by root anyway, so not
177 * a big problem.
178 * o Turned has_big_wep on for Intersil cards. That's not true for all of
179 * them but we should at least let the capable ones try.
180 * o Wait for BUSY to clear at the beginning of hermes_bap_seek(). I
181 * realized that my assumption that the driver's serialization
182 * would prevent the BAP being busy on entry was possibly false, because
183 * things other than seeks may make the BAP busy.
184 * o Use "alternate" (oui 00:00:00) encapsulation by default.
185 * Setting use_old_encaps will mimic the old behaviour, but I think we
186 * will be able to eliminate this.
187 * o Don't try to make __initdata const (the version string). This can't
188 * work because of the way the __initdata sectioning works.
189 * o Added MODULE_LICENSE tags.
190 * o Support for PLX (transparent PCMCIA->PCI bridge) cards.
191 * o Changed to using the new type-fascist min/max.
192 *
193 * v0.08 -> v0.08a - 9/10/2001 - David Gibson
194 * o Inserted some missing acknowledgements/info into the Changelog.
195 * o Fixed some bugs in the normalization of signal level reporting.
196 * o Fixed bad bug in WEP key handling on Intersil and Symbol firmware,
197 * which led to an instant crash on big-endian machines.
198 *
199 * v0.08a -> v0.08b - 20/11/2001 - David Gibson
200 * o Lots of cleanup and bugfixes in orinoco_plx.c
201 * o Cleanup to handling of Tx rate setting.
202 * o Removed support for old encapsulation method.
203 * o Removed old "dldwd" names.
204 * o Split RID constants into a new file hermes_rid.h
205 * o Renamed RID constants to match linux-wlan-ng and prism2.o
206 * o Bugfixes in hermes.c
207 * o Poke the PLX's INTCSR register, so it actually starts
208 * generating interrupts. These cards might actually work now.
209 * o Update to wireless extensions v12 (Jean II)
210 * o Support for tallies and inquire command (Jean II)
211 * o Airport updates for newer PPC kernels (BenH)
212 *
213 * v0.08b -> v0.09 - 21/12/2001 - David Gibson
214 * o Some new PCI IDs for PLX cards.
215 * o Removed broken attempt to do ALLMULTI reception. Just use
216 * promiscuous mode instead
217 * o Preliminary work for list-AP (Jean II)
218 * o Airport updates from (BenH)
219 * o Eliminated racy hw_ready stuff
220 * o Fixed generation of fake events in irq handler. This should
221 * finally kill the EIO problems (Jean II & dgibson)
222 * o Fixed breakage of bitrate set/get on Agere firmware (Jean II)
223 *
224 * v0.09 -> v0.09a - 2/1/2002 - David Gibson
225 * o Fixed stupid mistake in multicast list handling, triggering
226 * a BUG()
227 *
228 * v0.09a -> v0.09b - 16/1/2002 - David Gibson
229 * o Fixed even stupider mistake in new interrupt handling, which
230 * seriously broke things on big-endian machines.
231 * o Removed a bunch of redundant includes and exports.
232 * o Removed a redundant MOD_{INC,DEC}_USE_COUNT pair in airport.c
233 * o Don't attempt to do hardware level multicast reception on
234 * Intersil firmware, just go promisc instead.
235 * o Typo fixed in hermes_issue_cmd()
236 * o Eliminated WIRELESS_SPY #ifdefs
237 * o Status code reported on Tx exceptions
238 * o Moved netif_wake_queue() from ALLOC interrupts to TX and TXEXC
239 * interrupts, which should fix the timeouts we're seeing.
240 *
241 * v0.09b -> v0.10 - 25 Feb 2002 - David Gibson
242 * o Removed nested structures used for header parsing, so the
243 * driver should now work without hackery on ARM
244 * o Fix for WEP handling on Intersil (Hawk Newton)
245 * o Eliminated the /proc/hermes/ethXX/regs debugging file. It
246 * was never very useful.
247 * o Make Rx errors less noisy.
248 *
249 * v0.10 -> v0.11 - 5 Apr 2002 - David Gibson
250 * o Laid the groundwork in hermes.[ch] for devices which map
251 * into PCI memory space rather than IO space.
252 * o Fixed bug in multicast handling (cleared multicast list when
253 * leaving promiscuous mode).
254 * o Relegated Tx error messages to debug.
255 * o Cleaned up / corrected handling of allocation lengths.
256 * o Set OWNSSID in IBSS mode for WinXP interoperability (jimc).
257 * o Change to using alloc_etherdev() for structure allocations.
258 * o Check for and drop undersized packets.
259 * o Fixed a race in stopping/waking the queue. This should fix
260 * the timeout problems (Pavel Roskin)
261 * o Reverted to netif_wake_queue() on the ALLOC event.
262 * o Fixes for recent Symbol firmwares which lack AP density
263 * (Pavel Roskin).
264 *
265 * v0.11 -> v0.11a - 29 Apr 2002 - David Gibson
266 * o Handle different register spacing, necessary for Prism 2.5
267 * PCI adaptors (Steve Hill).
268 * o Cleaned up initialization of card structures in orinoco_cs
269 * and airport. Removed card->priv field.
270 * o Make response structure optional for hermes_docmd_wait()
271 * Pavel Roskin)
272 * o Added PCI id for Nortel emobility to orinoco_plx.c.
273 * o Cleanup to handling of Symbol's allocation bug. (Pavel Roskin)
274 * o Cleanups to firmware capability detection.
275 * o Arrange for orinoco_pci.c to override firmware detection.
276 * We should be able to support the PCI Intersil cards now.
277 * o Cleanup handling of reset_cor and hard_reset (Pavel Roskin).
278 * o Remove erroneous use of USER_BAP in the TxExc handler (Jouni
279 * Malinen).
280 * o Makefile changes for better integration into David Hinds
281 * pcmcia-cs package.
282 *
283 * v0.11a -> v0.11b - 1 May 2002 - David Gibson
284 * o Better error reporting in orinoco_plx_init_one()
285 * o Fixed multiple bad kfree() bugs introduced by the
286 * alloc_orinocodev() changes.
287 *
288 * v0.11b -> v0.12 - 19 Jun 2002 - David Gibson
289 * o Support changing the MAC address.
290 * o Correct display of Intersil firmware revision numbers.
291 * o Entirely revised locking scheme. Should be both simpler and
292 * better.
293 * o Merged some common code in orinoco_plx, orinoco_pci and
294 * airport by creating orinoco_default_{open,stop,reset}()
295 * which are used as the dev->open, dev->stop, priv->reset
296 * callbacks if none are specified when alloc_orinocodev() is
297 * called.
298 * o Removed orinoco_plx_interrupt() and orinoco_pci_interrupt().
299 * They didn't do anything.
300 *
301 * v0.12 -> v0.12a - 4 Jul 2002 - David Gibson
302 * o Some rearrangement of code.
303 * o Numerous fixups to locking and rest handling, particularly
304 * for PCMCIA.
305 * o This allows open and stop net_device methods to be in
306 * orinoco.c now, rather than in the init modules.
307 * o In orinoco_cs.c link->priv now points to the struct
308 * net_device not to the struct orinoco_private.
309 * o Added a check for undersized SNAP frames, which could cause
310 * crashes.
311 *
312 * v0.12a -> v0.12b - 11 Jul 2002 - David Gibson
313 * o Fix hw->num_init testing code, so num_init is actually
314 * incremented.
315 * o Fix very stupid bug in orinoco_cs which broke compile with
316 * CONFIG_SMP.
317 * o Squashed a warning.
318 *
319 * v0.12b -> v0.12c - 26 Jul 2002 - David Gibson
320 * o Change to C9X style designated initializers.
321 * o Add support for 3Com AirConnect PCI.
322 * o No longer ignore the hard_reset argument to
323 * alloc_orinocodev(). Oops.
324 *
325 * v0.12c -> v0.13beta1 - 13 Sep 2002 - David Gibson
326 * o Revert the broken 0.12* locking scheme and go to a new yet
327 * simpler scheme.
328 * o Do firmware resets only in orinoco_init() and when waking
329 * the card from hard sleep.
330 *
331 * v0.13beta1 -> v0.13 - 27 Sep 2002 - David Gibson
332 * o Re-introduced full resets (via schedule_task()) on Tx
333 * timeout.
334 *
335 * v0.13 -> v0.13a - 30 Sep 2002 - David Gibson
336 * o Minor cleanups to info frame handling. Add basic support
337 * for linkstatus info frames.
338 * o Include required kernel headers in orinoco.h, to avoid
339 * compile problems.
340 *
341 * v0.13a -> v0.13b - 10 Feb 2003 - David Gibson
342 * o Implemented hard reset for Airport cards
343 * o Experimental suspend/resume implementation for orinoco_pci
344 * o Abolished /proc debugging support, replaced with a debugging
345 * iwpriv. Now it's ugly and simple instead of ugly and complex.
346 * o Bugfix in hermes.c if the firmware returned a record length
347 * of 0, we could go clobbering memory.
348 * o Bugfix in orinoco_stop() - it used to fail if hw_unavailable
349 * was set, which was usually true on PCMCIA hot removes.
350 * o Track LINKSTATUS messages, silently drop Tx packets before
351 * we are connected (avoids confusing the firmware), and only
352 * give LINKSTATUS printk()s if the status has changed.
353 *
354 * v0.13b -> v0.13c - 11 Mar 2003 - David Gibson
355 * o Cleanup: use dev instead of priv in various places.
356 * o Bug fix: Don't ReleaseConfiguration on RESET_PHYSICAL event
357 * if we're in the middle of a (driver initiated) hard reset.
358 * o Bug fix: ETH_ZLEN is supposed to include the header
359 * (Dionysus Blazakis & Manish Karir)
360 * o Convert to using workqueues instead of taskqueues (and
361 * backwards compatibility macros for pre 2.5.41 kernels).
362 * o Drop redundant (I think...) MOD_{INC,DEC}_USE_COUNT in
363 * airport.c
364 * o New orinoco_tmd.c init module from Joerg Dorchain for
365 * TMD7160 based PCI to PCMCIA bridges (similar to
366 * orinoco_plx.c).
367 *
368 * v0.13c -> v0.13d - 22 Apr 2003 - David Gibson
369 * o Make hw_unavailable a counter, rather than just a flag, this
370 * is necessary to avoid some races (such as a card being
371 * removed in the middle of orinoco_reset().
372 * o Restore Release/RequestConfiguration in the PCMCIA event handler
373 * when dealing with a driver initiated hard reset. This is
374 * necessary to prevent hangs due to a spurious interrupt while
375 * the reset is in progress.
376 * o Clear the 802.11 header when transmitting, even though we
377 * don't use it. This fixes a long standing bug on some
378 * firmwares, which seem to get confused if that isn't done.
379 * o Be less eager to de-encapsulate SNAP frames, only do so if
380 * the OUI is 00:00:00 or 00:00:f8, leave others alone. The old
381 * behaviour broke CDP (Cisco Discovery Protocol).
382 * o Use dev instead of priv for free_irq() as well as
383 * request_irq() (oops).
384 * o Attempt to reset rather than giving up if we get too many
385 * IRQs.
386 * o Changed semantics of __orinoco_down() so it can be called
387 * safely with hw_unavailable set. It also now clears the
388 * linkstatus (since we're going to have to reassociate).
389 *
390 * v0.13d -> v0.13e - 12 May 2003 - David Gibson
391 * o Support for post-2.5.68 return values from irq handler.
392 * o Fixed bug where underlength packets would be double counted
393 * in the rx_dropped statistics.
394 * o Provided a module parameter to suppress linkstatus messages.
395 *
396 * v0.13e -> v0.14alpha1 - 30 Sep 2003 - David Gibson
397 * o Replaced priv->connected logic with netif_carrier_on/off()
398 * calls.
399 * o Remove has_ibss_any and never set the CREATEIBSS RID when
400 * the ESSID is empty. Too many firmwares break if we do.
401 * o 2.6 merges: Replace pdev->slot_name with pci_name(), remove
402 * __devinitdata from PCI ID tables, use free_netdev().
403 * o Enabled shared-key authentication for Agere firmware (from
404 * Robert J. Moore <Robert.J.Moore AT allanbank.com>
405 * o Move netif_wake_queue() (back) to the Tx completion from the
406 * ALLOC event. This seems to prevent/mitigate the rolling
407 * error -110 problems at least on some Intersil firmwares.
408 * Theoretically reduces performance, but I can't measure it.
409 * Patch from Andrew Tridgell <tridge AT samba.org>
410 *
411 * v0.14alpha1 -> v0.14alpha2 - 20 Oct 2003 - David Gibson
412 * o Correctly turn off shared-key authentication when requested
413 * (bugfix from Robert J. Moore).
414 * o Correct airport sleep interfaces for current 2.6 kernels.
415 * o Add code for key change without disabling/enabling the MAC
416 * port. This is supposed to allow 802.1x to work sanely, but
417 * doesn't seem to yet.
418 *
419 * TODO
420 * o New wireless extensions API (patch from Moustafa
421 * Youssef, updated by Jim Carter and Pavel Roskin).
422 * o Handle de-encapsulation within network layer, provide 802.11
423 * headers (patch from Thomas 'Dent' Mirlacher)
424 * o RF monitor mode support
425 * o Fix possible races in SPY handling.
426 * o Disconnect wireless extensions from fundamental configuration.
427 * o (maybe) Software WEP support (patch from Stano Meduna).
428 * o (maybe) Use multiple Tx buffers - driver handling queue
429 * rather than firmware.
430 */
431
432/* Locking and synchronization:
433 *
434 * The basic principle is that everything is serialized through a
435 * single spinlock, priv->lock. The lock is used in user, bh and irq
436 * context, so when taken outside hardirq context it should always be
437 * taken with interrupts disabled. The lock protects both the
438 * hardware and the struct orinoco_private.
439 *
440 * Another flag, priv->hw_unavailable indicates that the hardware is
441 * unavailable for an extended period of time (e.g. suspended, or in
442 * the middle of a hard reset). This flag is protected by the
443 * spinlock. All code which touches the hardware should check the
444 * flag after taking the lock, and if it is set, give up on whatever
445 * they are doing and drop the lock again. The orinoco_lock()
446 * function handles this (it unlocks and returns -EBUSY if
447 * hw_unavailable is non-zero).
448 */
449
450#define DRIVER_NAME "orinoco"
451
452#include <linux/config.h>
453
454#include <linux/module.h>
455#include <linux/kernel.h>
456#include <linux/init.h>
457#include <linux/ptrace.h>
458#include <linux/slab.h>
459#include <linux/string.h>
460#include <linux/timer.h>
461#include <linux/ioport.h>
462#include <linux/netdevice.h>
463#include <linux/if_arp.h>
464#include <linux/etherdevice.h>
465#include <linux/wireless.h>
466
467#include <asm/uaccess.h>
468#include <asm/io.h>
469#include <asm/system.h>
470
471#include "hermes.h"
472#include "hermes_rid.h"
473#include "orinoco.h"
474#include "ieee802_11.h"
475
476/********************************************************************/
477/* Module information */
478/********************************************************************/
479
480MODULE_AUTHOR("Pavel Roskin <proski@gnu.org> & David Gibson <hermes@gibson.dropbear.id.au>");
481MODULE_DESCRIPTION("Driver for Lucent Orinoco, Prism II based and similar wireless cards");
482MODULE_LICENSE("Dual MPL/GPL");
483
484/* Level of debugging. Used in the macros in orinoco.h */
485#ifdef ORINOCO_DEBUG
486int orinoco_debug = ORINOCO_DEBUG;
487module_param(orinoco_debug, int, 0644);
488MODULE_PARM_DESC(orinoco_debug, "Debug level");
489EXPORT_SYMBOL(orinoco_debug);
490#endif
491
492static int suppress_linkstatus; /* = 0 */
493module_param(suppress_linkstatus, bool, 0644);
494MODULE_PARM_DESC(suppress_linkstatus, "Don't log link status changes");
David Gibson7bb7c3a2005-05-12 20:02:10 -0400495static int ignore_disconnect; /* = 0 */
496module_param(ignore_disconnect, int, 0644);
497MODULE_PARM_DESC(ignore_disconnect, "Don't report lost link to the network layer");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498
499/********************************************************************/
500/* Compile time configuration and compatibility stuff */
501/********************************************************************/
502
503/* We do this this way to avoid ifdefs in the actual code */
504#ifdef WIRELESS_SPY
505#define SPY_NUMBER(priv) (priv->spy_number)
506#else
507#define SPY_NUMBER(priv) 0
508#endif /* WIRELESS_SPY */
509
510/********************************************************************/
511/* Internal constants */
512/********************************************************************/
513
514#define ORINOCO_MIN_MTU 256
515#define ORINOCO_MAX_MTU (IEEE802_11_DATA_LEN - ENCAPS_OVERHEAD)
516
517#define SYMBOL_MAX_VER_LEN (14)
518#define USER_BAP 0
519#define IRQ_BAP 1
520#define MAX_IRQLOOPS_PER_IRQ 10
521#define MAX_IRQLOOPS_PER_JIFFY (20000/HZ) /* Based on a guestimate of
522 * how many events the
523 * device could
524 * legitimately generate */
525#define SMALL_KEY_SIZE 5
526#define LARGE_KEY_SIZE 13
527#define TX_NICBUF_SIZE_BUG 1585 /* Bug in Symbol firmware */
528
529#define DUMMY_FID 0xFFFF
530
531/*#define MAX_MULTICAST(priv) (priv->firmware_type == FIRMWARE_TYPE_AGERE ? \
532 HERMES_MAX_MULTICAST : 0)*/
533#define MAX_MULTICAST(priv) (HERMES_MAX_MULTICAST)
534
535#define ORINOCO_INTEN (HERMES_EV_RX | HERMES_EV_ALLOC \
536 | HERMES_EV_TX | HERMES_EV_TXEXC \
537 | HERMES_EV_WTERR | HERMES_EV_INFO \
538 | HERMES_EV_INFDROP )
539
540/********************************************************************/
541/* Data tables */
542/********************************************************************/
543
544/* The frequency of each channel in MHz */
545static const long channel_frequency[] = {
546 2412, 2417, 2422, 2427, 2432, 2437, 2442,
547 2447, 2452, 2457, 2462, 2467, 2472, 2484
548};
549#define NUM_CHANNELS ARRAY_SIZE(channel_frequency)
550
551/* This tables gives the actual meanings of the bitrate IDs returned
552 * by the firmware. */
553static struct {
554 int bitrate; /* in 100s of kilobits */
555 int automatic;
556 u16 agere_txratectrl;
557 u16 intersil_txratectrl;
558} bitrate_table[] = {
559 {110, 1, 3, 15}, /* Entry 0 is the default */
560 {10, 0, 1, 1},
561 {10, 1, 1, 1},
562 {20, 0, 2, 2},
563 {20, 1, 6, 3},
564 {55, 0, 4, 4},
565 {55, 1, 7, 7},
566 {110, 0, 5, 8},
567};
568#define BITRATE_TABLE_SIZE ARRAY_SIZE(bitrate_table)
569
570/********************************************************************/
571/* Data types */
572/********************************************************************/
573
574struct header_struct {
575 /* 802.3 */
576 u8 dest[ETH_ALEN];
577 u8 src[ETH_ALEN];
578 u16 len;
579 /* 802.2 */
580 u8 dsap;
581 u8 ssap;
582 u8 ctrl;
583 /* SNAP */
584 u8 oui[3];
585 u16 ethertype;
586} __attribute__ ((packed));
587
588/* 802.2 LLC/SNAP header used for Ethernet encapsulation over 802.11 */
589u8 encaps_hdr[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00};
590
591#define ENCAPS_OVERHEAD (sizeof(encaps_hdr) + 2)
592
593struct hermes_rx_descriptor {
594 u16 status;
595 u32 time;
596 u8 silence;
597 u8 signal;
598 u8 rate;
599 u8 rxflow;
600 u32 reserved;
601} __attribute__ ((packed));
602
603/********************************************************************/
604/* Function prototypes */
605/********************************************************************/
606
607static int orinoco_ioctl(struct net_device *dev, struct ifreq *rq, int cmd);
608static int __orinoco_program_rids(struct net_device *dev);
609static void __orinoco_set_multicast_list(struct net_device *dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610
611/********************************************************************/
612/* Internal helper functions */
613/********************************************************************/
614
615static inline void set_port_type(struct orinoco_private *priv)
616{
617 switch (priv->iw_mode) {
618 case IW_MODE_INFRA:
619 priv->port_type = 1;
620 priv->createibss = 0;
621 break;
622 case IW_MODE_ADHOC:
623 if (priv->prefer_port3) {
624 priv->port_type = 3;
625 priv->createibss = 0;
626 } else {
627 priv->port_type = priv->ibss_port;
628 priv->createibss = 1;
629 }
630 break;
631 default:
632 printk(KERN_ERR "%s: Invalid priv->iw_mode in set_port_type()\n",
633 priv->ndev->name);
634 }
635}
636
637/********************************************************************/
638/* Device methods */
639/********************************************************************/
640
641static int orinoco_open(struct net_device *dev)
642{
643 struct orinoco_private *priv = netdev_priv(dev);
644 unsigned long flags;
645 int err;
646
647 if (orinoco_lock(priv, &flags) != 0)
648 return -EBUSY;
649
650 err = __orinoco_up(dev);
651
652 if (! err)
653 priv->open = 1;
654
655 orinoco_unlock(priv, &flags);
656
657 return err;
658}
659
660int orinoco_stop(struct net_device *dev)
661{
662 struct orinoco_private *priv = netdev_priv(dev);
663 int err = 0;
664
665 /* We mustn't use orinoco_lock() here, because we need to be
666 able to close the interface even if hw_unavailable is set
667 (e.g. as we're released after a PC Card removal) */
668 spin_lock_irq(&priv->lock);
669
670 priv->open = 0;
671
672 err = __orinoco_down(dev);
673
674 spin_unlock_irq(&priv->lock);
675
676 return err;
677}
678
679static struct net_device_stats *orinoco_get_stats(struct net_device *dev)
680{
681 struct orinoco_private *priv = netdev_priv(dev);
682
683 return &priv->stats;
684}
685
686static struct iw_statistics *orinoco_get_wireless_stats(struct net_device *dev)
687{
688 struct orinoco_private *priv = netdev_priv(dev);
689 hermes_t *hw = &priv->hw;
690 struct iw_statistics *wstats = &priv->wstats;
David Gibsone67d9d92005-05-12 20:01:22 -0400691 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692 unsigned long flags;
693
694 if (! netif_device_present(dev)) {
695 printk(KERN_WARNING "%s: get_wireless_stats() called while device not present\n",
696 dev->name);
697 return NULL; /* FIXME: Can we do better than this? */
698 }
699
David Gibsone67d9d92005-05-12 20:01:22 -0400700 /* If busy, return the old stats. Returning NULL may cause
701 * the interface to disappear from /proc/net/wireless */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 if (orinoco_lock(priv, &flags) != 0)
David Gibsone67d9d92005-05-12 20:01:22 -0400703 return wstats;
704
705 /* We can't really wait for the tallies inquiry command to
706 * complete, so we just use the previous results and trigger
707 * a new tallies inquiry command for next time - Jean II */
708 /* FIXME: Really we should wait for the inquiry to come back -
709 * as it is the stats we give don't make a whole lot of sense.
710 * Unfortunately, it's not clear how to do that within the
711 * wireless extensions framework: I think we're in user
712 * context, but a lock seems to be held by the time we get in
713 * here so we're not safe to sleep here. */
714 hermes_inquire(hw, HERMES_INQ_TALLIES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715
716 if (priv->iw_mode == IW_MODE_ADHOC) {
717 memset(&wstats->qual, 0, sizeof(wstats->qual));
718 /* If a spy address is defined, we report stats of the
719 * first spy address - Jean II */
720 if (SPY_NUMBER(priv)) {
721 wstats->qual.qual = priv->spy_stat[0].qual;
722 wstats->qual.level = priv->spy_stat[0].level;
723 wstats->qual.noise = priv->spy_stat[0].noise;
724 wstats->qual.updated = priv->spy_stat[0].updated;
725 }
726 } else {
727 struct {
728 u16 qual, signal, noise;
729 } __attribute__ ((packed)) cq;
730
731 err = HERMES_READ_RECORD(hw, USER_BAP,
732 HERMES_RID_COMMSQUALITY, &cq);
David Gibsone67d9d92005-05-12 20:01:22 -0400733
734 if (!err) {
735 wstats->qual.qual = (int)le16_to_cpu(cq.qual);
736 wstats->qual.level = (int)le16_to_cpu(cq.signal) - 0x95;
737 wstats->qual.noise = (int)le16_to_cpu(cq.noise) - 0x95;
738 wstats->qual.updated = 7;
739 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740 }
741
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742 orinoco_unlock(priv, &flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 return wstats;
744}
745
746static void orinoco_set_multicast_list(struct net_device *dev)
747{
748 struct orinoco_private *priv = netdev_priv(dev);
749 unsigned long flags;
750
751 if (orinoco_lock(priv, &flags) != 0) {
752 printk(KERN_DEBUG "%s: orinoco_set_multicast_list() "
753 "called when hw_unavailable\n", dev->name);
754 return;
755 }
756
757 __orinoco_set_multicast_list(dev);
758 orinoco_unlock(priv, &flags);
759}
760
761static int orinoco_change_mtu(struct net_device *dev, int new_mtu)
762{
763 struct orinoco_private *priv = netdev_priv(dev);
764
765 if ( (new_mtu < ORINOCO_MIN_MTU) || (new_mtu > ORINOCO_MAX_MTU) )
766 return -EINVAL;
767
768 if ( (new_mtu + ENCAPS_OVERHEAD + IEEE802_11_HLEN) >
769 (priv->nicbuf_size - ETH_HLEN) )
770 return -EINVAL;
771
772 dev->mtu = new_mtu;
773
774 return 0;
775}
776
777/********************************************************************/
778/* Tx path */
779/********************************************************************/
780
781static int orinoco_xmit(struct sk_buff *skb, struct net_device *dev)
782{
783 struct orinoco_private *priv = netdev_priv(dev);
784 struct net_device_stats *stats = &priv->stats;
785 hermes_t *hw = &priv->hw;
786 int err = 0;
787 u16 txfid = priv->txfid;
788 char *p;
789 struct ethhdr *eh;
790 int len, data_len, data_off;
791 struct hermes_tx_descriptor desc;
792 unsigned long flags;
793
794 TRACE_ENTER(dev->name);
795
796 if (! netif_running(dev)) {
797 printk(KERN_ERR "%s: Tx on stopped device!\n",
798 dev->name);
799 TRACE_EXIT(dev->name);
800 return 1;
801 }
802
803 if (netif_queue_stopped(dev)) {
804 printk(KERN_DEBUG "%s: Tx while transmitter busy!\n",
805 dev->name);
806 TRACE_EXIT(dev->name);
807 return 1;
808 }
809
810 if (orinoco_lock(priv, &flags) != 0) {
811 printk(KERN_ERR "%s: orinoco_xmit() called while hw_unavailable\n",
812 dev->name);
813 TRACE_EXIT(dev->name);
814 return 1;
815 }
816
817 if (! netif_carrier_ok(dev)) {
818 /* Oops, the firmware hasn't established a connection,
819 silently drop the packet (this seems to be the
820 safest approach). */
821 stats->tx_errors++;
822 orinoco_unlock(priv, &flags);
823 dev_kfree_skb(skb);
824 TRACE_EXIT(dev->name);
825 return 0;
826 }
827
828 /* Length of the packet body */
829 /* FIXME: what if the skb is smaller than this? */
830 len = max_t(int,skb->len - ETH_HLEN, ETH_ZLEN - ETH_HLEN);
831
832 eh = (struct ethhdr *)skb->data;
833
834 memset(&desc, 0, sizeof(desc));
835 desc.tx_control = cpu_to_le16(HERMES_TXCTRL_TX_OK | HERMES_TXCTRL_TX_EX);
836 err = hermes_bap_pwrite(hw, USER_BAP, &desc, sizeof(desc), txfid, 0);
837 if (err) {
838 if (net_ratelimit())
839 printk(KERN_ERR "%s: Error %d writing Tx descriptor "
840 "to BAP\n", dev->name, err);
841 stats->tx_errors++;
842 goto fail;
843 }
844
845 /* Clear the 802.11 header and data length fields - some
846 * firmwares (e.g. Lucent/Agere 8.xx) appear to get confused
847 * if this isn't done. */
848 hermes_clear_words(hw, HERMES_DATA0,
849 HERMES_802_3_OFFSET - HERMES_802_11_OFFSET);
850
851 /* Encapsulate Ethernet-II frames */
852 if (ntohs(eh->h_proto) > ETH_DATA_LEN) { /* Ethernet-II frame */
853 struct header_struct hdr;
854 data_len = len;
855 data_off = HERMES_802_3_OFFSET + sizeof(hdr);
856 p = skb->data + ETH_HLEN;
857
858 /* 802.3 header */
859 memcpy(hdr.dest, eh->h_dest, ETH_ALEN);
860 memcpy(hdr.src, eh->h_source, ETH_ALEN);
861 hdr.len = htons(data_len + ENCAPS_OVERHEAD);
862
863 /* 802.2 header */
864 memcpy(&hdr.dsap, &encaps_hdr, sizeof(encaps_hdr));
865
866 hdr.ethertype = eh->h_proto;
867 err = hermes_bap_pwrite(hw, USER_BAP, &hdr, sizeof(hdr),
868 txfid, HERMES_802_3_OFFSET);
869 if (err) {
870 if (net_ratelimit())
871 printk(KERN_ERR "%s: Error %d writing packet "
872 "header to BAP\n", dev->name, err);
873 stats->tx_errors++;
874 goto fail;
875 }
876 } else { /* IEEE 802.3 frame */
877 data_len = len + ETH_HLEN;
878 data_off = HERMES_802_3_OFFSET;
879 p = skb->data;
880 }
881
882 /* Round up for odd length packets */
883 err = hermes_bap_pwrite(hw, USER_BAP, p, ALIGN(data_len, 2),
884 txfid, data_off);
885 if (err) {
886 printk(KERN_ERR "%s: Error %d writing packet to BAP\n",
887 dev->name, err);
888 stats->tx_errors++;
889 goto fail;
890 }
891
892 /* Finally, we actually initiate the send */
893 netif_stop_queue(dev);
894
895 err = hermes_docmd_wait(hw, HERMES_CMD_TX | HERMES_CMD_RECL,
896 txfid, NULL);
897 if (err) {
898 netif_start_queue(dev);
899 printk(KERN_ERR "%s: Error %d transmitting packet\n",
900 dev->name, err);
901 stats->tx_errors++;
902 goto fail;
903 }
904
905 dev->trans_start = jiffies;
906 stats->tx_bytes += data_off + data_len;
907
908 orinoco_unlock(priv, &flags);
909
910 dev_kfree_skb(skb);
911
912 TRACE_EXIT(dev->name);
913
914 return 0;
915 fail:
916 TRACE_EXIT(dev->name);
917
918 orinoco_unlock(priv, &flags);
919 return err;
920}
921
922static void __orinoco_ev_alloc(struct net_device *dev, hermes_t *hw)
923{
924 struct orinoco_private *priv = netdev_priv(dev);
925 u16 fid = hermes_read_regn(hw, ALLOCFID);
926
927 if (fid != priv->txfid) {
928 if (fid != DUMMY_FID)
929 printk(KERN_WARNING "%s: Allocate event on unexpected fid (%04X)\n",
930 dev->name, fid);
931 return;
932 }
933
934 hermes_write_regn(hw, ALLOCFID, DUMMY_FID);
935}
936
937static void __orinoco_ev_tx(struct net_device *dev, hermes_t *hw)
938{
939 struct orinoco_private *priv = netdev_priv(dev);
940 struct net_device_stats *stats = &priv->stats;
941
942 stats->tx_packets++;
943
944 netif_wake_queue(dev);
945
946 hermes_write_regn(hw, TXCOMPLFID, DUMMY_FID);
947}
948
949static void __orinoco_ev_txexc(struct net_device *dev, hermes_t *hw)
950{
951 struct orinoco_private *priv = netdev_priv(dev);
952 struct net_device_stats *stats = &priv->stats;
953 u16 fid = hermes_read_regn(hw, TXCOMPLFID);
954 struct hermes_tx_descriptor desc;
955 int err = 0;
956
957 if (fid == DUMMY_FID)
958 return; /* Nothing's really happened */
959
960 err = hermes_bap_pread(hw, IRQ_BAP, &desc, sizeof(desc), fid, 0);
961 if (err) {
962 printk(KERN_WARNING "%s: Unable to read descriptor on Tx error "
963 "(FID=%04X error %d)\n",
964 dev->name, fid, err);
965 } else {
966 DEBUG(1, "%s: Tx error, status %d\n",
967 dev->name, le16_to_cpu(desc.status));
968 }
969
970 stats->tx_errors++;
971
972 netif_wake_queue(dev);
973 hermes_write_regn(hw, TXCOMPLFID, DUMMY_FID);
974}
975
976static void orinoco_tx_timeout(struct net_device *dev)
977{
978 struct orinoco_private *priv = netdev_priv(dev);
979 struct net_device_stats *stats = &priv->stats;
980 struct hermes *hw = &priv->hw;
981
982 printk(KERN_WARNING "%s: Tx timeout! "
983 "ALLOCFID=%04x, TXCOMPLFID=%04x, EVSTAT=%04x\n",
984 dev->name, hermes_read_regn(hw, ALLOCFID),
985 hermes_read_regn(hw, TXCOMPLFID), hermes_read_regn(hw, EVSTAT));
986
987 stats->tx_errors++;
988
989 schedule_work(&priv->reset_work);
990}
991
992/********************************************************************/
993/* Rx path (data frames) */
994/********************************************************************/
995
996/* Does the frame have a SNAP header indicating it should be
997 * de-encapsulated to Ethernet-II? */
998static inline int is_ethersnap(void *_hdr)
999{
1000 u8 *hdr = _hdr;
1001
1002 /* We de-encapsulate all packets which, a) have SNAP headers
1003 * (i.e. SSAP=DSAP=0xaa and CTRL=0x3 in the 802.2 LLC header
1004 * and where b) the OUI of the SNAP header is 00:00:00 or
1005 * 00:00:f8 - we need both because different APs appear to use
1006 * different OUIs for some reason */
1007 return (memcmp(hdr, &encaps_hdr, 5) == 0)
1008 && ( (hdr[5] == 0x00) || (hdr[5] == 0xf8) );
1009}
1010
1011static inline void orinoco_spy_gather(struct net_device *dev, u_char *mac,
1012 int level, int noise)
1013{
1014 struct orinoco_private *priv = netdev_priv(dev);
1015 int i;
1016
1017 /* Gather wireless spy statistics: for each packet, compare the
1018 * source address with out list, and if match, get the stats... */
1019 for (i = 0; i < priv->spy_number; i++)
1020 if (!memcmp(mac, priv->spy_address[i], ETH_ALEN)) {
1021 priv->spy_stat[i].level = level - 0x95;
1022 priv->spy_stat[i].noise = noise - 0x95;
1023 priv->spy_stat[i].qual = (level > noise) ? (level - noise) : 0;
1024 priv->spy_stat[i].updated = 7;
1025 }
1026}
1027
1028static void orinoco_stat_gather(struct net_device *dev,
1029 struct sk_buff *skb,
1030 struct hermes_rx_descriptor *desc)
1031{
1032 struct orinoco_private *priv = netdev_priv(dev);
1033
1034 /* Using spy support with lots of Rx packets, like in an
1035 * infrastructure (AP), will really slow down everything, because
1036 * the MAC address must be compared to each entry of the spy list.
1037 * If the user really asks for it (set some address in the
1038 * spy list), we do it, but he will pay the price.
1039 * Note that to get here, you need both WIRELESS_SPY
1040 * compiled in AND some addresses in the list !!!
1041 */
1042 /* Note : gcc will optimise the whole section away if
1043 * WIRELESS_SPY is not defined... - Jean II */
1044 if (SPY_NUMBER(priv)) {
1045 orinoco_spy_gather(dev, skb->mac.raw + ETH_ALEN,
1046 desc->signal, desc->silence);
1047 }
1048}
1049
1050static void __orinoco_ev_rx(struct net_device *dev, hermes_t *hw)
1051{
1052 struct orinoco_private *priv = netdev_priv(dev);
1053 struct net_device_stats *stats = &priv->stats;
1054 struct iw_statistics *wstats = &priv->wstats;
1055 struct sk_buff *skb = NULL;
1056 u16 rxfid, status;
1057 int length, data_len, data_off;
1058 char *p;
1059 struct hermes_rx_descriptor desc;
1060 struct header_struct hdr;
1061 struct ethhdr *eh;
1062 int err;
1063
1064 rxfid = hermes_read_regn(hw, RXFID);
1065
1066 err = hermes_bap_pread(hw, IRQ_BAP, &desc, sizeof(desc),
1067 rxfid, 0);
1068 if (err) {
1069 printk(KERN_ERR "%s: error %d reading Rx descriptor. "
1070 "Frame dropped.\n", dev->name, err);
1071 stats->rx_errors++;
1072 goto drop;
1073 }
1074
1075 status = le16_to_cpu(desc.status);
1076
1077 if (status & HERMES_RXSTAT_ERR) {
1078 if (status & HERMES_RXSTAT_UNDECRYPTABLE) {
1079 wstats->discard.code++;
1080 DEBUG(1, "%s: Undecryptable frame on Rx. Frame dropped.\n",
1081 dev->name);
1082 } else {
1083 stats->rx_crc_errors++;
1084 DEBUG(1, "%s: Bad CRC on Rx. Frame dropped.\n", dev->name);
1085 }
1086 stats->rx_errors++;
1087 goto drop;
1088 }
1089
1090 /* For now we ignore the 802.11 header completely, assuming
1091 that the card's firmware has handled anything vital */
1092
1093 err = hermes_bap_pread(hw, IRQ_BAP, &hdr, sizeof(hdr),
1094 rxfid, HERMES_802_3_OFFSET);
1095 if (err) {
1096 printk(KERN_ERR "%s: error %d reading frame header. "
1097 "Frame dropped.\n", dev->name, err);
1098 stats->rx_errors++;
1099 goto drop;
1100 }
1101
1102 length = ntohs(hdr.len);
1103
1104 /* Sanity checks */
1105 if (length < 3) { /* No for even an 802.2 LLC header */
1106 /* At least on Symbol firmware with PCF we get quite a
1107 lot of these legitimately - Poll frames with no
1108 data. */
1109 stats->rx_dropped++;
1110 goto drop;
1111 }
1112 if (length > IEEE802_11_DATA_LEN) {
1113 printk(KERN_WARNING "%s: Oversized frame received (%d bytes)\n",
1114 dev->name, length);
1115 stats->rx_length_errors++;
1116 stats->rx_errors++;
1117 goto drop;
1118 }
1119
1120 /* We need space for the packet data itself, plus an ethernet
1121 header, plus 2 bytes so we can align the IP header on a
1122 32bit boundary, plus 1 byte so we can read in odd length
1123 packets from the card, which has an IO granularity of 16
1124 bits */
1125 skb = dev_alloc_skb(length+ETH_HLEN+2+1);
1126 if (!skb) {
1127 printk(KERN_WARNING "%s: Can't allocate skb for Rx\n",
1128 dev->name);
1129 goto drop;
1130 }
1131
1132 skb_reserve(skb, 2); /* This way the IP header is aligned */
1133
1134 /* Handle decapsulation
1135 * In most cases, the firmware tell us about SNAP frames.
1136 * For some reason, the SNAP frames sent by LinkSys APs
1137 * are not properly recognised by most firmwares.
1138 * So, check ourselves */
1139 if (((status & HERMES_RXSTAT_MSGTYPE) == HERMES_RXSTAT_1042) ||
1140 ((status & HERMES_RXSTAT_MSGTYPE) == HERMES_RXSTAT_TUNNEL) ||
1141 is_ethersnap(&hdr)) {
1142 /* These indicate a SNAP within 802.2 LLC within
1143 802.11 frame which we'll need to de-encapsulate to
1144 the original EthernetII frame. */
1145
1146 if (length < ENCAPS_OVERHEAD) { /* No room for full LLC+SNAP */
1147 stats->rx_length_errors++;
1148 goto drop;
1149 }
1150
1151 /* Remove SNAP header, reconstruct EthernetII frame */
1152 data_len = length - ENCAPS_OVERHEAD;
1153 data_off = HERMES_802_3_OFFSET + sizeof(hdr);
1154
1155 eh = (struct ethhdr *)skb_put(skb, ETH_HLEN);
1156
1157 memcpy(eh, &hdr, 2 * ETH_ALEN);
1158 eh->h_proto = hdr.ethertype;
1159 } else {
1160 /* All other cases indicate a genuine 802.3 frame. No
1161 decapsulation needed. We just throw the whole
1162 thing in, and hope the protocol layer can deal with
1163 it as 802.3 */
1164 data_len = length;
1165 data_off = HERMES_802_3_OFFSET;
1166 /* FIXME: we re-read from the card data we already read here */
1167 }
1168
1169 p = skb_put(skb, data_len);
1170 err = hermes_bap_pread(hw, IRQ_BAP, p, ALIGN(data_len, 2),
1171 rxfid, data_off);
1172 if (err) {
1173 printk(KERN_ERR "%s: error %d reading frame. "
1174 "Frame dropped.\n", dev->name, err);
1175 stats->rx_errors++;
1176 goto drop;
1177 }
1178
1179 dev->last_rx = jiffies;
1180 skb->dev = dev;
1181 skb->protocol = eth_type_trans(skb, dev);
1182 skb->ip_summed = CHECKSUM_NONE;
1183
1184 /* Process the wireless stats if needed */
1185 orinoco_stat_gather(dev, skb, &desc);
1186
1187 /* Pass the packet to the networking stack */
1188 netif_rx(skb);
1189 stats->rx_packets++;
1190 stats->rx_bytes += length;
1191
1192 return;
1193
1194 drop:
1195 stats->rx_dropped++;
1196
1197 if (skb)
1198 dev_kfree_skb_irq(skb);
1199 return;
1200}
1201
1202/********************************************************************/
1203/* Rx path (info frames) */
1204/********************************************************************/
1205
1206static void print_linkstatus(struct net_device *dev, u16 status)
1207{
1208 char * s;
1209
1210 if (suppress_linkstatus)
1211 return;
1212
1213 switch (status) {
1214 case HERMES_LINKSTATUS_NOT_CONNECTED:
1215 s = "Not Connected";
1216 break;
1217 case HERMES_LINKSTATUS_CONNECTED:
1218 s = "Connected";
1219 break;
1220 case HERMES_LINKSTATUS_DISCONNECTED:
1221 s = "Disconnected";
1222 break;
1223 case HERMES_LINKSTATUS_AP_CHANGE:
1224 s = "AP Changed";
1225 break;
1226 case HERMES_LINKSTATUS_AP_OUT_OF_RANGE:
1227 s = "AP Out of Range";
1228 break;
1229 case HERMES_LINKSTATUS_AP_IN_RANGE:
1230 s = "AP In Range";
1231 break;
1232 case HERMES_LINKSTATUS_ASSOC_FAILED:
1233 s = "Association Failed";
1234 break;
1235 default:
1236 s = "UNKNOWN";
1237 }
1238
1239 printk(KERN_INFO "%s: New link status: %s (%04x)\n",
1240 dev->name, s, status);
1241}
1242
1243static void __orinoco_ev_info(struct net_device *dev, hermes_t *hw)
1244{
1245 struct orinoco_private *priv = netdev_priv(dev);
1246 u16 infofid;
1247 struct {
1248 u16 len;
1249 u16 type;
1250 } __attribute__ ((packed)) info;
1251 int len, type;
1252 int err;
1253
1254 /* This is an answer to an INQUIRE command that we did earlier,
1255 * or an information "event" generated by the card
1256 * The controller return to us a pseudo frame containing
1257 * the information in question - Jean II */
1258 infofid = hermes_read_regn(hw, INFOFID);
1259
1260 /* Read the info frame header - don't try too hard */
1261 err = hermes_bap_pread(hw, IRQ_BAP, &info, sizeof(info),
1262 infofid, 0);
1263 if (err) {
1264 printk(KERN_ERR "%s: error %d reading info frame. "
1265 "Frame dropped.\n", dev->name, err);
1266 return;
1267 }
1268
1269 len = HERMES_RECLEN_TO_BYTES(le16_to_cpu(info.len));
1270 type = le16_to_cpu(info.type);
1271
1272 switch (type) {
1273 case HERMES_INQ_TALLIES: {
1274 struct hermes_tallies_frame tallies;
1275 struct iw_statistics *wstats = &priv->wstats;
1276
1277 if (len > sizeof(tallies)) {
1278 printk(KERN_WARNING "%s: Tallies frame too long (%d bytes)\n",
1279 dev->name, len);
1280 len = sizeof(tallies);
1281 }
1282
1283 /* Read directly the data (no seek) */
1284 hermes_read_words(hw, HERMES_DATA1, (void *) &tallies,
1285 len / 2); /* FIXME: blech! */
1286
1287 /* Increment our various counters */
1288 /* wstats->discard.nwid - no wrong BSSID stuff */
1289 wstats->discard.code +=
1290 le16_to_cpu(tallies.RxWEPUndecryptable);
1291 if (len == sizeof(tallies))
1292 wstats->discard.code +=
1293 le16_to_cpu(tallies.RxDiscards_WEPICVError) +
1294 le16_to_cpu(tallies.RxDiscards_WEPExcluded);
1295 wstats->discard.misc +=
1296 le16_to_cpu(tallies.TxDiscardsWrongSA);
1297 wstats->discard.fragment +=
1298 le16_to_cpu(tallies.RxMsgInBadMsgFragments);
1299 wstats->discard.retries +=
1300 le16_to_cpu(tallies.TxRetryLimitExceeded);
1301 /* wstats->miss.beacon - no match */
1302 }
1303 break;
1304 case HERMES_INQ_LINKSTATUS: {
1305 struct hermes_linkstatus linkstatus;
1306 u16 newstatus;
1307 int connected;
1308
1309 if (len != sizeof(linkstatus)) {
1310 printk(KERN_WARNING "%s: Unexpected size for linkstatus frame (%d bytes)\n",
1311 dev->name, len);
1312 break;
1313 }
1314
1315 hermes_read_words(hw, HERMES_DATA1, (void *) &linkstatus,
1316 len / 2);
1317 newstatus = le16_to_cpu(linkstatus.linkstatus);
1318
1319 connected = (newstatus == HERMES_LINKSTATUS_CONNECTED)
1320 || (newstatus == HERMES_LINKSTATUS_AP_CHANGE)
1321 || (newstatus == HERMES_LINKSTATUS_AP_IN_RANGE);
1322
1323 if (connected)
1324 netif_carrier_on(dev);
David Gibson7bb7c3a2005-05-12 20:02:10 -04001325 else if (!ignore_disconnect)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326 netif_carrier_off(dev);
1327
1328 if (newstatus != priv->last_linkstatus)
1329 print_linkstatus(dev, newstatus);
1330
1331 priv->last_linkstatus = newstatus;
1332 }
1333 break;
1334 default:
1335 printk(KERN_DEBUG "%s: Unknown information frame received: "
1336 "type 0x%04x, length %d\n", dev->name, type, len);
1337 /* We don't actually do anything about it */
1338 break;
1339 }
1340}
1341
1342static void __orinoco_ev_infdrop(struct net_device *dev, hermes_t *hw)
1343{
1344 if (net_ratelimit())
1345 printk(KERN_DEBUG "%s: Information frame lost.\n", dev->name);
1346}
1347
1348/********************************************************************/
1349/* Internal hardware control routines */
1350/********************************************************************/
1351
1352int __orinoco_up(struct net_device *dev)
1353{
1354 struct orinoco_private *priv = netdev_priv(dev);
1355 struct hermes *hw = &priv->hw;
1356 int err;
1357
1358 err = __orinoco_program_rids(dev);
1359 if (err) {
1360 printk(KERN_ERR "%s: Error %d configuring card\n",
1361 dev->name, err);
1362 return err;
1363 }
1364
1365 /* Fire things up again */
1366 hermes_set_irqmask(hw, ORINOCO_INTEN);
1367 err = hermes_enable_port(hw, 0);
1368 if (err) {
1369 printk(KERN_ERR "%s: Error %d enabling MAC port\n",
1370 dev->name, err);
1371 return err;
1372 }
1373
1374 netif_start_queue(dev);
1375
1376 return 0;
1377}
1378
1379int __orinoco_down(struct net_device *dev)
1380{
1381 struct orinoco_private *priv = netdev_priv(dev);
1382 struct hermes *hw = &priv->hw;
1383 int err;
1384
1385 netif_stop_queue(dev);
1386
1387 if (! priv->hw_unavailable) {
1388 if (! priv->broken_disableport) {
1389 err = hermes_disable_port(hw, 0);
1390 if (err) {
1391 /* Some firmwares (e.g. Intersil 1.3.x) seem
1392 * to have problems disabling the port, oh
1393 * well, too bad. */
1394 printk(KERN_WARNING "%s: Error %d disabling MAC port\n",
1395 dev->name, err);
1396 priv->broken_disableport = 1;
1397 }
1398 }
1399 hermes_set_irqmask(hw, 0);
1400 hermes_write_regn(hw, EVACK, 0xffff);
1401 }
1402
1403 /* firmware will have to reassociate */
1404 netif_carrier_off(dev);
1405 priv->last_linkstatus = 0xffff;
1406
1407 return 0;
1408}
1409
1410int orinoco_reinit_firmware(struct net_device *dev)
1411{
1412 struct orinoco_private *priv = netdev_priv(dev);
1413 struct hermes *hw = &priv->hw;
1414 int err;
1415
1416 err = hermes_init(hw);
1417 if (err)
1418 return err;
1419
1420 err = hermes_allocate(hw, priv->nicbuf_size, &priv->txfid);
David Gibsonb24d4582005-05-12 20:04:16 -04001421 if (err == -EIO && priv->nicbuf_size > TX_NICBUF_SIZE_BUG) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422 /* Try workaround for old Symbol firmware bug */
1423 printk(KERN_WARNING "%s: firmware ALLOC bug detected "
1424 "(old Symbol firmware?). Trying to work around... ",
1425 dev->name);
1426
1427 priv->nicbuf_size = TX_NICBUF_SIZE_BUG;
1428 err = hermes_allocate(hw, priv->nicbuf_size, &priv->txfid);
1429 if (err)
1430 printk("failed!\n");
1431 else
1432 printk("ok.\n");
1433 }
1434
1435 return err;
1436}
1437
1438static int __orinoco_hw_set_bitrate(struct orinoco_private *priv)
1439{
1440 hermes_t *hw = &priv->hw;
1441 int err = 0;
1442
1443 if (priv->bitratemode >= BITRATE_TABLE_SIZE) {
1444 printk(KERN_ERR "%s: BUG: Invalid bitrate mode %d\n",
1445 priv->ndev->name, priv->bitratemode);
1446 return -EINVAL;
1447 }
1448
1449 switch (priv->firmware_type) {
1450 case FIRMWARE_TYPE_AGERE:
1451 err = hermes_write_wordrec(hw, USER_BAP,
1452 HERMES_RID_CNFTXRATECONTROL,
1453 bitrate_table[priv->bitratemode].agere_txratectrl);
1454 break;
1455 case FIRMWARE_TYPE_INTERSIL:
1456 case FIRMWARE_TYPE_SYMBOL:
1457 err = hermes_write_wordrec(hw, USER_BAP,
1458 HERMES_RID_CNFTXRATECONTROL,
1459 bitrate_table[priv->bitratemode].intersil_txratectrl);
1460 break;
1461 default:
1462 BUG();
1463 }
1464
1465 return err;
1466}
1467
1468/* Change the WEP keys and/or the current keys. Can be called
1469 * either from __orinoco_hw_setup_wep() or directly from
1470 * orinoco_ioctl_setiwencode(). In the later case the association
1471 * with the AP is not broken (if the firmware can handle it),
1472 * which is needed for 802.1x implementations. */
1473static int __orinoco_hw_setup_wepkeys(struct orinoco_private *priv)
1474{
1475 hermes_t *hw = &priv->hw;
1476 int err = 0;
1477
1478 switch (priv->firmware_type) {
1479 case FIRMWARE_TYPE_AGERE:
1480 err = HERMES_WRITE_RECORD(hw, USER_BAP,
1481 HERMES_RID_CNFWEPKEYS_AGERE,
1482 &priv->keys);
1483 if (err)
1484 return err;
1485 err = hermes_write_wordrec(hw, USER_BAP,
1486 HERMES_RID_CNFTXKEY_AGERE,
1487 priv->tx_key);
1488 if (err)
1489 return err;
1490 break;
1491 case FIRMWARE_TYPE_INTERSIL:
1492 case FIRMWARE_TYPE_SYMBOL:
1493 {
1494 int keylen;
1495 int i;
1496
1497 /* Force uniform key length to work around firmware bugs */
1498 keylen = le16_to_cpu(priv->keys[priv->tx_key].len);
1499
1500 if (keylen > LARGE_KEY_SIZE) {
1501 printk(KERN_ERR "%s: BUG: Key %d has oversize length %d.\n",
1502 priv->ndev->name, priv->tx_key, keylen);
1503 return -E2BIG;
1504 }
1505
1506 /* Write all 4 keys */
1507 for(i = 0; i < ORINOCO_MAX_KEYS; i++) {
1508 err = hermes_write_ltv(hw, USER_BAP,
1509 HERMES_RID_CNFDEFAULTKEY0 + i,
1510 HERMES_BYTES_TO_RECLEN(keylen),
1511 priv->keys[i].data);
1512 if (err)
1513 return err;
1514 }
1515
1516 /* Write the index of the key used in transmission */
1517 err = hermes_write_wordrec(hw, USER_BAP,
1518 HERMES_RID_CNFWEPDEFAULTKEYID,
1519 priv->tx_key);
1520 if (err)
1521 return err;
1522 }
1523 break;
1524 }
1525
1526 return 0;
1527}
1528
1529static int __orinoco_hw_setup_wep(struct orinoco_private *priv)
1530{
1531 hermes_t *hw = &priv->hw;
1532 int err = 0;
1533 int master_wep_flag;
1534 int auth_flag;
1535
1536 if (priv->wep_on)
1537 __orinoco_hw_setup_wepkeys(priv);
1538
1539 if (priv->wep_restrict)
1540 auth_flag = HERMES_AUTH_SHARED_KEY;
1541 else
1542 auth_flag = HERMES_AUTH_OPEN;
1543
1544 switch (priv->firmware_type) {
1545 case FIRMWARE_TYPE_AGERE: /* Agere style WEP */
1546 if (priv->wep_on) {
1547 /* Enable the shared-key authentication. */
1548 err = hermes_write_wordrec(hw, USER_BAP,
1549 HERMES_RID_CNFAUTHENTICATION_AGERE,
1550 auth_flag);
1551 }
1552 err = hermes_write_wordrec(hw, USER_BAP,
1553 HERMES_RID_CNFWEPENABLED_AGERE,
1554 priv->wep_on);
1555 if (err)
1556 return err;
1557 break;
1558
1559 case FIRMWARE_TYPE_INTERSIL: /* Intersil style WEP */
1560 case FIRMWARE_TYPE_SYMBOL: /* Symbol style WEP */
1561 if (priv->wep_on) {
1562 if (priv->wep_restrict ||
1563 (priv->firmware_type == FIRMWARE_TYPE_SYMBOL))
1564 master_wep_flag = HERMES_WEP_PRIVACY_INVOKED |
1565 HERMES_WEP_EXCL_UNENCRYPTED;
1566 else
1567 master_wep_flag = HERMES_WEP_PRIVACY_INVOKED;
1568
1569 err = hermes_write_wordrec(hw, USER_BAP,
1570 HERMES_RID_CNFAUTHENTICATION,
1571 auth_flag);
1572 if (err)
1573 return err;
1574 } else
1575 master_wep_flag = 0;
1576
1577 if (priv->iw_mode == IW_MODE_MONITOR)
1578 master_wep_flag |= HERMES_WEP_HOST_DECRYPT;
1579
1580 /* Master WEP setting : on/off */
1581 err = hermes_write_wordrec(hw, USER_BAP,
1582 HERMES_RID_CNFWEPFLAGS_INTERSIL,
1583 master_wep_flag);
1584 if (err)
1585 return err;
1586
1587 break;
1588 }
1589
1590 return 0;
1591}
1592
1593static int __orinoco_program_rids(struct net_device *dev)
1594{
1595 struct orinoco_private *priv = netdev_priv(dev);
1596 hermes_t *hw = &priv->hw;
1597 int err;
1598 struct hermes_idstring idbuf;
1599
1600 /* Set the MAC address */
1601 err = hermes_write_ltv(hw, USER_BAP, HERMES_RID_CNFOWNMACADDR,
1602 HERMES_BYTES_TO_RECLEN(ETH_ALEN), dev->dev_addr);
1603 if (err) {
1604 printk(KERN_ERR "%s: Error %d setting MAC address\n",
1605 dev->name, err);
1606 return err;
1607 }
1608
1609 /* Set up the link mode */
1610 err = hermes_write_wordrec(hw, USER_BAP, HERMES_RID_CNFPORTTYPE,
1611 priv->port_type);
1612 if (err) {
1613 printk(KERN_ERR "%s: Error %d setting port type\n",
1614 dev->name, err);
1615 return err;
1616 }
1617 /* Set the channel/frequency */
David Gibsond51d8b12005-05-12 20:03:36 -04001618 if (priv->channel != 0 && priv->iw_mode != IW_MODE_INFRA) {
1619 err = hermes_write_wordrec(hw, USER_BAP,
1620 HERMES_RID_CNFOWNCHANNEL,
1621 priv->channel);
1622 if (err) {
1623 printk(KERN_ERR "%s: Error %d setting channel %d\n",
1624 dev->name, err, priv->channel);
1625 return err;
1626 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627 }
1628
1629 if (priv->has_ibss) {
1630 u16 createibss;
1631
1632 if ((strlen(priv->desired_essid) == 0) && (priv->createibss)) {
1633 printk(KERN_WARNING "%s: This firmware requires an "
1634 "ESSID in IBSS-Ad-Hoc mode.\n", dev->name);
1635 /* With wvlan_cs, in this case, we would crash.
1636 * hopefully, this driver will behave better...
1637 * Jean II */
1638 createibss = 0;
1639 } else {
1640 createibss = priv->createibss;
1641 }
1642
1643 err = hermes_write_wordrec(hw, USER_BAP,
1644 HERMES_RID_CNFCREATEIBSS,
1645 createibss);
1646 if (err) {
1647 printk(KERN_ERR "%s: Error %d setting CREATEIBSS\n",
1648 dev->name, err);
1649 return err;
1650 }
1651 }
1652
1653 /* Set the desired ESSID */
1654 idbuf.len = cpu_to_le16(strlen(priv->desired_essid));
1655 memcpy(&idbuf.val, priv->desired_essid, sizeof(idbuf.val));
1656 /* WinXP wants partner to configure OWNSSID even in IBSS mode. (jimc) */
1657 err = hermes_write_ltv(hw, USER_BAP, HERMES_RID_CNFOWNSSID,
1658 HERMES_BYTES_TO_RECLEN(strlen(priv->desired_essid)+2),
1659 &idbuf);
1660 if (err) {
1661 printk(KERN_ERR "%s: Error %d setting OWNSSID\n",
1662 dev->name, err);
1663 return err;
1664 }
1665 err = hermes_write_ltv(hw, USER_BAP, HERMES_RID_CNFDESIREDSSID,
1666 HERMES_BYTES_TO_RECLEN(strlen(priv->desired_essid)+2),
1667 &idbuf);
1668 if (err) {
1669 printk(KERN_ERR "%s: Error %d setting DESIREDSSID\n",
1670 dev->name, err);
1671 return err;
1672 }
1673
1674 /* Set the station name */
1675 idbuf.len = cpu_to_le16(strlen(priv->nick));
1676 memcpy(&idbuf.val, priv->nick, sizeof(idbuf.val));
1677 err = hermes_write_ltv(hw, USER_BAP, HERMES_RID_CNFOWNNAME,
1678 HERMES_BYTES_TO_RECLEN(strlen(priv->nick)+2),
1679 &idbuf);
1680 if (err) {
1681 printk(KERN_ERR "%s: Error %d setting nickname\n",
1682 dev->name, err);
1683 return err;
1684 }
1685
1686 /* Set AP density */
1687 if (priv->has_sensitivity) {
1688 err = hermes_write_wordrec(hw, USER_BAP,
1689 HERMES_RID_CNFSYSTEMSCALE,
1690 priv->ap_density);
1691 if (err) {
1692 printk(KERN_WARNING "%s: Error %d setting SYSTEMSCALE. "
1693 "Disabling sensitivity control\n",
1694 dev->name, err);
1695
1696 priv->has_sensitivity = 0;
1697 }
1698 }
1699
1700 /* Set RTS threshold */
1701 err = hermes_write_wordrec(hw, USER_BAP, HERMES_RID_CNFRTSTHRESHOLD,
1702 priv->rts_thresh);
1703 if (err) {
1704 printk(KERN_ERR "%s: Error %d setting RTS threshold\n",
1705 dev->name, err);
1706 return err;
1707 }
1708
1709 /* Set fragmentation threshold or MWO robustness */
1710 if (priv->has_mwo)
1711 err = hermes_write_wordrec(hw, USER_BAP,
1712 HERMES_RID_CNFMWOROBUST_AGERE,
1713 priv->mwo_robust);
1714 else
1715 err = hermes_write_wordrec(hw, USER_BAP,
1716 HERMES_RID_CNFFRAGMENTATIONTHRESHOLD,
1717 priv->frag_thresh);
1718 if (err) {
1719 printk(KERN_ERR "%s: Error %d setting fragmentation\n",
1720 dev->name, err);
1721 return err;
1722 }
1723
1724 /* Set bitrate */
1725 err = __orinoco_hw_set_bitrate(priv);
1726 if (err) {
1727 printk(KERN_ERR "%s: Error %d setting bitrate\n",
1728 dev->name, err);
1729 return err;
1730 }
1731
1732 /* Set power management */
1733 if (priv->has_pm) {
1734 err = hermes_write_wordrec(hw, USER_BAP,
1735 HERMES_RID_CNFPMENABLED,
1736 priv->pm_on);
1737 if (err) {
1738 printk(KERN_ERR "%s: Error %d setting up PM\n",
1739 dev->name, err);
1740 return err;
1741 }
1742
1743 err = hermes_write_wordrec(hw, USER_BAP,
1744 HERMES_RID_CNFMULTICASTRECEIVE,
1745 priv->pm_mcast);
1746 if (err) {
1747 printk(KERN_ERR "%s: Error %d setting up PM\n",
1748 dev->name, err);
1749 return err;
1750 }
1751 err = hermes_write_wordrec(hw, USER_BAP,
1752 HERMES_RID_CNFMAXSLEEPDURATION,
1753 priv->pm_period);
1754 if (err) {
1755 printk(KERN_ERR "%s: Error %d setting up PM\n",
1756 dev->name, err);
1757 return err;
1758 }
1759 err = hermes_write_wordrec(hw, USER_BAP,
1760 HERMES_RID_CNFPMHOLDOVERDURATION,
1761 priv->pm_timeout);
1762 if (err) {
1763 printk(KERN_ERR "%s: Error %d setting up PM\n",
1764 dev->name, err);
1765 return err;
1766 }
1767 }
1768
1769 /* Set preamble - only for Symbol so far... */
1770 if (priv->has_preamble) {
1771 err = hermes_write_wordrec(hw, USER_BAP,
1772 HERMES_RID_CNFPREAMBLE_SYMBOL,
1773 priv->preamble);
1774 if (err) {
1775 printk(KERN_ERR "%s: Error %d setting preamble\n",
1776 dev->name, err);
1777 return err;
1778 }
1779 }
1780
1781 /* Set up encryption */
1782 if (priv->has_wep) {
1783 err = __orinoco_hw_setup_wep(priv);
1784 if (err) {
1785 printk(KERN_ERR "%s: Error %d activating WEP\n",
1786 dev->name, err);
1787 return err;
1788 }
1789 }
1790
1791 /* Set promiscuity / multicast*/
1792 priv->promiscuous = 0;
1793 priv->mc_count = 0;
1794 __orinoco_set_multicast_list(dev); /* FIXME: what about the xmit_lock */
1795
1796 return 0;
1797}
1798
1799/* FIXME: return int? */
1800static void
1801__orinoco_set_multicast_list(struct net_device *dev)
1802{
1803 struct orinoco_private *priv = netdev_priv(dev);
1804 hermes_t *hw = &priv->hw;
1805 int err = 0;
1806 int promisc, mc_count;
1807
1808 /* The Hermes doesn't seem to have an allmulti mode, so we go
1809 * into promiscuous mode and let the upper levels deal. */
1810 if ( (dev->flags & IFF_PROMISC) || (dev->flags & IFF_ALLMULTI) ||
1811 (dev->mc_count > MAX_MULTICAST(priv)) ) {
1812 promisc = 1;
1813 mc_count = 0;
1814 } else {
1815 promisc = 0;
1816 mc_count = dev->mc_count;
1817 }
1818
1819 if (promisc != priv->promiscuous) {
1820 err = hermes_write_wordrec(hw, USER_BAP,
1821 HERMES_RID_CNFPROMISCUOUSMODE,
1822 promisc);
1823 if (err) {
1824 printk(KERN_ERR "%s: Error %d setting PROMISCUOUSMODE to 1.\n",
1825 dev->name, err);
1826 } else
1827 priv->promiscuous = promisc;
1828 }
1829
1830 if (! promisc && (mc_count || priv->mc_count) ) {
1831 struct dev_mc_list *p = dev->mc_list;
1832 struct hermes_multicast mclist;
1833 int i;
1834
1835 for (i = 0; i < mc_count; i++) {
1836 /* paranoia: is list shorter than mc_count? */
1837 BUG_ON(! p);
1838 /* paranoia: bad address size in list? */
1839 BUG_ON(p->dmi_addrlen != ETH_ALEN);
1840
1841 memcpy(mclist.addr[i], p->dmi_addr, ETH_ALEN);
1842 p = p->next;
1843 }
1844
1845 if (p)
1846 printk(KERN_WARNING "%s: Multicast list is "
1847 "longer than mc_count\n", dev->name);
1848
1849 err = hermes_write_ltv(hw, USER_BAP, HERMES_RID_CNFGROUPADDRESSES,
1850 HERMES_BYTES_TO_RECLEN(priv->mc_count * ETH_ALEN),
1851 &mclist);
1852 if (err)
1853 printk(KERN_ERR "%s: Error %d setting multicast list.\n",
1854 dev->name, err);
1855 else
1856 priv->mc_count = mc_count;
1857 }
1858
1859 /* Since we can set the promiscuous flag when it wasn't asked
1860 for, make sure the net_device knows about it. */
1861 if (priv->promiscuous)
1862 dev->flags |= IFF_PROMISC;
1863 else
1864 dev->flags &= ~IFF_PROMISC;
1865}
1866
1867static int orinoco_reconfigure(struct net_device *dev)
1868{
1869 struct orinoco_private *priv = netdev_priv(dev);
1870 struct hermes *hw = &priv->hw;
1871 unsigned long flags;
1872 int err = 0;
1873
1874 if (priv->broken_disableport) {
1875 schedule_work(&priv->reset_work);
1876 return 0;
1877 }
1878
1879 if (orinoco_lock(priv, &flags) != 0)
1880 return -EBUSY;
1881
1882 err = hermes_disable_port(hw, 0);
1883 if (err) {
1884 printk(KERN_WARNING "%s: Unable to disable port while reconfiguring card\n",
1885 dev->name);
1886 priv->broken_disableport = 1;
1887 goto out;
1888 }
1889
1890 err = __orinoco_program_rids(dev);
1891 if (err) {
1892 printk(KERN_WARNING "%s: Unable to reconfigure card\n",
1893 dev->name);
1894 goto out;
1895 }
1896
1897 err = hermes_enable_port(hw, 0);
1898 if (err) {
1899 printk(KERN_WARNING "%s: Unable to enable port while reconfiguring card\n",
1900 dev->name);
1901 goto out;
1902 }
1903
1904 out:
1905 if (err) {
1906 printk(KERN_WARNING "%s: Resetting instead...\n", dev->name);
1907 schedule_work(&priv->reset_work);
1908 err = 0;
1909 }
1910
1911 orinoco_unlock(priv, &flags);
1912 return err;
1913
1914}
1915
1916/* This must be called from user context, without locks held - use
1917 * schedule_work() */
1918static void orinoco_reset(struct net_device *dev)
1919{
1920 struct orinoco_private *priv = netdev_priv(dev);
1921 struct hermes *hw = &priv->hw;
Christoph Hellwig8551cb92005-05-14 17:30:04 +02001922 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923 unsigned long flags;
1924
1925 if (orinoco_lock(priv, &flags) != 0)
1926 /* When the hardware becomes available again, whatever
1927 * detects that is responsible for re-initializing
1928 * it. So no need for anything further */
1929 return;
1930
1931 netif_stop_queue(dev);
1932
1933 /* Shut off interrupts. Depending on what state the hardware
1934 * is in, this might not work, but we'll try anyway */
1935 hermes_set_irqmask(hw, 0);
1936 hermes_write_regn(hw, EVACK, 0xffff);
1937
1938 priv->hw_unavailable++;
1939 priv->last_linkstatus = 0xffff; /* firmware will have to reassociate */
1940 netif_carrier_off(dev);
1941
1942 orinoco_unlock(priv, &flags);
1943
Christoph Hellwig8551cb92005-05-14 17:30:04 +02001944 if (priv->hard_reset) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945 err = (*priv->hard_reset)(priv);
Christoph Hellwig8551cb92005-05-14 17:30:04 +02001946 if (err) {
1947 printk(KERN_ERR "%s: orinoco_reset: Error %d "
1948 "performing hard reset\n", dev->name, err);
1949 goto disable;
1950 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951 }
1952
1953 err = orinoco_reinit_firmware(dev);
1954 if (err) {
1955 printk(KERN_ERR "%s: orinoco_reset: Error %d re-initializing firmware\n",
1956 dev->name, err);
Christoph Hellwig8551cb92005-05-14 17:30:04 +02001957 goto disable;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001958 }
1959
1960 spin_lock_irq(&priv->lock); /* This has to be called from user context */
1961
1962 priv->hw_unavailable--;
1963
1964 /* priv->open or priv->hw_unavailable might have changed while
1965 * we dropped the lock */
1966 if (priv->open && (! priv->hw_unavailable)) {
1967 err = __orinoco_up(dev);
1968 if (err) {
1969 printk(KERN_ERR "%s: orinoco_reset: Error %d reenabling card\n",
1970 dev->name, err);
1971 } else
1972 dev->trans_start = jiffies;
1973 }
1974
1975 spin_unlock_irq(&priv->lock);
1976
1977 return;
Christoph Hellwig8551cb92005-05-14 17:30:04 +02001978 disable:
1979 hermes_set_irqmask(hw, 0);
1980 netif_device_detach(dev);
1981 printk(KERN_ERR "%s: Device has been disabled!\n", dev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982}
1983
1984/********************************************************************/
1985/* Interrupt handler */
1986/********************************************************************/
1987
1988static void __orinoco_ev_tick(struct net_device *dev, hermes_t *hw)
1989{
1990 printk(KERN_DEBUG "%s: TICK\n", dev->name);
1991}
1992
1993static void __orinoco_ev_wterr(struct net_device *dev, hermes_t *hw)
1994{
1995 /* This seems to happen a fair bit under load, but ignoring it
1996 seems to work fine...*/
1997 printk(KERN_DEBUG "%s: MAC controller error (WTERR). Ignoring.\n",
1998 dev->name);
1999}
2000
2001irqreturn_t orinoco_interrupt(int irq, void *dev_id, struct pt_regs *regs)
2002{
2003 struct net_device *dev = (struct net_device *)dev_id;
2004 struct orinoco_private *priv = netdev_priv(dev);
2005 hermes_t *hw = &priv->hw;
2006 int count = MAX_IRQLOOPS_PER_IRQ;
2007 u16 evstat, events;
2008 /* These are used to detect a runaway interrupt situation */
2009 /* If we get more than MAX_IRQLOOPS_PER_JIFFY iterations in a jiffy,
2010 * we panic and shut down the hardware */
2011 static int last_irq_jiffy = 0; /* jiffies value the last time
2012 * we were called */
2013 static int loops_this_jiffy = 0;
2014 unsigned long flags;
2015
2016 if (orinoco_lock(priv, &flags) != 0) {
2017 /* If hw is unavailable - we don't know if the irq was
2018 * for us or not */
2019 return IRQ_HANDLED;
2020 }
2021
2022 evstat = hermes_read_regn(hw, EVSTAT);
2023 events = evstat & hw->inten;
2024 if (! events) {
2025 orinoco_unlock(priv, &flags);
2026 return IRQ_NONE;
2027 }
2028
2029 if (jiffies != last_irq_jiffy)
2030 loops_this_jiffy = 0;
2031 last_irq_jiffy = jiffies;
2032
2033 while (events && count--) {
2034 if (++loops_this_jiffy > MAX_IRQLOOPS_PER_JIFFY) {
2035 printk(KERN_WARNING "%s: IRQ handler is looping too "
2036 "much! Resetting.\n", dev->name);
2037 /* Disable interrupts for now */
2038 hermes_set_irqmask(hw, 0);
2039 schedule_work(&priv->reset_work);
2040 break;
2041 }
2042
2043 /* Check the card hasn't been removed */
2044 if (! hermes_present(hw)) {
2045 DEBUG(0, "orinoco_interrupt(): card removed\n");
2046 break;
2047 }
2048
2049 if (events & HERMES_EV_TICK)
2050 __orinoco_ev_tick(dev, hw);
2051 if (events & HERMES_EV_WTERR)
2052 __orinoco_ev_wterr(dev, hw);
2053 if (events & HERMES_EV_INFDROP)
2054 __orinoco_ev_infdrop(dev, hw);
2055 if (events & HERMES_EV_INFO)
2056 __orinoco_ev_info(dev, hw);
2057 if (events & HERMES_EV_RX)
2058 __orinoco_ev_rx(dev, hw);
2059 if (events & HERMES_EV_TXEXC)
2060 __orinoco_ev_txexc(dev, hw);
2061 if (events & HERMES_EV_TX)
2062 __orinoco_ev_tx(dev, hw);
2063 if (events & HERMES_EV_ALLOC)
2064 __orinoco_ev_alloc(dev, hw);
2065
2066 hermes_write_regn(hw, EVACK, events);
2067
2068 evstat = hermes_read_regn(hw, EVSTAT);
2069 events = evstat & hw->inten;
2070 };
2071
2072 orinoco_unlock(priv, &flags);
2073 return IRQ_HANDLED;
2074}
2075
2076/********************************************************************/
2077/* Initialization */
2078/********************************************************************/
2079
2080struct comp_id {
2081 u16 id, variant, major, minor;
2082} __attribute__ ((packed));
2083
2084static inline fwtype_t determine_firmware_type(struct comp_id *nic_id)
2085{
2086 if (nic_id->id < 0x8000)
2087 return FIRMWARE_TYPE_AGERE;
2088 else if (nic_id->id == 0x8000 && nic_id->major == 0)
2089 return FIRMWARE_TYPE_SYMBOL;
2090 else
2091 return FIRMWARE_TYPE_INTERSIL;
2092}
2093
2094/* Set priv->firmware type, determine firmware properties */
2095static int determine_firmware(struct net_device *dev)
2096{
2097 struct orinoco_private *priv = netdev_priv(dev);
2098 hermes_t *hw = &priv->hw;
2099 int err;
2100 struct comp_id nic_id, sta_id;
2101 unsigned int firmver;
2102 char tmp[SYMBOL_MAX_VER_LEN+1];
2103
2104 /* Get the hardware version */
2105 err = HERMES_READ_RECORD(hw, USER_BAP, HERMES_RID_NICID, &nic_id);
2106 if (err) {
2107 printk(KERN_ERR "%s: Cannot read hardware identity: error %d\n",
2108 dev->name, err);
2109 return err;
2110 }
2111
2112 le16_to_cpus(&nic_id.id);
2113 le16_to_cpus(&nic_id.variant);
2114 le16_to_cpus(&nic_id.major);
2115 le16_to_cpus(&nic_id.minor);
2116 printk(KERN_DEBUG "%s: Hardware identity %04x:%04x:%04x:%04x\n",
2117 dev->name, nic_id.id, nic_id.variant,
2118 nic_id.major, nic_id.minor);
2119
2120 priv->firmware_type = determine_firmware_type(&nic_id);
2121
2122 /* Get the firmware version */
2123 err = HERMES_READ_RECORD(hw, USER_BAP, HERMES_RID_STAID, &sta_id);
2124 if (err) {
2125 printk(KERN_ERR "%s: Cannot read station identity: error %d\n",
2126 dev->name, err);
2127 return err;
2128 }
2129
2130 le16_to_cpus(&sta_id.id);
2131 le16_to_cpus(&sta_id.variant);
2132 le16_to_cpus(&sta_id.major);
2133 le16_to_cpus(&sta_id.minor);
2134 printk(KERN_DEBUG "%s: Station identity %04x:%04x:%04x:%04x\n",
2135 dev->name, sta_id.id, sta_id.variant,
2136 sta_id.major, sta_id.minor);
2137
2138 switch (sta_id.id) {
2139 case 0x15:
2140 printk(KERN_ERR "%s: Primary firmware is active\n",
2141 dev->name);
2142 return -ENODEV;
2143 case 0x14b:
2144 printk(KERN_ERR "%s: Tertiary firmware is active\n",
2145 dev->name);
2146 return -ENODEV;
2147 case 0x1f: /* Intersil, Agere, Symbol Spectrum24 */
2148 case 0x21: /* Symbol Spectrum24 Trilogy */
2149 break;
2150 default:
2151 printk(KERN_NOTICE "%s: Unknown station ID, please report\n",
2152 dev->name);
2153 break;
2154 }
2155
2156 /* Default capabilities */
2157 priv->has_sensitivity = 1;
2158 priv->has_mwo = 0;
2159 priv->has_preamble = 0;
2160 priv->has_port3 = 1;
2161 priv->has_ibss = 1;
2162 priv->has_wep = 0;
2163 priv->has_big_wep = 0;
2164
2165 /* Determine capabilities from the firmware version */
2166 switch (priv->firmware_type) {
2167 case FIRMWARE_TYPE_AGERE:
2168 /* Lucent Wavelan IEEE, Lucent Orinoco, Cabletron RoamAbout,
2169 ELSA, Melco, HP, IBM, Dell 1150, Compaq 110/210 */
2170 snprintf(priv->fw_name, sizeof(priv->fw_name) - 1,
2171 "Lucent/Agere %d.%02d", sta_id.major, sta_id.minor);
2172
2173 firmver = ((unsigned long)sta_id.major << 16) | sta_id.minor;
2174
2175 priv->has_ibss = (firmver >= 0x60006);
2176 priv->has_wep = (firmver >= 0x40020);
2177 priv->has_big_wep = 1; /* FIXME: this is wrong - how do we tell
2178 Gold cards from the others? */
2179 priv->has_mwo = (firmver >= 0x60000);
2180 priv->has_pm = (firmver >= 0x40020); /* Don't work in 7.52 ? */
2181 priv->ibss_port = 1;
2182
2183 /* Tested with Agere firmware :
2184 * 1.16 ; 4.08 ; 4.52 ; 6.04 ; 6.16 ; 7.28 => Jean II
2185 * Tested CableTron firmware : 4.32 => Anton */
2186 break;
2187 case FIRMWARE_TYPE_SYMBOL:
2188 /* Symbol , 3Com AirConnect, Intel, Ericsson WLAN */
2189 /* Intel MAC : 00:02:B3:* */
2190 /* 3Com MAC : 00:50:DA:* */
2191 memset(tmp, 0, sizeof(tmp));
2192 /* Get the Symbol firmware version */
2193 err = hermes_read_ltv(hw, USER_BAP,
2194 HERMES_RID_SECONDARYVERSION_SYMBOL,
2195 SYMBOL_MAX_VER_LEN, NULL, &tmp);
2196 if (err) {
2197 printk(KERN_WARNING
2198 "%s: Error %d reading Symbol firmware info. Wildly guessing capabilities...\n",
2199 dev->name, err);
2200 firmver = 0;
2201 tmp[0] = '\0';
2202 } else {
2203 /* The firmware revision is a string, the format is
2204 * something like : "V2.20-01".
2205 * Quick and dirty parsing... - Jean II
2206 */
2207 firmver = ((tmp[1] - '0') << 16) | ((tmp[3] - '0') << 12)
2208 | ((tmp[4] - '0') << 8) | ((tmp[6] - '0') << 4)
2209 | (tmp[7] - '0');
2210
2211 tmp[SYMBOL_MAX_VER_LEN] = '\0';
2212 }
2213
2214 snprintf(priv->fw_name, sizeof(priv->fw_name) - 1,
2215 "Symbol %s", tmp);
2216
2217 priv->has_ibss = (firmver >= 0x20000);
2218 priv->has_wep = (firmver >= 0x15012);
2219 priv->has_big_wep = (firmver >= 0x20000);
2220 priv->has_pm = (firmver >= 0x20000 && firmver < 0x22000) ||
2221 (firmver >= 0x29000 && firmver < 0x30000) ||
2222 firmver >= 0x31000;
2223 priv->has_preamble = (firmver >= 0x20000);
2224 priv->ibss_port = 4;
2225 /* Tested with Intel firmware : 0x20015 => Jean II */
2226 /* Tested with 3Com firmware : 0x15012 & 0x22001 => Jean II */
2227 break;
2228 case FIRMWARE_TYPE_INTERSIL:
2229 /* D-Link, Linksys, Adtron, ZoomAir, and many others...
2230 * Samsung, Compaq 100/200 and Proxim are slightly
2231 * different and less well tested */
2232 /* D-Link MAC : 00:40:05:* */
2233 /* Addtron MAC : 00:90:D1:* */
2234 snprintf(priv->fw_name, sizeof(priv->fw_name) - 1,
2235 "Intersil %d.%d.%d", sta_id.major, sta_id.minor,
2236 sta_id.variant);
2237
2238 firmver = ((unsigned long)sta_id.major << 16) |
2239 ((unsigned long)sta_id.minor << 8) | sta_id.variant;
2240
2241 priv->has_ibss = (firmver >= 0x000700); /* FIXME */
2242 priv->has_big_wep = priv->has_wep = (firmver >= 0x000800);
2243 priv->has_pm = (firmver >= 0x000700);
2244
2245 if (firmver >= 0x000800)
2246 priv->ibss_port = 0;
2247 else {
2248 printk(KERN_NOTICE "%s: Intersil firmware earlier "
2249 "than v0.8.x - several features not supported\n",
2250 dev->name);
2251 priv->ibss_port = 1;
2252 }
2253 break;
2254 }
2255 printk(KERN_DEBUG "%s: Firmware determined as %s\n", dev->name,
2256 priv->fw_name);
2257
2258 return 0;
2259}
2260
2261static int orinoco_init(struct net_device *dev)
2262{
2263 struct orinoco_private *priv = netdev_priv(dev);
2264 hermes_t *hw = &priv->hw;
2265 int err = 0;
2266 struct hermes_idstring nickbuf;
2267 u16 reclen;
2268 int len;
2269
2270 TRACE_ENTER(dev->name);
2271
2272 /* No need to lock, the hw_unavailable flag is already set in
2273 * alloc_orinocodev() */
2274 priv->nicbuf_size = IEEE802_11_FRAME_LEN + ETH_HLEN;
2275
2276 /* Initialize the firmware */
David Gibsonb24d4582005-05-12 20:04:16 -04002277 err = orinoco_reinit_firmware(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278 if (err != 0) {
2279 printk(KERN_ERR "%s: failed to initialize firmware (err = %d)\n",
2280 dev->name, err);
2281 goto out;
2282 }
2283
2284 err = determine_firmware(dev);
2285 if (err != 0) {
2286 printk(KERN_ERR "%s: Incompatible firmware, aborting\n",
2287 dev->name);
2288 goto out;
2289 }
2290
2291 if (priv->has_port3)
2292 printk(KERN_DEBUG "%s: Ad-hoc demo mode supported\n", dev->name);
2293 if (priv->has_ibss)
2294 printk(KERN_DEBUG "%s: IEEE standard IBSS ad-hoc mode supported\n",
2295 dev->name);
2296 if (priv->has_wep) {
2297 printk(KERN_DEBUG "%s: WEP supported, ", dev->name);
2298 if (priv->has_big_wep)
2299 printk("104-bit key\n");
2300 else
2301 printk("40-bit key\n");
2302 }
2303
2304 /* Get the MAC address */
2305 err = hermes_read_ltv(hw, USER_BAP, HERMES_RID_CNFOWNMACADDR,
2306 ETH_ALEN, NULL, dev->dev_addr);
2307 if (err) {
2308 printk(KERN_WARNING "%s: failed to read MAC address!\n",
2309 dev->name);
2310 goto out;
2311 }
2312
2313 printk(KERN_DEBUG "%s: MAC address %02X:%02X:%02X:%02X:%02X:%02X\n",
2314 dev->name, dev->dev_addr[0], dev->dev_addr[1],
2315 dev->dev_addr[2], dev->dev_addr[3], dev->dev_addr[4],
2316 dev->dev_addr[5]);
2317
2318 /* Get the station name */
2319 err = hermes_read_ltv(hw, USER_BAP, HERMES_RID_CNFOWNNAME,
2320 sizeof(nickbuf), &reclen, &nickbuf);
2321 if (err) {
2322 printk(KERN_ERR "%s: failed to read station name\n",
2323 dev->name);
2324 goto out;
2325 }
2326 if (nickbuf.len)
2327 len = min(IW_ESSID_MAX_SIZE, (int)le16_to_cpu(nickbuf.len));
2328 else
2329 len = min(IW_ESSID_MAX_SIZE, 2 * reclen);
2330 memcpy(priv->nick, &nickbuf.val, len);
2331 priv->nick[len] = '\0';
2332
2333 printk(KERN_DEBUG "%s: Station name \"%s\"\n", dev->name, priv->nick);
2334
2335 /* Get allowed channels */
2336 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_CHANNELLIST,
2337 &priv->channel_mask);
2338 if (err) {
2339 printk(KERN_ERR "%s: failed to read channel list!\n",
2340 dev->name);
2341 goto out;
2342 }
2343
2344 /* Get initial AP density */
2345 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_CNFSYSTEMSCALE,
2346 &priv->ap_density);
2347 if (err || priv->ap_density < 1 || priv->ap_density > 3) {
2348 priv->has_sensitivity = 0;
2349 }
2350
2351 /* Get initial RTS threshold */
2352 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_CNFRTSTHRESHOLD,
2353 &priv->rts_thresh);
2354 if (err) {
2355 printk(KERN_ERR "%s: failed to read RTS threshold!\n",
2356 dev->name);
2357 goto out;
2358 }
2359
2360 /* Get initial fragmentation settings */
2361 if (priv->has_mwo)
2362 err = hermes_read_wordrec(hw, USER_BAP,
2363 HERMES_RID_CNFMWOROBUST_AGERE,
2364 &priv->mwo_robust);
2365 else
2366 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_CNFFRAGMENTATIONTHRESHOLD,
2367 &priv->frag_thresh);
2368 if (err) {
2369 printk(KERN_ERR "%s: failed to read fragmentation settings!\n",
2370 dev->name);
2371 goto out;
2372 }
2373
2374 /* Power management setup */
2375 if (priv->has_pm) {
2376 priv->pm_on = 0;
2377 priv->pm_mcast = 1;
2378 err = hermes_read_wordrec(hw, USER_BAP,
2379 HERMES_RID_CNFMAXSLEEPDURATION,
2380 &priv->pm_period);
2381 if (err) {
2382 printk(KERN_ERR "%s: failed to read power management period!\n",
2383 dev->name);
2384 goto out;
2385 }
2386 err = hermes_read_wordrec(hw, USER_BAP,
2387 HERMES_RID_CNFPMHOLDOVERDURATION,
2388 &priv->pm_timeout);
2389 if (err) {
2390 printk(KERN_ERR "%s: failed to read power management timeout!\n",
2391 dev->name);
2392 goto out;
2393 }
2394 }
2395
2396 /* Preamble setup */
2397 if (priv->has_preamble) {
2398 err = hermes_read_wordrec(hw, USER_BAP,
2399 HERMES_RID_CNFPREAMBLE_SYMBOL,
2400 &priv->preamble);
2401 if (err)
2402 goto out;
2403 }
2404
2405 /* Set up the default configuration */
2406 priv->iw_mode = IW_MODE_INFRA;
2407 /* By default use IEEE/IBSS ad-hoc mode if we have it */
2408 priv->prefer_port3 = priv->has_port3 && (! priv->has_ibss);
2409 set_port_type(priv);
David Gibsond51d8b12005-05-12 20:03:36 -04002410 priv->channel = 0; /* use firmware default */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411
2412 priv->promiscuous = 0;
2413 priv->wep_on = 0;
2414 priv->tx_key = 0;
2415
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416 /* Make the hardware available, as long as it hasn't been
2417 * removed elsewhere (e.g. by PCMCIA hot unplug) */
2418 spin_lock_irq(&priv->lock);
2419 priv->hw_unavailable--;
2420 spin_unlock_irq(&priv->lock);
2421
2422 printk(KERN_DEBUG "%s: ready\n", dev->name);
2423
2424 out:
2425 TRACE_EXIT(dev->name);
2426 return err;
2427}
2428
2429struct net_device *alloc_orinocodev(int sizeof_card,
2430 int (*hard_reset)(struct orinoco_private *))
2431{
2432 struct net_device *dev;
2433 struct orinoco_private *priv;
2434
2435 dev = alloc_etherdev(sizeof(struct orinoco_private) + sizeof_card);
2436 if (! dev)
2437 return NULL;
2438 priv = netdev_priv(dev);
2439 priv->ndev = dev;
2440 if (sizeof_card)
2441 priv->card = (void *)((unsigned long)netdev_priv(dev)
2442 + sizeof(struct orinoco_private));
2443 else
2444 priv->card = NULL;
2445
2446 /* Setup / override net_device fields */
2447 dev->init = orinoco_init;
2448 dev->hard_start_xmit = orinoco_xmit;
2449 dev->tx_timeout = orinoco_tx_timeout;
2450 dev->watchdog_timeo = HZ; /* 1 second timeout */
2451 dev->get_stats = orinoco_get_stats;
2452 dev->get_wireless_stats = orinoco_get_wireless_stats;
2453 dev->do_ioctl = orinoco_ioctl;
2454 dev->change_mtu = orinoco_change_mtu;
2455 dev->set_multicast_list = orinoco_set_multicast_list;
2456 /* we use the default eth_mac_addr for setting the MAC addr */
2457
2458 /* Set up default callbacks */
2459 dev->open = orinoco_open;
2460 dev->stop = orinoco_stop;
2461 priv->hard_reset = hard_reset;
2462
2463 spin_lock_init(&priv->lock);
2464 priv->open = 0;
2465 priv->hw_unavailable = 1; /* orinoco_init() must clear this
2466 * before anything else touches the
2467 * hardware */
2468 INIT_WORK(&priv->reset_work, (void (*)(void *))orinoco_reset, dev);
2469
2470 netif_carrier_off(dev);
2471 priv->last_linkstatus = 0xffff;
2472
2473 return dev;
2474
2475}
2476
2477void free_orinocodev(struct net_device *dev)
2478{
2479 free_netdev(dev);
2480}
2481
2482/********************************************************************/
2483/* Wireless extensions */
2484/********************************************************************/
2485
2486static int orinoco_hw_get_bssid(struct orinoco_private *priv,
2487 char buf[ETH_ALEN])
2488{
2489 hermes_t *hw = &priv->hw;
2490 int err = 0;
2491 unsigned long flags;
2492
2493 if (orinoco_lock(priv, &flags) != 0)
2494 return -EBUSY;
2495
2496 err = hermes_read_ltv(hw, USER_BAP, HERMES_RID_CURRENTBSSID,
2497 ETH_ALEN, NULL, buf);
2498
2499 orinoco_unlock(priv, &flags);
2500
2501 return err;
2502}
2503
2504static int orinoco_hw_get_essid(struct orinoco_private *priv, int *active,
2505 char buf[IW_ESSID_MAX_SIZE+1])
2506{
2507 hermes_t *hw = &priv->hw;
2508 int err = 0;
2509 struct hermes_idstring essidbuf;
2510 char *p = (char *)(&essidbuf.val);
2511 int len;
2512 unsigned long flags;
2513
2514 if (orinoco_lock(priv, &flags) != 0)
2515 return -EBUSY;
2516
2517 if (strlen(priv->desired_essid) > 0) {
2518 /* We read the desired SSID from the hardware rather
2519 than from priv->desired_essid, just in case the
2520 firmware is allowed to change it on us. I'm not
2521 sure about this */
2522 /* My guess is that the OWNSSID should always be whatever
2523 * we set to the card, whereas CURRENT_SSID is the one that
2524 * may change... - Jean II */
2525 u16 rid;
2526
2527 *active = 1;
2528
2529 rid = (priv->port_type == 3) ? HERMES_RID_CNFOWNSSID :
2530 HERMES_RID_CNFDESIREDSSID;
2531
2532 err = hermes_read_ltv(hw, USER_BAP, rid, sizeof(essidbuf),
2533 NULL, &essidbuf);
2534 if (err)
2535 goto fail_unlock;
2536 } else {
2537 *active = 0;
2538
2539 err = hermes_read_ltv(hw, USER_BAP, HERMES_RID_CURRENTSSID,
2540 sizeof(essidbuf), NULL, &essidbuf);
2541 if (err)
2542 goto fail_unlock;
2543 }
2544
2545 len = le16_to_cpu(essidbuf.len);
2546
2547 memset(buf, 0, IW_ESSID_MAX_SIZE+1);
2548 memcpy(buf, p, len);
2549 buf[len] = '\0';
2550
2551 fail_unlock:
2552 orinoco_unlock(priv, &flags);
2553
2554 return err;
2555}
2556
2557static long orinoco_hw_get_freq(struct orinoco_private *priv)
2558{
2559
2560 hermes_t *hw = &priv->hw;
2561 int err = 0;
2562 u16 channel;
2563 long freq = 0;
2564 unsigned long flags;
2565
2566 if (orinoco_lock(priv, &flags) != 0)
2567 return -EBUSY;
2568
2569 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_CURRENTCHANNEL, &channel);
2570 if (err)
2571 goto out;
2572
2573 /* Intersil firmware 1.3.5 returns 0 when the interface is down */
2574 if (channel == 0) {
2575 err = -EBUSY;
2576 goto out;
2577 }
2578
2579 if ( (channel < 1) || (channel > NUM_CHANNELS) ) {
2580 printk(KERN_WARNING "%s: Channel out of range (%d)!\n",
2581 priv->ndev->name, channel);
2582 err = -EBUSY;
2583 goto out;
2584
2585 }
2586 freq = channel_frequency[channel-1] * 100000;
2587
2588 out:
2589 orinoco_unlock(priv, &flags);
2590
2591 if (err > 0)
2592 err = -EBUSY;
2593 return err ? err : freq;
2594}
2595
2596static int orinoco_hw_get_bitratelist(struct orinoco_private *priv,
2597 int *numrates, s32 *rates, int max)
2598{
2599 hermes_t *hw = &priv->hw;
2600 struct hermes_idstring list;
2601 unsigned char *p = (unsigned char *)&list.val;
2602 int err = 0;
2603 int num;
2604 int i;
2605 unsigned long flags;
2606
2607 if (orinoco_lock(priv, &flags) != 0)
2608 return -EBUSY;
2609
2610 err = hermes_read_ltv(hw, USER_BAP, HERMES_RID_SUPPORTEDDATARATES,
2611 sizeof(list), NULL, &list);
2612 orinoco_unlock(priv, &flags);
2613
2614 if (err)
2615 return err;
2616
2617 num = le16_to_cpu(list.len);
2618 *numrates = num;
2619 num = min(num, max);
2620
2621 for (i = 0; i < num; i++) {
2622 rates[i] = (p[i] & 0x7f) * 500000; /* convert to bps */
2623 }
2624
2625 return 0;
2626}
2627
2628static int orinoco_ioctl_getiwrange(struct net_device *dev, struct iw_point *rrq)
2629{
2630 struct orinoco_private *priv = netdev_priv(dev);
2631 int err = 0;
2632 int mode;
2633 struct iw_range range;
2634 int numrates;
2635 int i, k;
2636 unsigned long flags;
2637
2638 TRACE_ENTER(dev->name);
2639
2640 if (!access_ok(VERIFY_WRITE, rrq->pointer, sizeof(range)))
2641 return -EFAULT;
2642
2643 rrq->length = sizeof(range);
2644
2645 if (orinoco_lock(priv, &flags) != 0)
2646 return -EBUSY;
2647
2648 mode = priv->iw_mode;
2649 orinoco_unlock(priv, &flags);
2650
2651 memset(&range, 0, sizeof(range));
2652
2653 /* Much of this shamelessly taken from wvlan_cs.c. No idea
2654 * what it all means -dgibson */
2655 range.we_version_compiled = WIRELESS_EXT;
2656 range.we_version_source = 11;
2657
2658 range.min_nwid = range.max_nwid = 0; /* We don't use nwids */
2659
2660 /* Set available channels/frequencies */
2661 range.num_channels = NUM_CHANNELS;
2662 k = 0;
2663 for (i = 0; i < NUM_CHANNELS; i++) {
2664 if (priv->channel_mask & (1 << i)) {
2665 range.freq[k].i = i + 1;
2666 range.freq[k].m = channel_frequency[i] * 100000;
2667 range.freq[k].e = 1;
2668 k++;
2669 }
2670
2671 if (k >= IW_MAX_FREQUENCIES)
2672 break;
2673 }
2674 range.num_frequency = k;
2675
2676 range.sensitivity = 3;
2677
2678 if ((mode == IW_MODE_ADHOC) && (priv->spy_number == 0)){
2679 /* Quality stats meaningless in ad-hoc mode */
2680 range.max_qual.qual = 0;
2681 range.max_qual.level = 0;
2682 range.max_qual.noise = 0;
2683 range.avg_qual.qual = 0;
2684 range.avg_qual.level = 0;
2685 range.avg_qual.noise = 0;
2686 } else {
2687 range.max_qual.qual = 0x8b - 0x2f;
2688 range.max_qual.level = 0x2f - 0x95 - 1;
2689 range.max_qual.noise = 0x2f - 0x95 - 1;
2690 /* Need to get better values */
2691 range.avg_qual.qual = 0x24;
2692 range.avg_qual.level = 0xC2;
2693 range.avg_qual.noise = 0x9E;
2694 }
2695
2696 err = orinoco_hw_get_bitratelist(priv, &numrates,
2697 range.bitrate, IW_MAX_BITRATES);
2698 if (err)
2699 return err;
2700 range.num_bitrates = numrates;
2701
2702 /* Set an indication of the max TCP throughput in bit/s that we can
2703 * expect using this interface. May be use for QoS stuff...
2704 * Jean II */
2705 if(numrates > 2)
2706 range.throughput = 5 * 1000 * 1000; /* ~5 Mb/s */
2707 else
2708 range.throughput = 1.5 * 1000 * 1000; /* ~1.5 Mb/s */
2709
2710 range.min_rts = 0;
2711 range.max_rts = 2347;
2712 range.min_frag = 256;
2713 range.max_frag = 2346;
2714
2715 if (orinoco_lock(priv, &flags) != 0)
2716 return -EBUSY;
2717 if (priv->has_wep) {
2718 range.max_encoding_tokens = ORINOCO_MAX_KEYS;
2719
2720 range.encoding_size[0] = SMALL_KEY_SIZE;
2721 range.num_encoding_sizes = 1;
2722
2723 if (priv->has_big_wep) {
2724 range.encoding_size[1] = LARGE_KEY_SIZE;
2725 range.num_encoding_sizes = 2;
2726 }
2727 } else {
2728 range.num_encoding_sizes = 0;
2729 range.max_encoding_tokens = 0;
2730 }
2731 orinoco_unlock(priv, &flags);
2732
2733 range.min_pmp = 0;
2734 range.max_pmp = 65535000;
2735 range.min_pmt = 0;
2736 range.max_pmt = 65535 * 1000; /* ??? */
2737 range.pmp_flags = IW_POWER_PERIOD;
2738 range.pmt_flags = IW_POWER_TIMEOUT;
2739 range.pm_capa = IW_POWER_PERIOD | IW_POWER_TIMEOUT | IW_POWER_UNICAST_R;
2740
2741 range.num_txpower = 1;
2742 range.txpower[0] = 15; /* 15dBm */
2743 range.txpower_capa = IW_TXPOW_DBM;
2744
2745 range.retry_capa = IW_RETRY_LIMIT | IW_RETRY_LIFETIME;
2746 range.retry_flags = IW_RETRY_LIMIT;
2747 range.r_time_flags = IW_RETRY_LIFETIME;
2748 range.min_retry = 0;
2749 range.max_retry = 65535; /* ??? */
2750 range.min_r_time = 0;
2751 range.max_r_time = 65535 * 1000; /* ??? */
2752
2753 if (copy_to_user(rrq->pointer, &range, sizeof(range)))
2754 return -EFAULT;
2755
2756 TRACE_EXIT(dev->name);
2757
2758 return 0;
2759}
2760
2761static int orinoco_ioctl_setiwencode(struct net_device *dev, struct iw_point *erq)
2762{
2763 struct orinoco_private *priv = netdev_priv(dev);
2764 int index = (erq->flags & IW_ENCODE_INDEX) - 1;
2765 int setindex = priv->tx_key;
2766 int enable = priv->wep_on;
2767 int restricted = priv->wep_restrict;
2768 u16 xlen = 0;
2769 int err = 0;
2770 char keybuf[ORINOCO_MAX_KEY_SIZE];
2771 unsigned long flags;
2772
2773 if (! priv->has_wep)
2774 return -EOPNOTSUPP;
2775
2776 if (erq->pointer) {
2777 /* We actually have a key to set - check its length */
2778 if (erq->length > LARGE_KEY_SIZE)
2779 return -E2BIG;
2780
2781 if ( (erq->length > SMALL_KEY_SIZE) && !priv->has_big_wep )
2782 return -E2BIG;
2783
2784 if (copy_from_user(keybuf, erq->pointer, erq->length))
2785 return -EFAULT;
2786 }
2787
2788 if (orinoco_lock(priv, &flags) != 0)
2789 return -EBUSY;
2790
2791 if (erq->pointer) {
2792 if ((index < 0) || (index >= ORINOCO_MAX_KEYS))
2793 index = priv->tx_key;
2794
2795 /* Adjust key length to a supported value */
2796 if (erq->length > SMALL_KEY_SIZE) {
2797 xlen = LARGE_KEY_SIZE;
2798 } else if (erq->length > 0) {
2799 xlen = SMALL_KEY_SIZE;
2800 } else
2801 xlen = 0;
2802
2803 /* Switch on WEP if off */
2804 if ((!enable) && (xlen > 0)) {
2805 setindex = index;
2806 enable = 1;
2807 }
2808 } else {
2809 /* Important note : if the user do "iwconfig eth0 enc off",
2810 * we will arrive there with an index of -1. This is valid
2811 * but need to be taken care off... Jean II */
2812 if ((index < 0) || (index >= ORINOCO_MAX_KEYS)) {
2813 if((index != -1) || (erq->flags == 0)) {
2814 err = -EINVAL;
2815 goto out;
2816 }
2817 } else {
2818 /* Set the index : Check that the key is valid */
2819 if(priv->keys[index].len == 0) {
2820 err = -EINVAL;
2821 goto out;
2822 }
2823 setindex = index;
2824 }
2825 }
2826
2827 if (erq->flags & IW_ENCODE_DISABLED)
2828 enable = 0;
2829 if (erq->flags & IW_ENCODE_OPEN)
2830 restricted = 0;
2831 if (erq->flags & IW_ENCODE_RESTRICTED)
2832 restricted = 1;
2833
2834 if (erq->pointer) {
2835 priv->keys[index].len = cpu_to_le16(xlen);
2836 memset(priv->keys[index].data, 0,
2837 sizeof(priv->keys[index].data));
2838 memcpy(priv->keys[index].data, keybuf, erq->length);
2839 }
2840 priv->tx_key = setindex;
2841
2842 /* Try fast key change if connected and only keys are changed */
2843 if (priv->wep_on && enable && (priv->wep_restrict == restricted) &&
2844 netif_carrier_ok(dev)) {
2845 err = __orinoco_hw_setup_wepkeys(priv);
2846 /* No need to commit if successful */
2847 goto out;
2848 }
2849
2850 priv->wep_on = enable;
2851 priv->wep_restrict = restricted;
2852
2853 out:
2854 orinoco_unlock(priv, &flags);
2855
2856 return err;
2857}
2858
2859static int orinoco_ioctl_getiwencode(struct net_device *dev, struct iw_point *erq)
2860{
2861 struct orinoco_private *priv = netdev_priv(dev);
2862 int index = (erq->flags & IW_ENCODE_INDEX) - 1;
2863 u16 xlen = 0;
2864 char keybuf[ORINOCO_MAX_KEY_SIZE];
2865 unsigned long flags;
2866
2867 if (! priv->has_wep)
2868 return -EOPNOTSUPP;
2869
2870 if (orinoco_lock(priv, &flags) != 0)
2871 return -EBUSY;
2872
2873 if ((index < 0) || (index >= ORINOCO_MAX_KEYS))
2874 index = priv->tx_key;
2875
2876 erq->flags = 0;
2877 if (! priv->wep_on)
2878 erq->flags |= IW_ENCODE_DISABLED;
2879 erq->flags |= index + 1;
2880
2881 if (priv->wep_restrict)
2882 erq->flags |= IW_ENCODE_RESTRICTED;
2883 else
2884 erq->flags |= IW_ENCODE_OPEN;
2885
2886 xlen = le16_to_cpu(priv->keys[index].len);
2887
2888 erq->length = xlen;
2889
2890 memcpy(keybuf, priv->keys[index].data, ORINOCO_MAX_KEY_SIZE);
2891
2892 orinoco_unlock(priv, &flags);
2893
2894 if (erq->pointer) {
2895 if (copy_to_user(erq->pointer, keybuf, xlen))
2896 return -EFAULT;
2897 }
2898
2899 return 0;
2900}
2901
2902static int orinoco_ioctl_setessid(struct net_device *dev, struct iw_point *erq)
2903{
2904 struct orinoco_private *priv = netdev_priv(dev);
2905 char essidbuf[IW_ESSID_MAX_SIZE+1];
2906 unsigned long flags;
2907
2908 /* Note : ESSID is ignored in Ad-Hoc demo mode, but we can set it
2909 * anyway... - Jean II */
2910
2911 memset(&essidbuf, 0, sizeof(essidbuf));
2912
2913 if (erq->flags) {
Christoph Hellwigd0e3e872005-05-14 17:29:58 +02002914 /* iwconfig includes the NUL in the specified length */
2915 if (erq->length > IW_ESSID_MAX_SIZE+1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916 return -E2BIG;
2917
2918 if (copy_from_user(&essidbuf, erq->pointer, erq->length))
2919 return -EFAULT;
2920
Christoph Hellwigd0e3e872005-05-14 17:29:58 +02002921 essidbuf[IW_ESSID_MAX_SIZE] = '\0';
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922 }
2923
2924 if (orinoco_lock(priv, &flags) != 0)
2925 return -EBUSY;
2926
2927 memcpy(priv->desired_essid, essidbuf, sizeof(priv->desired_essid));
2928
2929 orinoco_unlock(priv, &flags);
2930
2931 return 0;
2932}
2933
2934static int orinoco_ioctl_getessid(struct net_device *dev, struct iw_point *erq)
2935{
2936 struct orinoco_private *priv = netdev_priv(dev);
2937 char essidbuf[IW_ESSID_MAX_SIZE+1];
2938 int active;
2939 int err = 0;
2940 unsigned long flags;
2941
2942 TRACE_ENTER(dev->name);
2943
2944 if (netif_running(dev)) {
2945 err = orinoco_hw_get_essid(priv, &active, essidbuf);
2946 if (err)
2947 return err;
2948 } else {
2949 if (orinoco_lock(priv, &flags) != 0)
2950 return -EBUSY;
2951 memcpy(essidbuf, priv->desired_essid, sizeof(essidbuf));
2952 orinoco_unlock(priv, &flags);
2953 }
2954
2955 erq->flags = 1;
2956 erq->length = strlen(essidbuf) + 1;
2957 if (erq->pointer)
2958 if (copy_to_user(erq->pointer, essidbuf, erq->length))
2959 return -EFAULT;
2960
2961 TRACE_EXIT(dev->name);
2962
2963 return 0;
2964}
2965
2966static int orinoco_ioctl_setnick(struct net_device *dev, struct iw_point *nrq)
2967{
2968 struct orinoco_private *priv = netdev_priv(dev);
2969 char nickbuf[IW_ESSID_MAX_SIZE+1];
2970 unsigned long flags;
2971
2972 if (nrq->length > IW_ESSID_MAX_SIZE)
2973 return -E2BIG;
2974
2975 memset(nickbuf, 0, sizeof(nickbuf));
2976
2977 if (copy_from_user(nickbuf, nrq->pointer, nrq->length))
2978 return -EFAULT;
2979
2980 nickbuf[nrq->length] = '\0';
2981
2982 if (orinoco_lock(priv, &flags) != 0)
2983 return -EBUSY;
2984
2985 memcpy(priv->nick, nickbuf, sizeof(priv->nick));
2986
2987 orinoco_unlock(priv, &flags);
2988
2989 return 0;
2990}
2991
2992static int orinoco_ioctl_getnick(struct net_device *dev, struct iw_point *nrq)
2993{
2994 struct orinoco_private *priv = netdev_priv(dev);
2995 char nickbuf[IW_ESSID_MAX_SIZE+1];
2996 unsigned long flags;
2997
2998 if (orinoco_lock(priv, &flags) != 0)
2999 return -EBUSY;
3000
3001 memcpy(nickbuf, priv->nick, IW_ESSID_MAX_SIZE+1);
3002 orinoco_unlock(priv, &flags);
3003
3004 nrq->length = strlen(nickbuf)+1;
3005
3006 if (copy_to_user(nrq->pointer, nickbuf, sizeof(nickbuf)))
3007 return -EFAULT;
3008
3009 return 0;
3010}
3011
3012static int orinoco_ioctl_setfreq(struct net_device *dev, struct iw_freq *frq)
3013{
3014 struct orinoco_private *priv = netdev_priv(dev);
3015 int chan = -1;
3016 unsigned long flags;
3017
3018 /* We can only use this in Ad-Hoc demo mode to set the operating
3019 * frequency, or in IBSS mode to set the frequency where the IBSS
3020 * will be created - Jean II */
3021 if (priv->iw_mode != IW_MODE_ADHOC)
3022 return -EOPNOTSUPP;
3023
3024 if ( (frq->e == 0) && (frq->m <= 1000) ) {
3025 /* Setting by channel number */
3026 chan = frq->m;
3027 } else {
3028 /* Setting by frequency - search the table */
3029 int mult = 1;
3030 int i;
3031
3032 for (i = 0; i < (6 - frq->e); i++)
3033 mult *= 10;
3034
3035 for (i = 0; i < NUM_CHANNELS; i++)
3036 if (frq->m == (channel_frequency[i] * mult))
3037 chan = i+1;
3038 }
3039
3040 if ( (chan < 1) || (chan > NUM_CHANNELS) ||
3041 ! (priv->channel_mask & (1 << (chan-1)) ) )
3042 return -EINVAL;
3043
3044 if (orinoco_lock(priv, &flags) != 0)
3045 return -EBUSY;
3046 priv->channel = chan;
3047 orinoco_unlock(priv, &flags);
3048
3049 return 0;
3050}
3051
3052static int orinoco_ioctl_getsens(struct net_device *dev, struct iw_param *srq)
3053{
3054 struct orinoco_private *priv = netdev_priv(dev);
3055 hermes_t *hw = &priv->hw;
3056 u16 val;
3057 int err;
3058 unsigned long flags;
3059
3060 if (!priv->has_sensitivity)
3061 return -EOPNOTSUPP;
3062
3063 if (orinoco_lock(priv, &flags) != 0)
3064 return -EBUSY;
3065 err = hermes_read_wordrec(hw, USER_BAP,
3066 HERMES_RID_CNFSYSTEMSCALE, &val);
3067 orinoco_unlock(priv, &flags);
3068
3069 if (err)
3070 return err;
3071
3072 srq->value = val;
3073 srq->fixed = 0; /* auto */
3074
3075 return 0;
3076}
3077
3078static int orinoco_ioctl_setsens(struct net_device *dev, struct iw_param *srq)
3079{
3080 struct orinoco_private *priv = netdev_priv(dev);
3081 int val = srq->value;
3082 unsigned long flags;
3083
3084 if (!priv->has_sensitivity)
3085 return -EOPNOTSUPP;
3086
3087 if ((val < 1) || (val > 3))
3088 return -EINVAL;
3089
3090 if (orinoco_lock(priv, &flags) != 0)
3091 return -EBUSY;
3092 priv->ap_density = val;
3093 orinoco_unlock(priv, &flags);
3094
3095 return 0;
3096}
3097
3098static int orinoco_ioctl_setrts(struct net_device *dev, struct iw_param *rrq)
3099{
3100 struct orinoco_private *priv = netdev_priv(dev);
3101 int val = rrq->value;
3102 unsigned long flags;
3103
3104 if (rrq->disabled)
3105 val = 2347;
3106
3107 if ( (val < 0) || (val > 2347) )
3108 return -EINVAL;
3109
3110 if (orinoco_lock(priv, &flags) != 0)
3111 return -EBUSY;
3112
3113 priv->rts_thresh = val;
3114 orinoco_unlock(priv, &flags);
3115
3116 return 0;
3117}
3118
3119static int orinoco_ioctl_setfrag(struct net_device *dev, struct iw_param *frq)
3120{
3121 struct orinoco_private *priv = netdev_priv(dev);
3122 int err = 0;
3123 unsigned long flags;
3124
3125 if (orinoco_lock(priv, &flags) != 0)
3126 return -EBUSY;
3127
3128 if (priv->has_mwo) {
3129 if (frq->disabled)
3130 priv->mwo_robust = 0;
3131 else {
3132 if (frq->fixed)
3133 printk(KERN_WARNING "%s: Fixed fragmentation is "
3134 "not supported on this firmware. "
3135 "Using MWO robust instead.\n", dev->name);
3136 priv->mwo_robust = 1;
3137 }
3138 } else {
3139 if (frq->disabled)
3140 priv->frag_thresh = 2346;
3141 else {
3142 if ( (frq->value < 256) || (frq->value > 2346) )
3143 err = -EINVAL;
3144 else
3145 priv->frag_thresh = frq->value & ~0x1; /* must be even */
3146 }
3147 }
3148
3149 orinoco_unlock(priv, &flags);
3150
3151 return err;
3152}
3153
3154static int orinoco_ioctl_getfrag(struct net_device *dev, struct iw_param *frq)
3155{
3156 struct orinoco_private *priv = netdev_priv(dev);
3157 hermes_t *hw = &priv->hw;
3158 int err = 0;
3159 u16 val;
3160 unsigned long flags;
3161
3162 if (orinoco_lock(priv, &flags) != 0)
3163 return -EBUSY;
3164
3165 if (priv->has_mwo) {
3166 err = hermes_read_wordrec(hw, USER_BAP,
3167 HERMES_RID_CNFMWOROBUST_AGERE,
3168 &val);
3169 if (err)
3170 val = 0;
3171
3172 frq->value = val ? 2347 : 0;
3173 frq->disabled = ! val;
3174 frq->fixed = 0;
3175 } else {
3176 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_CNFFRAGMENTATIONTHRESHOLD,
3177 &val);
3178 if (err)
3179 val = 0;
3180
3181 frq->value = val;
3182 frq->disabled = (val >= 2346);
3183 frq->fixed = 1;
3184 }
3185
3186 orinoco_unlock(priv, &flags);
3187
3188 return err;
3189}
3190
3191static int orinoco_ioctl_setrate(struct net_device *dev, struct iw_param *rrq)
3192{
3193 struct orinoco_private *priv = netdev_priv(dev);
3194 int err = 0;
3195 int ratemode = -1;
3196 int bitrate; /* 100s of kilobits */
3197 int i;
3198 unsigned long flags;
3199
3200 /* As the user space doesn't know our highest rate, it uses -1
3201 * to ask us to set the highest rate. Test it using "iwconfig
3202 * ethX rate auto" - Jean II */
3203 if (rrq->value == -1)
3204 bitrate = 110;
3205 else {
3206 if (rrq->value % 100000)
3207 return -EINVAL;
3208 bitrate = rrq->value / 100000;
3209 }
3210
3211 if ( (bitrate != 10) && (bitrate != 20) &&
3212 (bitrate != 55) && (bitrate != 110) )
3213 return -EINVAL;
3214
3215 for (i = 0; i < BITRATE_TABLE_SIZE; i++)
3216 if ( (bitrate_table[i].bitrate == bitrate) &&
3217 (bitrate_table[i].automatic == ! rrq->fixed) ) {
3218 ratemode = i;
3219 break;
3220 }
3221
3222 if (ratemode == -1)
3223 return -EINVAL;
3224
3225 if (orinoco_lock(priv, &flags) != 0)
3226 return -EBUSY;
3227 priv->bitratemode = ratemode;
3228 orinoco_unlock(priv, &flags);
3229
3230 return err;
3231}
3232
3233static int orinoco_ioctl_getrate(struct net_device *dev, struct iw_param *rrq)
3234{
3235 struct orinoco_private *priv = netdev_priv(dev);
3236 hermes_t *hw = &priv->hw;
3237 int err = 0;
3238 int ratemode;
3239 int i;
3240 u16 val;
3241 unsigned long flags;
3242
3243 if (orinoco_lock(priv, &flags) != 0)
3244 return -EBUSY;
3245
3246 ratemode = priv->bitratemode;
3247
3248 BUG_ON((ratemode < 0) || (ratemode >= BITRATE_TABLE_SIZE));
3249
3250 rrq->value = bitrate_table[ratemode].bitrate * 100000;
3251 rrq->fixed = ! bitrate_table[ratemode].automatic;
3252 rrq->disabled = 0;
3253
3254 /* If the interface is running we try to find more about the
3255 current mode */
3256 if (netif_running(dev)) {
3257 err = hermes_read_wordrec(hw, USER_BAP,
3258 HERMES_RID_CURRENTTXRATE, &val);
3259 if (err)
3260 goto out;
3261
3262 switch (priv->firmware_type) {
3263 case FIRMWARE_TYPE_AGERE: /* Lucent style rate */
3264 /* Note : in Lucent firmware, the return value of
3265 * HERMES_RID_CURRENTTXRATE is the bitrate in Mb/s,
3266 * and therefore is totally different from the
3267 * encoding of HERMES_RID_CNFTXRATECONTROL.
3268 * Don't forget that 6Mb/s is really 5.5Mb/s */
3269 if (val == 6)
3270 rrq->value = 5500000;
3271 else
3272 rrq->value = val * 1000000;
3273 break;
3274 case FIRMWARE_TYPE_INTERSIL: /* Intersil style rate */
3275 case FIRMWARE_TYPE_SYMBOL: /* Symbol style rate */
3276 for (i = 0; i < BITRATE_TABLE_SIZE; i++)
3277 if (bitrate_table[i].intersil_txratectrl == val) {
3278 ratemode = i;
3279 break;
3280 }
3281 if (i >= BITRATE_TABLE_SIZE)
3282 printk(KERN_INFO "%s: Unable to determine current bitrate (0x%04hx)\n",
3283 dev->name, val);
3284
3285 rrq->value = bitrate_table[ratemode].bitrate * 100000;
3286 break;
3287 default:
3288 BUG();
3289 }
3290 }
3291
3292 out:
3293 orinoco_unlock(priv, &flags);
3294
3295 return err;
3296}
3297
3298static int orinoco_ioctl_setpower(struct net_device *dev, struct iw_param *prq)
3299{
3300 struct orinoco_private *priv = netdev_priv(dev);
3301 int err = 0;
3302 unsigned long flags;
3303
3304 if (orinoco_lock(priv, &flags) != 0)
3305 return -EBUSY;
3306
3307 if (prq->disabled) {
3308 priv->pm_on = 0;
3309 } else {
3310 switch (prq->flags & IW_POWER_MODE) {
3311 case IW_POWER_UNICAST_R:
3312 priv->pm_mcast = 0;
3313 priv->pm_on = 1;
3314 break;
3315 case IW_POWER_ALL_R:
3316 priv->pm_mcast = 1;
3317 priv->pm_on = 1;
3318 break;
3319 case IW_POWER_ON:
3320 /* No flags : but we may have a value - Jean II */
3321 break;
3322 default:
3323 err = -EINVAL;
3324 }
3325 if (err)
3326 goto out;
3327
3328 if (prq->flags & IW_POWER_TIMEOUT) {
3329 priv->pm_on = 1;
3330 priv->pm_timeout = prq->value / 1000;
3331 }
3332 if (prq->flags & IW_POWER_PERIOD) {
3333 priv->pm_on = 1;
3334 priv->pm_period = prq->value / 1000;
3335 }
3336 /* It's valid to not have a value if we are just toggling
3337 * the flags... Jean II */
3338 if(!priv->pm_on) {
3339 err = -EINVAL;
3340 goto out;
3341 }
3342 }
3343
3344 out:
3345 orinoco_unlock(priv, &flags);
3346
3347 return err;
3348}
3349
3350static int orinoco_ioctl_getpower(struct net_device *dev, struct iw_param *prq)
3351{
3352 struct orinoco_private *priv = netdev_priv(dev);
3353 hermes_t *hw = &priv->hw;
3354 int err = 0;
3355 u16 enable, period, timeout, mcast;
3356 unsigned long flags;
3357
3358 if (orinoco_lock(priv, &flags) != 0)
3359 return -EBUSY;
3360
3361 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_CNFPMENABLED, &enable);
3362 if (err)
3363 goto out;
3364
3365 err = hermes_read_wordrec(hw, USER_BAP,
3366 HERMES_RID_CNFMAXSLEEPDURATION, &period);
3367 if (err)
3368 goto out;
3369
3370 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_CNFPMHOLDOVERDURATION, &timeout);
3371 if (err)
3372 goto out;
3373
3374 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_CNFMULTICASTRECEIVE, &mcast);
3375 if (err)
3376 goto out;
3377
3378 prq->disabled = !enable;
3379 /* Note : by default, display the period */
3380 if ((prq->flags & IW_POWER_TYPE) == IW_POWER_TIMEOUT) {
3381 prq->flags = IW_POWER_TIMEOUT;
3382 prq->value = timeout * 1000;
3383 } else {
3384 prq->flags = IW_POWER_PERIOD;
3385 prq->value = period * 1000;
3386 }
3387 if (mcast)
3388 prq->flags |= IW_POWER_ALL_R;
3389 else
3390 prq->flags |= IW_POWER_UNICAST_R;
3391
3392 out:
3393 orinoco_unlock(priv, &flags);
3394
3395 return err;
3396}
3397
3398static int orinoco_ioctl_getretry(struct net_device *dev, struct iw_param *rrq)
3399{
3400 struct orinoco_private *priv = netdev_priv(dev);
3401 hermes_t *hw = &priv->hw;
3402 int err = 0;
3403 u16 short_limit, long_limit, lifetime;
3404 unsigned long flags;
3405
3406 if (orinoco_lock(priv, &flags) != 0)
3407 return -EBUSY;
3408
3409 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_SHORTRETRYLIMIT,
3410 &short_limit);
3411 if (err)
3412 goto out;
3413
3414 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_LONGRETRYLIMIT,
3415 &long_limit);
3416 if (err)
3417 goto out;
3418
3419 err = hermes_read_wordrec(hw, USER_BAP, HERMES_RID_MAXTRANSMITLIFETIME,
3420 &lifetime);
3421 if (err)
3422 goto out;
3423
3424 rrq->disabled = 0; /* Can't be disabled */
3425
3426 /* Note : by default, display the retry number */
3427 if ((rrq->flags & IW_RETRY_TYPE) == IW_RETRY_LIFETIME) {
3428 rrq->flags = IW_RETRY_LIFETIME;
3429 rrq->value = lifetime * 1000; /* ??? */
3430 } else {
3431 /* By default, display the min number */
3432 if ((rrq->flags & IW_RETRY_MAX)) {
3433 rrq->flags = IW_RETRY_LIMIT | IW_RETRY_MAX;
3434 rrq->value = long_limit;
3435 } else {
3436 rrq->flags = IW_RETRY_LIMIT;
3437 rrq->value = short_limit;
3438 if(short_limit != long_limit)
3439 rrq->flags |= IW_RETRY_MIN;
3440 }
3441 }
3442
3443 out:
3444 orinoco_unlock(priv, &flags);
3445
3446 return err;
3447}
3448
3449static int orinoco_ioctl_setibssport(struct net_device *dev, struct iwreq *wrq)
3450{
3451 struct orinoco_private *priv = netdev_priv(dev);
3452 int val = *( (int *) wrq->u.name );
3453 unsigned long flags;
3454
3455 if (orinoco_lock(priv, &flags) != 0)
3456 return -EBUSY;
3457
3458 priv->ibss_port = val ;
3459
3460 /* Actually update the mode we are using */
3461 set_port_type(priv);
3462
3463 orinoco_unlock(priv, &flags);
3464 return 0;
3465}
3466
3467static int orinoco_ioctl_getibssport(struct net_device *dev, struct iwreq *wrq)
3468{
3469 struct orinoco_private *priv = netdev_priv(dev);
3470 int *val = (int *)wrq->u.name;
3471 unsigned long flags;
3472
3473 if (orinoco_lock(priv, &flags) != 0)
3474 return -EBUSY;
3475
3476 *val = priv->ibss_port;
3477 orinoco_unlock(priv, &flags);
3478
3479 return 0;
3480}
3481
3482static int orinoco_ioctl_setport3(struct net_device *dev, struct iwreq *wrq)
3483{
3484 struct orinoco_private *priv = netdev_priv(dev);
3485 int val = *( (int *) wrq->u.name );
3486 int err = 0;
3487 unsigned long flags;
3488
3489 if (orinoco_lock(priv, &flags) != 0)
3490 return -EBUSY;
3491
3492 switch (val) {
3493 case 0: /* Try to do IEEE ad-hoc mode */
3494 if (! priv->has_ibss) {
3495 err = -EINVAL;
3496 break;
3497 }
3498 priv->prefer_port3 = 0;
3499
3500 break;
3501
3502 case 1: /* Try to do Lucent proprietary ad-hoc mode */
3503 if (! priv->has_port3) {
3504 err = -EINVAL;
3505 break;
3506 }
3507 priv->prefer_port3 = 1;
3508 break;
3509
3510 default:
3511 err = -EINVAL;
3512 }
3513
3514 if (! err)
3515 /* Actually update the mode we are using */
3516 set_port_type(priv);
3517
3518 orinoco_unlock(priv, &flags);
3519
3520 return err;
3521}
3522
3523static int orinoco_ioctl_getport3(struct net_device *dev, struct iwreq *wrq)
3524{
3525 struct orinoco_private *priv = netdev_priv(dev);
3526 int *val = (int *)wrq->u.name;
3527 unsigned long flags;
3528
3529 if (orinoco_lock(priv, &flags) != 0)
3530 return -EBUSY;
3531
3532 *val = priv->prefer_port3;
3533 orinoco_unlock(priv, &flags);
3534 return 0;
3535}
3536
3537/* Spy is used for link quality/strength measurements in Ad-Hoc mode
3538 * Jean II */
3539static int orinoco_ioctl_setspy(struct net_device *dev, struct iw_point *srq)
3540{
3541 struct orinoco_private *priv = netdev_priv(dev);
3542 struct sockaddr address[IW_MAX_SPY];
3543 int number = srq->length;
3544 int i;
3545 int err = 0;
3546 unsigned long flags;
3547
3548 /* Check the number of addresses */
3549 if (number > IW_MAX_SPY)
3550 return -E2BIG;
3551
3552 /* Get the data in the driver */
3553 if (srq->pointer) {
3554 if (copy_from_user(address, srq->pointer,
3555 sizeof(struct sockaddr) * number))
3556 return -EFAULT;
3557 }
3558
3559 /* Make sure nobody mess with the structure while we do */
3560 if (orinoco_lock(priv, &flags) != 0)
3561 return -EBUSY;
3562
3563 /* orinoco_lock() doesn't disable interrupts, so make sure the
3564 * interrupt rx path don't get confused while we copy */
3565 priv->spy_number = 0;
3566
3567 if (number > 0) {
3568 /* Extract the addresses */
3569 for (i = 0; i < number; i++)
3570 memcpy(priv->spy_address[i], address[i].sa_data,
3571 ETH_ALEN);
3572 /* Reset stats */
3573 memset(priv->spy_stat, 0,
3574 sizeof(struct iw_quality) * IW_MAX_SPY);
3575 /* Set number of addresses */
3576 priv->spy_number = number;
3577 }
3578
3579 /* Now, let the others play */
3580 orinoco_unlock(priv, &flags);
3581
3582 return err;
3583}
3584
3585static int orinoco_ioctl_getspy(struct net_device *dev, struct iw_point *srq)
3586{
3587 struct orinoco_private *priv = netdev_priv(dev);
3588 struct sockaddr address[IW_MAX_SPY];
3589 struct iw_quality spy_stat[IW_MAX_SPY];
3590 int number;
3591 int i;
3592 unsigned long flags;
3593
3594 if (orinoco_lock(priv, &flags) != 0)
3595 return -EBUSY;
3596
3597 number = priv->spy_number;
3598 if ((number > 0) && (srq->pointer)) {
3599 /* Create address struct */
3600 for (i = 0; i < number; i++) {
3601 memcpy(address[i].sa_data, priv->spy_address[i],
3602 ETH_ALEN);
3603 address[i].sa_family = AF_UNIX;
3604 }
3605 /* Copy stats */
3606 /* In theory, we should disable irqs while copying the stats
3607 * because the rx path might update it in the middle...
3608 * Bah, who care ? - Jean II */
3609 memcpy(&spy_stat, priv->spy_stat,
3610 sizeof(struct iw_quality) * IW_MAX_SPY);
3611 for (i=0; i < number; i++)
3612 priv->spy_stat[i].updated = 0;
3613 }
3614
3615 orinoco_unlock(priv, &flags);
3616
3617 /* Push stuff to user space */
3618 srq->length = number;
3619 if(copy_to_user(srq->pointer, address,
3620 sizeof(struct sockaddr) * number))
3621 return -EFAULT;
3622 if(copy_to_user(srq->pointer + (sizeof(struct sockaddr)*number),
3623 &spy_stat, sizeof(struct iw_quality) * number))
3624 return -EFAULT;
3625
3626 return 0;
3627}
3628
3629static int
3630orinoco_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
3631{
3632 struct orinoco_private *priv = netdev_priv(dev);
3633 struct iwreq *wrq = (struct iwreq *)rq;
3634 int err = 0;
3635 int tmp;
3636 int changed = 0;
3637 unsigned long flags;
3638
3639 TRACE_ENTER(dev->name);
3640
3641 /* In theory, we could allow most of the the SET stuff to be
3642 * done. In practice, the lapse of time at startup when the
3643 * card is not ready is very short, so why bother... Note
3644 * that netif_device_present is different from up/down
3645 * (ifconfig), when the device is not yet up, it is usually
3646 * already ready... Jean II */
3647 if (! netif_device_present(dev))
3648 return -ENODEV;
3649
3650 switch (cmd) {
3651 case SIOCGIWNAME:
3652 strcpy(wrq->u.name, "IEEE 802.11-DS");
3653 break;
3654
3655 case SIOCGIWAP:
3656 wrq->u.ap_addr.sa_family = ARPHRD_ETHER;
3657 err = orinoco_hw_get_bssid(priv, wrq->u.ap_addr.sa_data);
3658 break;
3659
3660 case SIOCGIWRANGE:
3661 err = orinoco_ioctl_getiwrange(dev, &wrq->u.data);
3662 break;
3663
3664 case SIOCSIWMODE:
3665 if (orinoco_lock(priv, &flags) != 0)
3666 return -EBUSY;
3667 switch (wrq->u.mode) {
3668 case IW_MODE_ADHOC:
3669 if (! (priv->has_ibss || priv->has_port3) )
3670 err = -EINVAL;
3671 else {
3672 priv->iw_mode = IW_MODE_ADHOC;
3673 changed = 1;
3674 }
3675 break;
3676
3677 case IW_MODE_INFRA:
3678 priv->iw_mode = IW_MODE_INFRA;
3679 changed = 1;
3680 break;
3681
3682 default:
3683 err = -EINVAL;
3684 break;
3685 }
3686 set_port_type(priv);
3687 orinoco_unlock(priv, &flags);
3688 break;
3689
3690 case SIOCGIWMODE:
3691 if (orinoco_lock(priv, &flags) != 0)
3692 return -EBUSY;
3693 wrq->u.mode = priv->iw_mode;
3694 orinoco_unlock(priv, &flags);
3695 break;
3696
3697 case SIOCSIWENCODE:
3698 err = orinoco_ioctl_setiwencode(dev, &wrq->u.encoding);
3699 if (! err)
3700 changed = 1;
3701 break;
3702
3703 case SIOCGIWENCODE:
3704 if (! capable(CAP_NET_ADMIN)) {
3705 err = -EPERM;
3706 break;
3707 }
3708
3709 err = orinoco_ioctl_getiwencode(dev, &wrq->u.encoding);
3710 break;
3711
3712 case SIOCSIWESSID:
3713 err = orinoco_ioctl_setessid(dev, &wrq->u.essid);
3714 if (! err)
3715 changed = 1;
3716 break;
3717
3718 case SIOCGIWESSID:
3719 err = orinoco_ioctl_getessid(dev, &wrq->u.essid);
3720 break;
3721
3722 case SIOCSIWNICKN:
3723 err = orinoco_ioctl_setnick(dev, &wrq->u.data);
3724 if (! err)
3725 changed = 1;
3726 break;
3727
3728 case SIOCGIWNICKN:
3729 err = orinoco_ioctl_getnick(dev, &wrq->u.data);
3730 break;
3731
3732 case SIOCGIWFREQ:
3733 tmp = orinoco_hw_get_freq(priv);
3734 if (tmp < 0) {
3735 err = tmp;
3736 } else {
3737 wrq->u.freq.m = tmp;
3738 wrq->u.freq.e = 1;
3739 }
3740 break;
3741
3742 case SIOCSIWFREQ:
3743 err = orinoco_ioctl_setfreq(dev, &wrq->u.freq);
3744 if (! err)
3745 changed = 1;
3746 break;
3747
3748 case SIOCGIWSENS:
3749 err = orinoco_ioctl_getsens(dev, &wrq->u.sens);
3750 break;
3751
3752 case SIOCSIWSENS:
3753 err = orinoco_ioctl_setsens(dev, &wrq->u.sens);
3754 if (! err)
3755 changed = 1;
3756 break;
3757
3758 case SIOCGIWRTS:
3759 wrq->u.rts.value = priv->rts_thresh;
3760 wrq->u.rts.disabled = (wrq->u.rts.value == 2347);
3761 wrq->u.rts.fixed = 1;
3762 break;
3763
3764 case SIOCSIWRTS:
3765 err = orinoco_ioctl_setrts(dev, &wrq->u.rts);
3766 if (! err)
3767 changed = 1;
3768 break;
3769
3770 case SIOCSIWFRAG:
3771 err = orinoco_ioctl_setfrag(dev, &wrq->u.frag);
3772 if (! err)
3773 changed = 1;
3774 break;
3775
3776 case SIOCGIWFRAG:
3777 err = orinoco_ioctl_getfrag(dev, &wrq->u.frag);
3778 break;
3779
3780 case SIOCSIWRATE:
3781 err = orinoco_ioctl_setrate(dev, &wrq->u.bitrate);
3782 if (! err)
3783 changed = 1;
3784 break;
3785
3786 case SIOCGIWRATE:
3787 err = orinoco_ioctl_getrate(dev, &wrq->u.bitrate);
3788 break;
3789
3790 case SIOCSIWPOWER:
3791 err = orinoco_ioctl_setpower(dev, &wrq->u.power);
3792 if (! err)
3793 changed = 1;
3794 break;
3795
3796 case SIOCGIWPOWER:
3797 err = orinoco_ioctl_getpower(dev, &wrq->u.power);
3798 break;
3799
3800 case SIOCGIWTXPOW:
3801 /* The card only supports one tx power, so this is easy */
3802 wrq->u.txpower.value = 15; /* dBm */
3803 wrq->u.txpower.fixed = 1;
3804 wrq->u.txpower.disabled = 0;
3805 wrq->u.txpower.flags = IW_TXPOW_DBM;
3806 break;
3807
3808 case SIOCSIWRETRY:
3809 err = -EOPNOTSUPP;
3810 break;
3811
3812 case SIOCGIWRETRY:
3813 err = orinoco_ioctl_getretry(dev, &wrq->u.retry);
3814 break;
3815
3816 case SIOCSIWSPY:
3817 err = orinoco_ioctl_setspy(dev, &wrq->u.data);
3818 break;
3819
3820 case SIOCGIWSPY:
3821 err = orinoco_ioctl_getspy(dev, &wrq->u.data);
3822 break;
3823
3824 case SIOCGIWPRIV:
3825 if (wrq->u.data.pointer) {
3826 struct iw_priv_args privtab[] = {
3827 { SIOCIWFIRSTPRIV + 0x0, 0, 0, "force_reset" },
3828 { SIOCIWFIRSTPRIV + 0x1, 0, 0, "card_reset" },
3829 { SIOCIWFIRSTPRIV + 0x2,
3830 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
3831 0, "set_port3" },
3832 { SIOCIWFIRSTPRIV + 0x3, 0,
3833 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
3834 "get_port3" },
3835 { SIOCIWFIRSTPRIV + 0x4,
3836 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
3837 0, "set_preamble" },
3838 { SIOCIWFIRSTPRIV + 0x5, 0,
3839 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
3840 "get_preamble" },
3841 { SIOCIWFIRSTPRIV + 0x6,
3842 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
3843 0, "set_ibssport" },
3844 { SIOCIWFIRSTPRIV + 0x7, 0,
3845 IW_PRIV_TYPE_INT | IW_PRIV_SIZE_FIXED | 1,
3846 "get_ibssport" },
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847 };
3848
3849 wrq->u.data.length = sizeof(privtab) / sizeof(privtab[0]);
3850 if (copy_to_user(wrq->u.data.pointer, privtab, sizeof(privtab)))
3851 err = -EFAULT;
3852 }
3853 break;
3854
3855 case SIOCIWFIRSTPRIV + 0x0: /* force_reset */
3856 case SIOCIWFIRSTPRIV + 0x1: /* card_reset */
3857 if (! capable(CAP_NET_ADMIN)) {
3858 err = -EPERM;
3859 break;
3860 }
3861
3862 printk(KERN_DEBUG "%s: Force scheduling reset!\n", dev->name);
3863
3864 schedule_work(&priv->reset_work);
3865 break;
3866
3867 case SIOCIWFIRSTPRIV + 0x2: /* set_port3 */
3868 if (! capable(CAP_NET_ADMIN)) {
3869 err = -EPERM;
3870 break;
3871 }
3872
3873 err = orinoco_ioctl_setport3(dev, wrq);
3874 if (! err)
3875 changed = 1;
3876 break;
3877
3878 case SIOCIWFIRSTPRIV + 0x3: /* get_port3 */
3879 err = orinoco_ioctl_getport3(dev, wrq);
3880 break;
3881
3882 case SIOCIWFIRSTPRIV + 0x4: /* set_preamble */
3883 if (! capable(CAP_NET_ADMIN)) {
3884 err = -EPERM;
3885 break;
3886 }
3887
3888 /* 802.11b has recently defined some short preamble.
3889 * Basically, the Phy header has been reduced in size.
3890 * This increase performance, especially at high rates
3891 * (the preamble is transmitted at 1Mb/s), unfortunately
3892 * this give compatibility troubles... - Jean II */
3893 if(priv->has_preamble) {
3894 int val = *( (int *) wrq->u.name );
3895
3896 if (orinoco_lock(priv, &flags) != 0)
3897 return -EBUSY;
3898 if (val)
3899 priv->preamble = 1;
3900 else
3901 priv->preamble = 0;
3902 orinoco_unlock(priv, &flags);
3903 changed = 1;
3904 } else
3905 err = -EOPNOTSUPP;
3906 break;
3907
3908 case SIOCIWFIRSTPRIV + 0x5: /* get_preamble */
3909 if(priv->has_preamble) {
3910 int *val = (int *)wrq->u.name;
3911
3912 if (orinoco_lock(priv, &flags) != 0)
3913 return -EBUSY;
3914 *val = priv->preamble;
3915 orinoco_unlock(priv, &flags);
3916 } else
3917 err = -EOPNOTSUPP;
3918 break;
3919 case SIOCIWFIRSTPRIV + 0x6: /* set_ibssport */
3920 if (! capable(CAP_NET_ADMIN)) {
3921 err = -EPERM;
3922 break;
3923 }
3924
3925 err = orinoco_ioctl_setibssport(dev, wrq);
3926 if (! err)
3927 changed = 1;
3928 break;
3929
3930 case SIOCIWFIRSTPRIV + 0x7: /* get_ibssport */
3931 err = orinoco_ioctl_getibssport(dev, wrq);
3932 break;
3933
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934 default:
3935 err = -EOPNOTSUPP;
3936 }
3937
3938 if (! err && changed && netif_running(dev)) {
3939 err = orinoco_reconfigure(dev);
3940 }
3941
3942 TRACE_EXIT(dev->name);
3943
3944 return err;
3945}
3946
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947
3948/********************************************************************/
3949/* Debugging */
3950/********************************************************************/
3951
3952#if 0
3953static void show_rx_frame(struct orinoco_rxframe_hdr *frame)
3954{
3955 printk(KERN_DEBUG "RX descriptor:\n");
3956 printk(KERN_DEBUG " status = 0x%04x\n", frame->desc.status);
3957 printk(KERN_DEBUG " time = 0x%08x\n", frame->desc.time);
3958 printk(KERN_DEBUG " silence = 0x%02x\n", frame->desc.silence);
3959 printk(KERN_DEBUG " signal = 0x%02x\n", frame->desc.signal);
3960 printk(KERN_DEBUG " rate = 0x%02x\n", frame->desc.rate);
3961 printk(KERN_DEBUG " rxflow = 0x%02x\n", frame->desc.rxflow);
3962 printk(KERN_DEBUG " reserved = 0x%08x\n", frame->desc.reserved);
3963
3964 printk(KERN_DEBUG "IEEE 802.11 header:\n");
3965 printk(KERN_DEBUG " frame_ctl = 0x%04x\n",
3966 frame->p80211.frame_ctl);
3967 printk(KERN_DEBUG " duration_id = 0x%04x\n",
3968 frame->p80211.duration_id);
3969 printk(KERN_DEBUG " addr1 = %02x:%02x:%02x:%02x:%02x:%02x\n",
3970 frame->p80211.addr1[0], frame->p80211.addr1[1],
3971 frame->p80211.addr1[2], frame->p80211.addr1[3],
3972 frame->p80211.addr1[4], frame->p80211.addr1[5]);
3973 printk(KERN_DEBUG " addr2 = %02x:%02x:%02x:%02x:%02x:%02x\n",
3974 frame->p80211.addr2[0], frame->p80211.addr2[1],
3975 frame->p80211.addr2[2], frame->p80211.addr2[3],
3976 frame->p80211.addr2[4], frame->p80211.addr2[5]);
3977 printk(KERN_DEBUG " addr3 = %02x:%02x:%02x:%02x:%02x:%02x\n",
3978 frame->p80211.addr3[0], frame->p80211.addr3[1],
3979 frame->p80211.addr3[2], frame->p80211.addr3[3],
3980 frame->p80211.addr3[4], frame->p80211.addr3[5]);
3981 printk(KERN_DEBUG " seq_ctl = 0x%04x\n",
3982 frame->p80211.seq_ctl);
3983 printk(KERN_DEBUG " addr4 = %02x:%02x:%02x:%02x:%02x:%02x\n",
3984 frame->p80211.addr4[0], frame->p80211.addr4[1],
3985 frame->p80211.addr4[2], frame->p80211.addr4[3],
3986 frame->p80211.addr4[4], frame->p80211.addr4[5]);
3987 printk(KERN_DEBUG " data_len = 0x%04x\n",
3988 frame->p80211.data_len);
3989
3990 printk(KERN_DEBUG "IEEE 802.3 header:\n");
3991 printk(KERN_DEBUG " dest = %02x:%02x:%02x:%02x:%02x:%02x\n",
3992 frame->p8023.h_dest[0], frame->p8023.h_dest[1],
3993 frame->p8023.h_dest[2], frame->p8023.h_dest[3],
3994 frame->p8023.h_dest[4], frame->p8023.h_dest[5]);
3995 printk(KERN_DEBUG " src = %02x:%02x:%02x:%02x:%02x:%02x\n",
3996 frame->p8023.h_source[0], frame->p8023.h_source[1],
3997 frame->p8023.h_source[2], frame->p8023.h_source[3],
3998 frame->p8023.h_source[4], frame->p8023.h_source[5]);
3999 printk(KERN_DEBUG " len = 0x%04x\n", frame->p8023.h_proto);
4000
4001 printk(KERN_DEBUG "IEEE 802.2 LLC/SNAP header:\n");
4002 printk(KERN_DEBUG " DSAP = 0x%02x\n", frame->p8022.dsap);
4003 printk(KERN_DEBUG " SSAP = 0x%02x\n", frame->p8022.ssap);
4004 printk(KERN_DEBUG " ctrl = 0x%02x\n", frame->p8022.ctrl);
4005 printk(KERN_DEBUG " OUI = %02x:%02x:%02x\n",
4006 frame->p8022.oui[0], frame->p8022.oui[1], frame->p8022.oui[2]);
4007 printk(KERN_DEBUG " ethertype = 0x%04x\n", frame->ethertype);
4008}
4009#endif /* 0 */
4010
4011/********************************************************************/
4012/* Module initialization */
4013/********************************************************************/
4014
4015EXPORT_SYMBOL(alloc_orinocodev);
4016EXPORT_SYMBOL(free_orinocodev);
4017
4018EXPORT_SYMBOL(__orinoco_up);
4019EXPORT_SYMBOL(__orinoco_down);
4020EXPORT_SYMBOL(orinoco_stop);
4021EXPORT_SYMBOL(orinoco_reinit_firmware);
4022
4023EXPORT_SYMBOL(orinoco_interrupt);
4024
4025/* Can't be declared "const" or the whole __initdata section will
4026 * become const */
4027static char version[] __initdata = DRIVER_NAME " " DRIVER_VERSION
4028 " (David Gibson <hermes@gibson.dropbear.id.au>, "
4029 "Pavel Roskin <proski@gnu.org>, et al)";
4030
4031static int __init init_orinoco(void)
4032{
4033 printk(KERN_DEBUG "%s\n", version);
4034 return 0;
4035}
4036
4037static void __exit exit_orinoco(void)
4038{
4039}
4040
4041module_init(init_orinoco);
4042module_exit(exit_orinoco);