Jeff Garzik aa8f6dfd35 Merge /spare/repo/netdev-2.6 branch 'ieee80211' 20 years ago
..
hostap ff1d2767d5 Add HostAP wireless driver. 20 years ago
prism54 05ab195c98 [PATCH] uninitialized variable in prism54 isl38xx_trigger_device 20 years ago
Kconfig 51a730d758 Automatic merge of /spare/repo/netdev-2.6 branch we18-ieee80211 20 years ago
Makefile 6cd15a9daf Automatic merge of /spare/repo/netdev-2.6 branch we18-ieee80211 20 years ago
README 1da177e4c3 Linux-2.6.12-rc2 20 years ago
airo.c aa8f6dfd35 Merge /spare/repo/netdev-2.6 branch 'ieee80211' 20 years ago
airo_cs.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
airport.c 05adc3b745 [PATCH] u32 vs. pm_message_t fixes for drivers/net 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 b453872c35 [NET] ieee80211 subsystem 20 years ago
atmel.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
atmel_cs.c e885b5e839 [PATCH] atmel wireless 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 2c86c27501 Add ipw2100 wireless driver. 20 years ago
ipw2100.h 66b04a80ee [wireless] ipw2100: fix build after applying SuSE cleanups 20 years ago
ipw2200.c 43f66a6ce8 Add ipw2200 wireless driver. 20 years ago
ipw2200.h 43f66a6ce8 Add ipw2200 wireless driver. 20 years ago
netwave_cs.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
orinoco.c 716b43303d Merge upstream ieee80211.h with us (us == branch 'ieee80211' of netdev-2.6) 20 years ago
orinoco.h 1a9fe638eb wireless/orinoco: remove changelog, bump version 20 years ago
orinoco_cs.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
orinoco_pci.c 05adc3b745 [PATCH] u32 vs. pm_message_t fixes for drivers/net 20 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 1da177e4c3 Linux-2.6.12-rc2 20 years ago
ray_cs.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 20 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 ff1d2767d5 Add HostAP wireless driver. 20 years ago
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. 20 years ago
wavelan_cs.p.h ff1d2767d5 Add HostAP wireless driver. 20 years ago
wl3501.h b453872c35 [NET] ieee80211 subsystem 20 years ago
wl3501_cs.c ff1d2767d5 Add HostAP wireless driver. 20 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