linux/drivers/net/wireless
ee03a68c10 Automatic merge of /spare/repo/netdev-2.6 branch airo 2005-05-25 22:09:52 -04:00
..
prism54 [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -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
README Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
airo.c [PATCH] wireless/airo: WEXT and quality corrections 2005-05-15 18:20:57 -04: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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07: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
netwave_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
orinoco.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07: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
strip.c Linux-2.6.12-rc2 2005-04-16 15:20: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

	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