• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

prism54/01-Feb-2010-7,6205,289

Config.inD01-Feb-20101.9 KiB4637

MakefileD01-Feb-2010774 3420

READMED01-Feb-2010933 2620

airo.cD01-Feb-2010190.5 KiB7,0865,484

airo.hD01-Feb-2010244 96

airo_cs.cD01-Feb-201022.4 KiB696351

airport.cD01-Feb-20107.7 KiB320222

atmel.cD01-Feb-2010116 KiB3,9273,100

atmel_cs.cD01-Feb-201024.3 KiB734399

hermes.cD01-Feb-201014.9 KiB591368

hermes.hD01-Feb-201013.5 KiB459313

hermes_rid.hD01-Feb-20106.4 KiB154141

ieee802_11.hD01-Feb-20102.4 KiB7856

orinoco.cD01-Feb-2010115.5 KiB4,2152,870

orinoco.hD01-Feb-20104.3 KiB158109

orinoco_cs.cD01-Feb-201020.3 KiB706431

orinoco_pci.cD01-Feb-201011.7 KiB404220

orinoco_plx.cD01-Feb-201012.1 KiB366190

orinoco_tmd.cD01-Feb-20106.5 KiB241143

todo.txtD01-Feb-2010832 2520

README

1	README
2	------
3
4	This directory is mostly for Wireless LAN drivers, in their
5various incarnations (ISA, PCI, Pcmcia...).
6	This separate directory is needed because a lot of driver work
7on different bus (typically PCI + Pcmcia) and share 95% of the
8code. This allow the code and the config options to be in one single
9place instead of scattered all over the driver tree, which is never
10100% satisfactory.
11
12	Note : if you want more info on the topic of Wireless LANs,
13you are kindly invited to have a look at the Wireless Howto :
14		http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
15	Some Wireless LAN drivers, like orinoco_cs, require the use of
16Wireless Tools to be configured :
17		http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
18
19	Special notes for distribution maintainers :
20	1) wvlan_cs will be discontinued soon in favor of orinoco_cs
21	2) Please add Wireless Tools support in your scripts
22
23	Have fun...
24
25	Jean
26