4d8e11dcc2 Automatic merge of /spare/repo/netdev-2.6 branch orinoco-hch il y a 20 ans
..
prism54 05adc3b745 [PATCH] u32 vs. pm_message_t fixes for drivers/net il y a 21 ans
Kconfig c8920ba041 [PATCH] wireless: 3CRWE154G72 Kconfig help fix il y a 20 ans
Makefile 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
README 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
airo.c 41480af27a [PATCH] wireless/airo: WEXT and quality corrections il y a 20 ans
airo_cs.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
airport.c 05adc3b745 [PATCH] u32 vs. pm_message_t fixes for drivers/net il y a 21 ans
arlan-main.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
arlan-proc.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
arlan.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
atmel.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
atmel.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
atmel_cs.c e885b5e839 [PATCH] atmel wireless il y a 20 ans
atmel_pci.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
hermes.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
hermes.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
i82586.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
i82593.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
ieee802_11.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
netwave_cs.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
orinoco.c 84d8a2fb56 [PATCH] orinoco: misc fixes il y a 20 ans
orinoco.h ad8f451b41 [PATCH] orinoco: make orinoco_stop() static il y a 20 ans
orinoco_cs.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
orinoco_pci.c 05adc3b745 [PATCH] u32 vs. pm_message_t fixes for drivers/net il y a 21 ans
orinoco_plx.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
orinoco_tmd.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
ray_cs.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
ray_cs.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
strip.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
todo.txt 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
wavelan.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
wavelan.p.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
wavelan_cs.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
wavelan_cs.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
wavelan_cs.p.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
wl3501.h 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans
wl3501_cs.c 1da177e4c3 Linux-2.6.12-rc2 il y a 21 ans

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