kernel-ark/drivers/net/wireless
Jean Tourrilhes aca0b510cd [PATCH] Wavelan_cs bitfield fixes
Some bitfields were incorrectly initialised in wavelan_cs,
causing some compiler warning. Also killed a error message that should
not be there...

Signed-off-by: Jean Tourrilhes <jt@hpl.hp.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2006-02-17 16:15:46 -05:00
..
hostap [PATCH] PCMCIA=m, HOSTAP_CS=y is not a legal configuration 2006-01-30 17:41:36 -05:00
prism54 [PATCH] type-safe min() in prism54 2006-02-08 01:05:26 -05:00
airo_cs.c
airo.c airo: Off-by-one channel fix 2006-01-17 08:01:01 -05:00
airo.h
airport.c
arlan-main.c
arlan-proc.c
arlan.h
atmel_cs.c
atmel_pci.c
atmel.c [PATCH] wireless/atmel: fix Open System authentication process bugs 2006-02-17 08:12:57 -05:00
atmel.h
hermes_rid.h
hermes.c
hermes.h
i82586.h
i82593.h
ipw2100.c [PATCH] ipw2100: Fix setting txpower failed problem 2006-01-30 17:41:35 -05:00
ipw2100.h
ipw2200.c [PATCH] ipw2200: fix ->eeprom[EEPROM_VERSION] check 2006-02-01 08:53:11 -08:00
ipw2200.h
Kconfig [PATCH] wrong firmware location in IPW2100 Kconfig entry 2006-02-10 08:13:12 -08:00
Makefile
netwave_cs.c
orinoco_cs.c [PATCH] orinoco: support smc2532w 2006-02-12 16:10:47 -08:00
orinoco_nortel.c
orinoco_pci.c
orinoco_plx.c
orinoco_tmd.c
orinoco.c
orinoco.h
ray_cs.c [PATCH] drivers/net/wireless: correct reported ssid lengths 2006-01-16 16:51:53 -05:00
ray_cs.h
rayctl.h
README
spectrum_cs.c
strip.c
todo.txt
wavelan_cs.c [PATCH] Wavelan_cs bitfield fixes 2006-02-17 16:15:46 -05:00
wavelan_cs.h
wavelan_cs.p.h
wavelan.c [PATCH] Unlinline a bunch of other functions 2006-01-14 18:27:06 -08:00
wavelan.h
wavelan.p.h
wl3501_cs.c
wl3501.h

	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