Jar b2e0743a51 [PATCH] pcmcia: remove duplicates in orinoco_cs 20 лет назад
..
prism54 05ab195c98 [PATCH] uninitialized variable in prism54 isl38xx_trigger_device 20 лет назад
Kconfig c8920ba041 [PATCH] wireless: 3CRWE154G72 Kconfig help fix 20 лет назад
Makefile 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
README 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
airo.c 77933d7276 [PATCH] clean up inline static vs static inline 20 лет назад
airo_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 лет назад
airport.c 5e6557722e [PATCH] openfirmware: generate device table for userspace 20 лет назад
arlan-main.c 5ccabb9b45 [PATCH] arlan: module parameter fixes 20 лет назад
arlan-proc.c 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
arlan.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
atmel.c 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
atmel.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
atmel_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 лет назад
atmel_pci.c 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
hermes.c 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
hermes.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
i82586.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
i82593.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
ieee802_11.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
netwave_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 лет назад
orinoco.c 1a9fe638eb wireless/orinoco: remove changelog, bump version 20 лет назад
orinoco.h 1a9fe638eb wireless/orinoco: remove changelog, bump version 20 лет назад
orinoco_cs.c b2e0743a51 [PATCH] pcmcia: remove duplicates in orinoco_cs 20 лет назад
orinoco_pci.c 05adc3b745 [PATCH] u32 vs. pm_message_t fixes for drivers/net 21 лет назад
orinoco_plx.c 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
orinoco_tmd.c 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
ray_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 лет назад
ray_cs.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
strip.c 64ccd715d3 [PATCH] Convert users to tty_unregister_ldisc() 20 лет назад
todo.txt 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
wavelan.c 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
wavelan.p.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
wavelan_cs.c 1e212f3645 [PATCH] pcmcia: move event handler 20 лет назад
wavelan_cs.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
wavelan_cs.p.h 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 лет назад
wl3501.h 1da177e4c3 Linux-2.6.12-rc2 21 лет назад
wl3501_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 лет назад

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