James Ketrenos 286568ab1e Fixed parameter reordering in firmware log routine. 20 years ago
..
hostap b4558ea93d drivers/net: Remove pointless checks for NULL prior to calling kfree() 20 years ago
prism54 17ecc1e63b [PATCH] prism54: Remove redundant assignment 20 years ago
Kconfig 6593b58cfb [PATCH] wireless/airo: Build fix 20 years ago
Makefile 3a48c4c2d5 [PATCH] orinoco: New driver - spectrum_cs. 20 years ago
README 1da177e4c3 Linux-2.6.12-rc2 20 years ago
airo.c d38087609a [PATCH] airo.c/airo_cs.c: correct prototypes 20 years ago
airo.h d38087609a [PATCH] airo.c/airo_cs.c: correct prototypes 20 years ago
airo_cs.c d38087609a [PATCH] airo.c/airo_cs.c: correct prototypes 20 years ago
airport.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 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 b4558ea93d drivers/net: Remove pointless checks for NULL prior to calling kfree() 20 years ago
atmel.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
atmel_cs.c b4558ea93d drivers/net: Remove pointless checks for NULL prior to calling kfree() 20 years ago
atmel_pci.c 1da177e4c3 Linux-2.6.12-rc2 20 years ago
hermes.c 2c36ed22c6 [PATCH] Better fixup for the orinoco driver 20 years ago
hermes.h 2c36ed22c6 [PATCH] Better fixup for the orinoco driver 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 991d1cc596 Removed warning about TKIP not being configured if countermeasures are 20 years ago
ipw2100.h 25b645be1e Fixed WEP on ipw2100 (priv->sec was being used instead of 20 years ago
ipw2200.c 286568ab1e Fixed parameter reordering in firmware log routine. 20 years ago
ipw2200.h e758256104 Fixes missed beacon logic in relation to on-network AP roaming. 20 years ago
netwave_cs.c e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. 20 years ago
orinoco.c 2c36ed22c6 [PATCH] Better fixup for the orinoco driver 20 years ago
orinoco.h acc4b985a6 [PATCH] orinoco: Bump version to 0.15rc3. 20 years ago
orinoco_cs.c 393da59834 [PATCH] orinoco: Remove unneeded forward declarations. 20 years ago
orinoco_nortel.c 4c08202547 [PATCH] orinoco: Make nortel_pci_hw_init() static. 20 years ago
orinoco_pci.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 20 years ago
orinoco_plx.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 20 years ago
orinoco_tmd.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 20 years ago
ray_cs.c 7a700fafbe [PATCH] C99 initializers in ray_cs.c 20 years ago
ray_cs.h 3d5d5ac085 [PATCH] ray_cs : WE-17 support 20 years ago
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
spectrum_cs.c d133ae4cd6 [PATCH] orinoco: Annotate endianess of variables and structure members. 20 years ago
strip.c b4558ea93d drivers/net: Remove pointless checks for NULL prior to calling kfree() 20 years ago
todo.txt 1da177e4c3 Linux-2.6.12-rc2 20 years ago
wavelan.c e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. 20 years ago
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 20 years ago
wavelan.p.h e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. 20 years ago
wavelan_cs.c e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. 20 years ago
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. 20 years ago
wavelan_cs.p.h e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. 20 years ago
wl3501.h af9288a707 ieee80211: update orinoco, wl3501 drivers for latest struct naming 20 years ago
wl3501_cs.c 00b309f561 [PATCH] wl3501_cs : WE-17 support 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