kernel-ark/drivers/net/wireless
Jeff Garzik b453872c35 [NET] ieee80211 subsystem
Contributors:
Host AP contributors
James Ketrenos <jketreno@linux.intel.com>
Francois Romieu <romieu@fr.zoreil.com>
Adrian Bunk <bunk@stusta.de>
Matthew Galgoci <mgalgoci@parcelfarce.linux.th
eplanet.co.uk>
2005-05-12 22:48:20 -04:00
..
prism54 [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -07:00
airo_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
airo.c [PATCH] u32 vs. pm_message_t fixes for drivers/net 2005-04-16 15:25:25 -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_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel_pci.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
atmel.c [NET] ieee80211 subsystem 2005-05-12 22:48:20 -04:00
atmel.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
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
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
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07: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_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
orinoco.c [NET] ieee80211 subsystem 2005-05-12 22:48:20 -04:00
orinoco.h 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 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_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
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
wl3501_cs.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
wl3501.h [NET] ieee80211 subsystem 2005-05-12 22:48:20 -04: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