Jouni Malinen c355184cd3 [PATCH] hostap: Do not free local->hw_priv before unregistering netdev vor 20 Jahren
..
hostap c355184cd3 [PATCH] hostap: Do not free local->hw_priv before unregistering netdev vor 20 Jahren
prism54 e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. vor 20 Jahren
Kconfig 3a48c4c2d5 [PATCH] orinoco: New driver - spectrum_cs. vor 20 Jahren
Makefile 3a48c4c2d5 [PATCH] orinoco: New driver - spectrum_cs. vor 20 Jahren
README 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
airo.c 2759c8d536 [wireless airo] remove needed dma_addr_t obfuscation vor 20 Jahren
airo_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h vor 20 Jahren
airport.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. vor 20 Jahren
arlan-main.c 5ccabb9b45 [PATCH] arlan: module parameter fixes vor 20 Jahren
arlan-proc.c 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
arlan.h 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
atmel.c 4ca5253d57 [PATCH] ieee80211: Updated atmel to be compatible with ieee80211_hdr changes vor 20 Jahren
atmel.h 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
atmel_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h vor 20 Jahren
atmel_pci.c 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
hermes.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. vor 20 Jahren
hermes.h d133ae4cd6 [PATCH] orinoco: Annotate endianess of variables and structure members. vor 20 Jahren
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
i82586.h 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
i82593.h 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
ipw2100.c 3a5becf720 [PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211's hard_start_xmit change vor 20 Jahren
ipw2100.h 99a4b232b6 [PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211_hdr changes vor 20 Jahren
ipw2200.c c8d42d1ae4 [PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211's hard_start_xmit change. vor 20 Jahren
ipw2200.h 0dacca1f0a [PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211_hdr changes vor 20 Jahren
netwave_cs.c e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. vor 20 Jahren
orinoco.c 48ca703807 [PATCH] orinoco: Read only needed data in __orinoco_ev_txexc(). vor 20 Jahren
orinoco.h acc4b985a6 [PATCH] orinoco: Bump version to 0.15rc3. vor 20 Jahren
orinoco_cs.c 393da59834 [PATCH] orinoco: Remove unneeded forward declarations. vor 20 Jahren
orinoco_nortel.c 4c08202547 [PATCH] orinoco: Make nortel_pci_hw_init() static. vor 20 Jahren
orinoco_pci.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. vor 20 Jahren
orinoco_plx.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. vor 20 Jahren
orinoco_tmd.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. vor 20 Jahren
ray_cs.c 7a700fafbe [PATCH] C99 initializers in ray_cs.c vor 20 Jahren
ray_cs.h 3d5d5ac085 [PATCH] ray_cs : WE-17 support vor 20 Jahren
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
spectrum_cs.c d133ae4cd6 [PATCH] orinoco: Annotate endianess of variables and structure members. vor 20 Jahren
strip.c f45727d52d Merge /spare/repo/netdev-2.6/ branch 'ieee80211' vor 20 Jahren
todo.txt 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
wavelan.c e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. vor 20 Jahren
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 vor 20 Jahren
wavelan.p.h e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. vor 20 Jahren
wavelan_cs.c e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. vor 20 Jahren
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. vor 20 Jahren
wavelan_cs.p.h e2e9650725 Remove WIRELESS_EXT ifdefs from several wireless drivers. vor 20 Jahren
wl3501.h af9288a707 ieee80211: update orinoco, wl3501 drivers for latest struct naming vor 20 Jahren
wl3501_cs.c 00b309f561 [PATCH] wl3501_cs : WE-17 support vor 20 Jahren

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