Adrian Bunk 5fad5a2e1f [PATCH] hostap: don't #include C files in hostap_main.c il y a 19 ans
..
hostap 5fad5a2e1f [PATCH] hostap: don't #include C files in hostap_main.c il y a 19 ans
prism54 d6a13a24b7 [PATCH] drivers/net/wireless: correct reported ssid lengths il y a 19 ans
Kconfig a8e82ef97a drivers/net/{,wireless/}Kconfig: remove dead URL il y a 19 ans
Makefile 3a48c4c2d5 [PATCH] orinoco: New driver - spectrum_cs. il y a 20 ans
README 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
airo.c d6a13a24b7 [PATCH] drivers/net/wireless: correct reported ssid lengths il y a 19 ans
airo.h d38087609a [PATCH] airo.c/airo_cs.c: correct prototypes il y a 20 ans
airo_cs.c f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback il y a 19 ans
airport.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 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 d6a13a24b7 [PATCH] drivers/net/wireless: correct reported ssid lengths il y a 19 ans
atmel.h b16a228d05 [PATCH] Atmel wireless update il y a 20 ans
atmel_cs.c f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback il y a 19 ans
atmel_pci.c b16a228d05 [PATCH] Atmel wireless update il y a 20 ans
hermes.c c5b42f343d [PATCH] drivers/net/wireless/hermes.c unsigned int comparision il y a 19 ans
hermes.h f7492f17f2 [wireless hermes] build fix il y a 19 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 620d9aa95b [PATCH] i82593.h: make header comment GPL-compatible il y a 19 ans
ipw2100.c 8aec938389 [PATCH] ipw2100: remove code for WIRELESS_EXT < 18 il y a 19 ans
ipw2100.h 0f52bf9058 [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200 il y a 19 ans
ipw2200.c d834a41c96 [PATCH] ipw2200: do not sleep in ipw_request_direct_scan il y a 19 ans
ipw2200.h 0f52bf9058 [PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200 il y a 19 ans
netwave_cs.c f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback il y a 19 ans
orinoco.c c08ad1e304 [PATCH] orinoco: fix setting power management parameters il y a 19 ans
orinoco.h 733482e445 [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason il y a 20 ans
orinoco_cs.c f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback il y a 19 ans
orinoco_nortel.c d495657200 [PATCH] orinoco_nortel: Add Symbol LA-4123 ID il y a 19 ans
orinoco_pci.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. il y a 20 ans
orinoco_plx.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. il y a 20 ans
orinoco_tmd.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. il y a 20 ans
ray_cs.c d6a13a24b7 [PATCH] drivers/net/wireless: correct reported ssid lengths il y a 19 ans
ray_cs.h 3d5d5ac085 [PATCH] ray_cs : WE-17 support il y a 20 ans
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
spectrum_cs.c f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback il y a 19 ans
strip.c 33f0f88f1c [PATCH] TTY layer buffering revamp il y a 19 ans
todo.txt 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
wavelan.c 858119e159 [PATCH] Unlinline a bunch of other functions il y a 19 ans
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 il y a 20 ans
wavelan.p.h e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. il y a 20 ans
wavelan_cs.c d6a13a24b7 [PATCH] drivers/net/wireless: correct reported ssid lengths il y a 19 ans
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. il y a 20 ans
wavelan_cs.p.h f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback il y a 19 ans
wl3501.h af9288a707 ieee80211: update orinoco, wl3501 drivers for latest struct naming il y a 20 ans
wl3501_cs.c f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback il y a 19 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