linux-stable-rt/drivers/net/wireless
Pavel Roskin b34b867e94 [PATCH] orinoco: orinoco_xmit() should only return valid symbolic constants
Don't ever return -errno from orinoco_xmit() - the network layer doesn't
expect it.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2006-04-24 16:15:50 -04:00
..
bcm43xx [PATCH] bcm43xx: make PIO mode usable 2006-04-24 15:20:24 -04:00
hostap [PATCH] Fix crash on big-endian systems during scan 2006-04-24 15:20:22 -04:00
prism54
Kconfig [PATCH] Revert NET_RADIO Kconfig title change 2006-04-19 17:25:38 -04:00
Makefile
README
airo.c
airo.h
airo_cs.c
airport.c
arlan-main.c
arlan-proc.c
arlan.h
atmel.c
atmel.h
atmel_cs.c
atmel_pci.c
hermes.c [PATCH] orinoco: remove debug buffer code and userspace include support 2006-04-24 16:15:50 -04:00
hermes.h [PATCH] orinoco: remove debug buffer code and userspace include support 2006-04-24 16:15:50 -04:00
hermes_rid.h
i82586.h
i82593.h
ipw2100.c
ipw2100.h
ipw2200.c
ipw2200.h
netwave_cs.c
orinoco.c [PATCH] orinoco: orinoco_xmit() should only return valid symbolic constants 2006-04-24 16:15:50 -04:00
orinoco.h [PATCH] orinoco: remove tracing code, it's unused 2006-04-24 16:15:49 -04:00
orinoco_cs.c [PATCH] orinoco: remove PCMCIA audio support, it's useless for wireless cards 2006-04-24 16:15:49 -04:00
orinoco_nortel.c
orinoco_pci.c
orinoco_plx.c
orinoco_tmd.c
ray_cs.c
ray_cs.h
rayctl.h
spectrum_cs.c [PATCH] orinoco: Symbol card supported by spectrum_cs is LA4137, not LA4100 2006-04-24 16:15:50 -04:00
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

	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