Arjan van de Ven cd11acdd85 [PATCH] lockdep: annotate hostap netdev ->xmit_lock hace 19 años
..
bcm43xx 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
hostap cd11acdd85 [PATCH] lockdep: annotate hostap netdev ->xmit_lock hace 19 años
prism54 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
Kconfig 5c601d0c94 [PATCH] wireless: move zd1201 where it belongs hace 19 años
Makefile 5c601d0c94 [PATCH] wireless: move zd1201 where it belongs hace 19 años
README 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
airo.c 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
airo.h d38087609a [PATCH] airo.c/airo_cs.c: correct prototypes hace 20 años
airo_cs.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
airport.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
arlan-main.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
arlan-proc.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
arlan.h 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
atmel.c 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
atmel.h b16a228d05 [PATCH] Atmel wireless update hace 20 años
atmel_cs.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
atmel_pci.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
hermes.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
hermes.h 8d5be08826 [PATCH] orinoco: don't use any padding for Tx frames hace 19 años
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
i82586.h 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
i82593.h 620d9aa95b [PATCH] i82593.h: make header comment GPL-compatible hace 19 años
ipw2100.c 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
ipw2100.h 3234eeec18 [PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h hace 19 años
ipw2200.c 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
ipw2200.h 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
netwave_cs.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
orinoco.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
orinoco.h f298a2ec62 [PATCH] orinoco: bump version to 0.15 hace 19 años
orinoco_cs.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
orinoco_nortel.c 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
orinoco_pci.c 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
orinoco_pci.h 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
orinoco_plx.c 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
orinoco_tmd.c 1fb9df5d30 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants hace 19 años
ray_cs.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
ray_cs.h fba395eee7 [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection hace 19 años
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
spectrum_cs.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
strip.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
todo.txt 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
wavelan.c aa95abefcc [PATCH] skb_padto()-area fixes in 8390, wavelan hace 19 años
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 hace 20 años
wavelan.p.h d86b5e0e6b [PATCH] net/: fix the WIRELESS_EXT abuse hace 19 años
wavelan_cs.c 5b057c6b1a [NET]: Avoid allocating skb in skb_pad hace 19 años
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. hace 20 años
wavelan_cs.p.h 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
wl3501.h fd238232cd [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device hace 19 años
wl3501_cs.c 6ab3d5624e Remove obsolete #include <linux/config.h> hace 19 años
zd1201.c 5c601d0c94 [PATCH] wireless: move zd1201 where it belongs hace 19 años
zd1201.h 5c601d0c94 [PATCH] wireless: move zd1201 where it belongs hace 19 años

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