Pavel Machek 829ca9a30a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion 20 yıl önce
..
hostap 504be3aa09 [wireless hostap] automatically select ieee80211 dependency in Kconfig 20 yıl önce
prism54 829ca9a30a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion 20 yıl önce
Kconfig b4bf343093 /spare/repo/netdev-2.6 branch 'ieee80211' 20 yıl önce
Makefile 6cd15a9daf Automatic merge of /spare/repo/netdev-2.6 branch we18-ieee80211 20 yıl önce
README 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
airo.c de745fb279 /spare/repo/netdev-2.6 branch 'ieee80211' 20 yıl önce
airo_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 yıl önce
airport.c 5e6557722e [PATCH] openfirmware: generate device table for userspace 20 yıl önce
arlan-main.c 5ccabb9b45 [PATCH] arlan: module parameter fixes 20 yıl önce
arlan-proc.c 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
arlan.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
atmel.c f13baae43e ieee80211: new constants from latest 802.11x specifications 20 yıl önce
atmel.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
atmel_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 yıl önce
atmel_pci.c 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
hermes.c 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
hermes.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
hermes_rid.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
i82586.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
i82593.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
ipw2100.c 3ce329cec2 ipw2100: interface-up carrier state fix 20 yıl önce
ipw2100.h c4aee8c21f ipw2100: minor cleanups 20 yıl önce
ipw2200.c 8d45ff7d7b ipw2200: minor cleanups 20 yıl önce
ipw2200.h 8d45ff7d7b ipw2200: minor cleanups 20 yıl önce
netwave_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 yıl önce
orinoco.c e3ee3b78f8 /spare/repo/netdev-2.6 branch 'master' 20 yıl önce
orinoco.h 1a9fe638eb wireless/orinoco: remove changelog, bump version 20 yıl önce
orinoco_cs.c b2e0743a51 [PATCH] pcmcia: remove duplicates in orinoco_cs 20 yıl önce
orinoco_pci.c 829ca9a30a [PATCH] swsusp: fix remaining u32 vs. pm_message_t confusion 20 yıl önce
orinoco_plx.c 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
orinoco_tmd.c 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
ray_cs.c 44670d2b50 [PATCH] pcmcia: remove references to pcmcia/version.h 20 yıl önce
ray_cs.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
strip.c f45727d52d Merge /spare/repo/netdev-2.6/ branch 'ieee80211' 20 yıl önce
todo.txt 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
wavelan.c 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
wavelan.p.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
wavelan_cs.c 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' 20 yıl önce
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. 20 yıl önce
wavelan_cs.p.h 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' 20 yıl önce
wl3501.h b453872c35 [NET] ieee80211 subsystem 20 yıl önce
wl3501_cs.c 08cd84c81f Merge /spare/repo/netdev-2.6 branch 'ieee80211' 20 yıl önce

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