Michael Buesch ea9a771959 [PATCH] bcm43xx: add DMA rx poll workaround to DMA4 19 anos atrás
..
bcm43xx ea9a771959 [PATCH] bcm43xx: add DMA rx poll workaround to DMA4 19 anos atrás
hostap dac322e39a [PATCH] Fix crash on big-endian systems during scan 19 anos atrás
prism54 7f927fcc2f [PATCH] Typo fixes 19 anos atrás
Kconfig c1783454a3 [PATCH] Revert NET_RADIO Kconfig title change 19 anos atrás
Makefile 70e5e983f8 [PATCH] bcm43xx: patch Kconfig and wireless/Makefile for import 19 anos atrás
README 1da177e4c3 Linux-2.6.12-rc2 20 anos atrás
airo.c 6fcdf565ff [PATCH] wireless/airo: clean up WEXT association and scan events 19 anos atrás
airo.h d38087609a [PATCH] airo.c/airo_cs.c: correct prototypes 19 anos atrás
airo_cs.c e2d4096365 [PATCH] pcmcia: use bitfield instead of p_state and state 19 anos atrás
airport.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 19 anos atrás
arlan-main.c 4541a5db0b [PATCH] arlan: fix section mismatch warnings 19 anos atrás
arlan-proc.c 1da177e4c3 Linux-2.6.12-rc2 20 anos atrás
arlan.h 1da177e4c3 Linux-2.6.12-rc2 20 anos atrás
atmel.c 3a1af6ffe4 [PATCH] wireless/atmel: send WEXT scan completion events 19 anos atrás
atmel.h b16a228d05 [PATCH] Atmel wireless update 19 anos atrás
atmel_cs.c 9940ec3617 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present 19 anos atrás
atmel_pci.c b16a228d05 [PATCH] Atmel wireless update 19 anos atrás
hermes.c c5b42f343d [PATCH] drivers/net/wireless/hermes.c unsigned int comparision 19 anos atrás
hermes.h f7492f17f2 [wireless hermes] build fix 19 anos atrás
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 20 anos atrás
i82586.h 1da177e4c3 Linux-2.6.12-rc2 20 anos atrás
i82593.h 620d9aa95b [PATCH] i82593.h: make header comment GPL-compatible 19 anos atrás
ipw2100.c cc8279f68c [PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2 19 anos atrás
ipw2100.h 3234eeec18 [PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h 19 anos atrás
ipw2200.c 5d9428de1a BUG_ON() Conversion in drivers/net/ 19 anos atrás
ipw2200.h 171e7b2f1f [PATCH] ipw2x00: expend Copyright to 2006 19 anos atrás
netwave_cs.c 9940ec3617 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present 19 anos atrás
orinoco.c bb6e093da2 [PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor() 19 anos atrás
orinoco.h 733482e445 [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 19 anos atrás
orinoco_cs.c e2d4096365 [PATCH] pcmcia: use bitfield instead of p_state and state 19 anos atrás
orinoco_nortel.c d495657200 [PATCH] orinoco_nortel: Add Symbol LA-4123 ID 19 anos atrás
orinoco_pci.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 19 anos atrás
orinoco_plx.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 19 anos atrás
orinoco_tmd.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 19 anos atrás
ray_cs.c 9940ec3617 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present 19 anos atrás
ray_cs.h fba395eee7 [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection 19 anos atrás
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 20 anos atrás
spectrum_cs.c e2d4096365 [PATCH] pcmcia: use bitfield instead of p_state and state 19 anos atrás
strip.c ff5688ae1c [PATCH] drivers/net/*: use time_after() and friends 19 anos atrás
todo.txt 1da177e4c3 Linux-2.6.12-rc2 20 anos atrás
wavelan.c 53072d68cc [PATCH] wavelan: fix section mismatch 19 anos atrás
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 20 anos atrás
wavelan.p.h d86b5e0e6b [PATCH] net/: fix the WIRELESS_EXT abuse 19 anos atrás
wavelan_cs.c e2d4096365 [PATCH] pcmcia: use bitfield instead of p_state and state 19 anos atrás
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. 20 anos atrás
wavelan_cs.p.h fba395eee7 [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection 19 anos atrás
wl3501.h fd238232cd [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device 19 anos atrás
wl3501_cs.c 9940ec3617 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present 19 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