Download zip Select Archive Format
Name Last Update history
File empty ..
File dir hostap Loading commit data...
File dir prism54 Loading commit data...
File txt Kconfig Loading commit data...
File txt Makefile Loading commit data...
File txt README Loading commit data...
File txt airo.c Loading commit data...
File txt airo_cs.c Loading commit data...
File txt airport.c Loading commit data...
File txt arlan-main.c Loading commit data...
File txt arlan-proc.c Loading commit data...
File txt arlan.h Loading commit data...
File txt atmel.c Loading commit data...
File txt atmel.h Loading commit data...
File txt atmel_cs.c Loading commit data...
File txt atmel_pci.c Loading commit data...
File txt hermes.c Loading commit data...
File txt hermes.h Loading commit data...
File txt hermes_rid.h Loading commit data...
File txt i82586.h Loading commit data...
File txt i82593.h Loading commit data...
File txt ipw2100.c Loading commit data...
File txt ipw2100.h Loading commit data...
File txt ipw2200.c Loading commit data...
File txt ipw2200.h Loading commit data...
File txt netwave_cs.c Loading commit data...
File txt orinoco.c Loading commit data...
File txt orinoco.h Loading commit data...
File txt orinoco_cs.c Loading commit data...
File txt orinoco_nortel.c Loading commit data...
File txt orinoco_pci.c Loading commit data...
File txt orinoco_plx.c Loading commit data...
File txt orinoco_tmd.c Loading commit data...
File txt ray_cs.c Loading commit data...
File txt ray_cs.h Loading commit data...
File txt rayctl.h Loading commit data...
File txt spectrum_cs.c Loading commit data...
File txt strip.c Loading commit data...
File txt todo.txt Loading commit data...
File txt wavelan.c Loading commit data...
File txt wavelan.h Loading commit data...
File txt wavelan.p.h Loading commit data...
File txt wavelan_cs.c Loading commit data...
File txt wavelan_cs.h Loading commit data...
File txt wavelan_cs.p.h Loading commit data...
File txt wl3501.h Loading commit data...
File txt wl3501_cs.c Loading commit data...

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