Komuro f39a4aa5ea [PATCH] pcmcia: add another orinoco_cs id 19 years ago
..
hostap 583a4e88db [PATCH] fix pm_message_t stuff in -mm tree 19 years ago
prism54 61bd496314 [PATCH] prism54 : WE-17 support 19 years ago
Kconfig 3a48c4c2d5 [PATCH] orinoco: New driver - spectrum_cs. 19 years ago
Makefile 3a48c4c2d5 [PATCH] orinoco: New driver - spectrum_cs. 19 years ago
README 1da177e4c3 Linux-2.6.12-rc2 20 years ago
airo.c bbeec90b98 [wireless] build fixes after merging WE-19 19 years ago
airo_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 years ago
airport.c 5e6557722e [PATCH] openfirmware: generate device table for userspace 20 years ago
arlan-main.c 5ccabb9b45 [PATCH] arlan: module parameter fixes 20 years ago
arlan-proc.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
arlan.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
atmel.c 72f98d38a8 [PATCH] atmel_cs : WE-17 support 19 years ago
atmel.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
atmel_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 years ago
atmel_pci.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
hermes.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
hermes.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
i82586.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
i82593.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
ipw2100.c 2be041a79b [PATCH] (5/7) iomem annotations, NULL noise removal (ipw2100) 19 years ago
ipw2100.h c4aee8c21f ipw2100: minor cleanups 20 years ago
ipw2200.c 0edd5b4491 [wireless ieee80211,ipw2200] Lindent source code 19 years ago
ipw2200.h 0edd5b4491 [wireless ieee80211,ipw2200] Lindent source code 19 years ago
netwave_cs.c 62337dd54b [PATCH] iw263_netwave_we17.diff 19 years ago
orinoco.c c89cc225f7 [PATCH] orinoco: Optimize orinoco_join_ap() 19 years ago
orinoco.h 1a9fe638eb wireless/orinoco: remove changelog, bump version 20 years ago
orinoco_cs.c f39a4aa5ea [PATCH] pcmcia: add another orinoco_cs id 19 years ago
orinoco_nortel.c ec82905177 [PATCH] orinoco: New driver - orinoco_nortel. 19 years ago
orinoco_pci.c 829ca9a30a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion 19 years ago
orinoco_plx.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
orinoco_tmd.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
ray_cs.c bbeec90b98 [wireless] build fixes after merging WE-19 19 years ago
ray_cs.h 3d5d5ac085 [PATCH] ray_cs : WE-17 support 19 years ago
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
spectrum_cs.c 3a48c4c2d5 [PATCH] orinoco: New driver - spectrum_cs. 19 years ago
strip.c f45727d52d Merge /spare/repo/netdev-2.6/ branch 'ieee80211' 20 years ago
todo.txt 1da177e4c3 Linux-2.6.12-rc2 20 years ago
wavelan.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
wavelan.p.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
wavelan_cs.c 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' 20 years ago
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. 20 years ago
wavelan_cs.p.h 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' 20 years ago
wl3501.h 00b309f561 [PATCH] wl3501_cs : WE-17 support 19 years ago
wl3501_cs.c 00b309f561 [PATCH] wl3501_cs : WE-17 support 19 years ago

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