alistair23-linux/drivers/net/wireless
Brice Goglin 0f52bf9058 [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200
There are currently two IPW_DEBUG options in drivers/net/wireless/Kconfig
(one for ipw2100 and one for ipw2200).  The attached patch splits it into
IPW2100_DEBUG and IPW2200_DEBUG.

Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org>
Cc: "James P. Ketrenos" <ipw2100-admin@linux.intel.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-12-01 04:51:34 -05:00
..
hostap [PATCH] hostap: rename hostap.c to hostap_main.c 2005-11-16 14:13:20 -05:00
prism54 [PATCH] prism54 : Remove extraneous udelay/register read 2005-11-18 13:29:41 -05:00
airo.c Merge branch 'upstream-fixes' 2005-12-01 04:51:26 -05:00
airo.h
airo_cs.c
airport.c
arlan-main.c
arlan-proc.c
arlan.h
atmel.c [PATCH] atmel: audit return code of create_proc_read_entry 2005-11-16 14:13:20 -05:00
atmel.h
atmel_cs.c Merge branch 'atmel' 2005-11-11 08:14:56 -05:00
atmel_pci.c
hermes.c [PATCH] drivers/net/wireless/hermes.c unsigned int comparision 2005-11-18 13:31:00 -05:00
hermes.h [wireless hermes] build fix 2005-11-18 15:06:59 -05:00
hermes_rid.h
i82586.h
i82593.h [PATCH] i82593.h: make header comment GPL-compatible 2005-11-18 13:29:06 -05:00
ipw2100.c [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200 2005-12-01 04:51:34 -05:00
ipw2100.h [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200 2005-12-01 04:51:34 -05:00
ipw2200.c [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200 2005-12-01 04:51:34 -05:00
ipw2200.h [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200 2005-12-01 04:51:34 -05:00
Kconfig [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200 2005-12-01 04:51:34 -05:00
Makefile
netwave_cs.c
orinoco.c [PATCH] orinoco: fix setting power management parameters 2005-12-01 02:28:56 -05:00
orinoco.h
orinoco_cs.c
orinoco_nortel.c
orinoco_pci.c
orinoco_plx.c
orinoco_tmd.c
ray_cs.c
ray_cs.h
rayctl.h
README
spectrum_cs.c
strip.c
todo.txt
wavelan.c
wavelan.h
wavelan.p.h
wavelan_cs.c
wavelan_cs.h
wavelan_cs.p.h
wl3501.h
wl3501_cs.c

	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