Pavel Roskin 70817c40b9 [PATCH] orinoco: Change orinoco_translate_scan() to return error code on error. há 20 anos atrás
..
hostap 583a4e88db [PATCH] fix pm_message_t stuff in -mm tree há 20 anos atrás
prism54 829ca9a30a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion há 20 anos atrás
Kconfig b4bf343093 /spare/repo/netdev-2.6 branch 'ieee80211' há 20 anos atrás
Makefile 6cd15a9daf Automatic merge of /spare/repo/netdev-2.6 branch we18-ieee80211 há 20 anos atrás
README 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
airo.c 48467641bc Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 há 20 anos atrás
airo_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h há 20 anos atrás
airport.c 5e6557722e [PATCH] openfirmware: generate device table for userspace há 20 anos atrás
arlan-main.c 5ccabb9b45 [PATCH] arlan: module parameter fixes há 20 anos atrás
arlan-proc.c 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
arlan.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
atmel.c f13baae43e ieee80211: new constants from latest 802.11x specifications há 20 anos atrás
atmel.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
atmel_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h há 20 anos atrás
atmel_pci.c 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
hermes.c 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
hermes.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
i82586.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
i82593.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
ipw2100.c 2be041a79b [PATCH] (5/7) iomem annotations, NULL noise removal (ipw2100) há 20 anos atrás
ipw2100.h c4aee8c21f ipw2100: minor cleanups há 20 anos atrás
ipw2200.c 583a4e88db [PATCH] fix pm_message_t stuff in -mm tree há 20 anos atrás
ipw2200.h 843684a24e [PATCH] (6/7) missing include (ipw2200) há 20 anos atrás
netwave_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h há 20 anos atrás
orinoco.c 70817c40b9 [PATCH] orinoco: Change orinoco_translate_scan() to return error code on error. há 20 anos atrás
orinoco.h 1a9fe638eb wireless/orinoco: remove changelog, bump version há 20 anos atrás
orinoco_cs.c b2e0743a51 [PATCH] pcmcia: remove duplicates in orinoco_cs há 20 anos atrás
orinoco_pci.c 829ca9a30a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion há 20 anos atrás
orinoco_plx.c 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
orinoco_tmd.c 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
ray_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h há 20 anos atrás
ray_cs.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
strip.c f45727d52d Merge /spare/repo/netdev-2.6/ branch 'ieee80211' há 20 anos atrás
todo.txt 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
wavelan.c 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
wavelan.p.h 1da177e4c3 Linux-2.6.12-rc2 há 20 anos atrás
wavelan_cs.c 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' há 20 anos atrás
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. há 20 anos atrás
wavelan_cs.p.h 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' há 20 anos atrás
wl3501.h b453872c35 [NET] ieee80211 subsystem há 20 anos atrás
wl3501_cs.c 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' há 20 anos atrás

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