alistair23-linux/drivers/net/wireless
Magnus Damm 5ccabb9b45 [PATCH] arlan: module parameter fixes
Make sure the code compiles with and without ARLAN_ENTRY_EXIT_DEBUGGING.
Only provide parameter descriptions when parameters are defined.
Remove "arlan_"-prefix to shape up built-in parameter names:

arlan.arlan_debug -> arlan.debug
arlan.arlan_EEPROM_bad -> arlan.EEPROM_bad
arlan.arlan_entry_and_exit_debug -> arlan.entry_and_exit_debug
arlan.arlan_entry_debug -> arlan.entry_debug
arlan.arlan_exit_debug -> arlan.exit_debug

Signed-off-by: Magnus Damm <damm@opensource.se>
2005-06-26 18:16:13 -04:00
..
prism54 [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
airo.c [PATCH] Cleanup patch for process freezing 2005-06-25 17:10:13 -07:00
airo_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
airport.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
arlan-main.c [PATCH] arlan: module parameter fixes 2005-06-26 18:16:13 -04:00
arlan-proc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
arlan.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel_cs.c [PATCH] atmel wireless 2005-05-15 18:11:54 -04:00
atmel_pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hermes.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hermes.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hermes_rid.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i82586.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
i82593.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ieee802_11.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig [PATCH] wireless: 3CRWE154G72 Kconfig help fix 2005-05-16 00:04:29 -04:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
netwave_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco.c [PATCH] orinoco: misc fixes 2005-05-15 17:53:26 -04:00
orinoco.h [PATCH] orinoco: make orinoco_stop() static 2005-05-15 17:53:26 -04:00
orinoco_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco_pci.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
orinoco_plx.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco_tmd.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ray_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ray_cs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
rayctl.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
strip.c [PATCH] Convert users to tty_unregister_ldisc() 2005-06-23 09:45:36 -07:00
todo.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan.p.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan_cs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wavelan_cs.p.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wl3501.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wl3501_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00

	README
	------

	This directory is mostly for Wireless LAN drivers, in their
various incarnations (ISA, PCI, Pcmcia...).
	This separate directory is needed because a lot of driver work
on different bus (typically PCI + Pcmcia) and share 95% of the
code. This allow the code and the config options to be in one single
place instead of scattered all over the driver tree, which is never
100% satisfactory.

	Note : if you want more info on the topic of Wireless LANs,
you are kindly invited to have a look at the Wireless Howto :
		http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
	Some Wireless LAN drivers, like orinoco_cs, require the use of
Wireless Tools to be configured :
		http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html

	Special notes for distribution maintainers :
	1) wvlan_cs will be discontinued soon in favor of orinoco_cs
	2) Please add Wireless Tools support in your scripts

	Have fun...

	Jean