Zhu Yi a5cf4fe651 [PATCH] ipw2200: Fix TX QoS enabled frames problem 19 anos atrás
..
bcm43xx cc9357104b [PATCH] bcm43xx: use pci_iomap() for convenience. 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. 20 anos atrás
arlan-main.c 5ccabb9b45 [PATCH] arlan: module parameter fixes 20 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 8d5be08826 [PATCH] orinoco: don't use any padding for Tx frames 19 anos atrás
hermes.h 8d5be08826 [PATCH] orinoco: don't use any padding for Tx frames 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 a5cf4fe651 [PATCH] ipw2200: Fix TX QoS enabled frames problem 19 anos atrás
ipw2200.h 00d21de5c6 [PATCH] ipw2200: Exponential averaging for signal and noise Level 19 anos atrás
netwave_cs.c 9940ec3617 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present 19 anos atrás
orinoco.c 37a6c6117d [PATCH] orinoco: delay FID allocation after firmware initialization 19 anos atrás
orinoco.h f298a2ec62 [PATCH] orinoco: bump version to 0.15 19 anos atrás
orinoco_cs.c b018779cbd [PATCH] orinoco: remove PCMCIA audio support, it's useless for wireless cards 19 anos atrás
orinoco_nortel.c dc3437d205 [PATCH] orinoco: further comment cleanup in the PCI drivers 19 anos atrás
orinoco_pci.c dc3437d205 [PATCH] orinoco: further comment cleanup in the PCI drivers 19 anos atrás
orinoco_pci.h b884c872fa [PATCH] orinoco: reduce differences between PCI drivers, create orinoco_pci.h 19 anos atrás
orinoco_plx.c dc3437d205 [PATCH] orinoco: further comment cleanup in the PCI drivers 19 anos atrás
orinoco_tmd.c dc3437d205 [PATCH] orinoco: further comment cleanup in the PCI drivers 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 6b61626290 [PATCH] orinoco replace hermes_write_words() with hermes_write_bytes() 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 858119e159 [PATCH] Unlinline a bunch of other functions 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