Dominik Brodowski 77b73f9b00 [PATCH] pcmcia: id_table for wl3501_cs.c 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 20 سال پیش
README 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
airo.c 62595eb906 [PATCH] wireless: char* -> char[] conversion in airo.c 20 سال پیش
airo_cs.c 7018d06d23 [PATCH] pcmcia: id_table for airo_cs 20 سال پیش
airport.c 05adc3b745 [PATCH] u32 vs. pm_message_t fixes for drivers/net 20 سال پیش
arlan-main.c 5ccabb9b45 [PATCH] arlan: module parameter fixes 20 سال پیش
arlan-proc.c 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
arlan.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
atmel.c 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
atmel.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
atmel_cs.c 4a17a11938 [PATCH] pcmcia: id_table for atmel_cs.c 20 سال پیش
atmel_pci.c 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
hermes.c 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
hermes.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
i82586.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
i82593.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
ieee802_11.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
netwave_cs.c 5d402e95eb [PATCH] pcmcia: id_table for netwave_cs 20 سال پیش
orinoco.c 1a9fe638eb wireless/orinoco: remove changelog, bump version 20 سال پیش
orinoco.h 1a9fe638eb wireless/orinoco: remove changelog, bump version 20 سال پیش
orinoco_cs.c 7422c56da9 [PATCH] pcmcia: id_table for orinoco_cs 20 سال پیش
orinoco_pci.c 05adc3b745 [PATCH] u32 vs. pm_message_t fixes for drivers/net 20 سال پیش
orinoco_plx.c 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
orinoco_tmd.c 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
ray_cs.c f57ea2a232 [PATCH] pcmcia: id_table for ray_cs 20 سال پیش
ray_cs.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
strip.c 64ccd715d3 [PATCH] Convert users to tty_unregister_ldisc() 20 سال پیش
todo.txt 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
wavelan.c 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
wavelan.p.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
wavelan_cs.c b942123bcd [PATCH] pcmcia: id_table for wavelan_cs 20 سال پیش
wavelan_cs.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
wavelan_cs.p.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
wl3501.h 1da177e4c3 Linux-2.6.12-rc2 20 سال پیش
wl3501_cs.c 77b73f9b00 [PATCH] pcmcia: id_table for wl3501_cs.c 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