Linus Torvalds 63589ed078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial 19 年之前
..
bcm43xx ec483781fe [PATCH] bcm43xx: don't set the channel on a device, which is down. 19 年之前
hostap 9940ec3617 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present 19 年之前
prism54 7f927fcc2f [PATCH] Typo fixes 19 年之前
Kconfig 694a464e19 [PATCH] uml: kconfigs 19 年之前
Makefile 70e5e983f8 [PATCH] bcm43xx: patch Kconfig and wireless/Makefile for import 19 年之前
README 1da177e4c3 Linux-2.6.12-rc2 20 年之前
airo.c 9e75af30d5 [PATCH] wireless/airo: cache wireless scans 19 年之前
airo.h d38087609a [PATCH] airo.c/airo_cs.c: correct prototypes 19 年之前
airo_cs.c e2d4096365 [PATCH] pcmcia: use bitfield instead of p_state and state 19 年之前
airport.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 19 年之前
arlan-main.c 5ccabb9b45 [PATCH] arlan: module parameter fixes 20 年之前
arlan-proc.c 1da177e4c3 Linux-2.6.12-rc2 20 年之前
arlan.h 1da177e4c3 Linux-2.6.12-rc2 20 年之前
atmel.c 4861dd79c1 [PATCH] wireless/atmel: convert constants to ieee80211 layer equivalents 19 年之前
atmel.h b16a228d05 [PATCH] Atmel wireless update 19 年之前
atmel_cs.c 9940ec3617 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present 19 年之前
atmel_pci.c b16a228d05 [PATCH] Atmel wireless update 19 年之前
hermes.c c5b42f343d [PATCH] drivers/net/wireless/hermes.c unsigned int comparision 19 年之前
hermes.h f7492f17f2 [wireless hermes] build fix 19 年之前
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 20 年之前
i82586.h 1da177e4c3 Linux-2.6.12-rc2 20 年之前
i82593.h 620d9aa95b [PATCH] i82593.h: make header comment GPL-compatible 19 年之前
ipw2100.c cc8279f68c [PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2 19 年之前
ipw2100.h 3234eeec18 [PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h 19 年之前
ipw2200.c 5d9428de1a BUG_ON() Conversion in drivers/net/ 19 年之前
ipw2200.h 171e7b2f1f [PATCH] ipw2x00: expend Copyright to 2006 19 年之前
netwave_cs.c 9940ec3617 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present 19 年之前
orinoco.c 7f927fcc2f [PATCH] Typo fixes 19 年之前
orinoco.h 733482e445 [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 19 年之前
orinoco_cs.c e2d4096365 [PATCH] pcmcia: use bitfield instead of p_state and state 19 年之前
orinoco_nortel.c d495657200 [PATCH] orinoco_nortel: Add Symbol LA-4123 ID 19 年之前
orinoco_pci.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 19 年之前
orinoco_plx.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 19 年之前
orinoco_tmd.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 19 年之前
ray_cs.c 9940ec3617 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present 19 年之前
ray_cs.h fba395eee7 [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection 19 年之前
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 20 年之前
spectrum_cs.c e2d4096365 [PATCH] pcmcia: use bitfield instead of p_state and state 19 年之前
strip.c ff5688ae1c [PATCH] drivers/net/*: use time_after() and friends 19 年之前
todo.txt 1da177e4c3 Linux-2.6.12-rc2 20 年之前
wavelan.c 858119e159 [PATCH] Unlinline a bunch of other functions 19 年之前
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 20 年之前
wavelan.p.h d86b5e0e6b [PATCH] net/: fix the WIRELESS_EXT abuse 19 年之前
wavelan_cs.c e2d4096365 [PATCH] pcmcia: use bitfield instead of p_state and state 19 年之前
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. 20 年之前
wavelan_cs.p.h fba395eee7 [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection 19 年之前
wl3501.h fd238232cd [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device 19 年之前
wl3501_cs.c 9940ec3617 [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present 19 年之前

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