Jouni Malinen b2f4a2e3b1 [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones il y a 20 ans
..
hostap b2f4a2e3b1 [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones il y a 20 ans
prism54 05ab195c98 [PATCH] uninitialized variable in prism54 isl38xx_trigger_device il y a 20 ans
Kconfig 30b4d6565e Merge /spare/repo/netdev-2.6 branch 'ieee80211' il y a 20 ans
Makefile 6cd15a9daf Automatic merge of /spare/repo/netdev-2.6 branch we18-ieee80211 il y a 20 ans
README 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
airo.c de745fb279 /spare/repo/netdev-2.6 branch 'ieee80211' il y a 20 ans
airo_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h il y a 20 ans
airport.c 5e6557722e [PATCH] openfirmware: generate device table for userspace il y a 20 ans
arlan-main.c 5ccabb9b45 [PATCH] arlan: module parameter fixes il y a 20 ans
arlan-proc.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
arlan.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
atmel.c b453872c35 [NET] ieee80211 subsystem il y a 20 ans
atmel.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
atmel_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h il y a 20 ans
atmel_pci.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
hermes.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
hermes.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
i82586.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
i82593.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
ipw2100.c edfc43f2ec [PATCH] wireless-device-attr-fixes il y a 20 ans
ipw2100.h 5dc54a65b6 [PATCH] ipw2100: kill dead macros il y a 20 ans
ipw2200.c 2474385e5b [PATCH] ieee80211: Capability field is called ESS, not BSS il y a 20 ans
ipw2200.h bf79451ec5 [wireless ipw2200] trim trailing whitespace il y a 20 ans
netwave_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h il y a 20 ans
orinoco.c 716b43303d Merge upstream ieee80211.h with us (us == branch 'ieee80211' of netdev-2.6) il y a 20 ans
orinoco.h 1a9fe638eb wireless/orinoco: remove changelog, bump version il y a 20 ans
orinoco_cs.c b2e0743a51 [PATCH] pcmcia: remove duplicates in orinoco_cs il y a 20 ans
orinoco_pci.c 05adc3b745 [PATCH] u32 vs. pm_message_t fixes for drivers/net il y a 20 ans
orinoco_plx.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
orinoco_tmd.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
ray_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h il y a 20 ans
ray_cs.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
strip.c f45727d52d Merge /spare/repo/netdev-2.6/ branch 'ieee80211' il y a 20 ans
todo.txt 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
wavelan.c 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
wavelan.p.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
wavelan_cs.c 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' il y a 20 ans
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. il y a 20 ans
wavelan_cs.p.h 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' il y a 20 ans
wl3501.h b453872c35 [NET] ieee80211 subsystem il y a 20 ans
wl3501_cs.c 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' il y a 20 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