Eugene Teo 8abceaf1cf [PATCH] hostap: Fix double free in prism2_config() error path 19 yıl önce
..
hostap 8abceaf1cf [PATCH] hostap: Fix double free in prism2_config() error path 19 yıl önce
prism54 bf82a44949 [PATCH] type-safe min() in prism54 19 yıl önce
Kconfig 711e2c33ac [PATCH] WE-20 for kernel 2.6.16 19 yıl önce
Makefile 3a48c4c2d5 [PATCH] orinoco: New driver - spectrum_cs. 20 yıl önce
README 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
airo.c 9e75af30d5 [PATCH] wireless/airo: cache wireless scans 19 yıl önce
airo.h d38087609a [PATCH] airo.c/airo_cs.c: correct prototypes 20 yıl önce
airo_cs.c f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback 19 yıl önce
airport.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 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 4861dd79c1 [PATCH] wireless/atmel: convert constants to ieee80211 layer equivalents 19 yıl önce
atmel.h b16a228d05 [PATCH] Atmel wireless update 19 yıl önce
atmel_cs.c f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback 19 yıl önce
atmel_pci.c b16a228d05 [PATCH] Atmel wireless update 19 yıl önce
hermes.c c5b42f343d [PATCH] drivers/net/wireless/hermes.c unsigned int comparision 19 yıl önce
hermes.h f7492f17f2 [wireless hermes] build fix 19 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 620d9aa95b [PATCH] i82593.h: make header comment GPL-compatible 19 yıl önce
ipw2100.c cc8279f68c [PATCH] ipw2100: Update version ipw2100 stamp to 1.2.2 19 yıl önce
ipw2100.h 3234eeec18 [PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h 19 yıl önce
ipw2200.c 171e7b2f1f [PATCH] ipw2x00: expend Copyright to 2006 19 yıl önce
ipw2200.h 171e7b2f1f [PATCH] ipw2x00: expend Copyright to 2006 19 yıl önce
netwave_cs.c d86b5e0e6b [PATCH] net/: fix the WIRELESS_EXT abuse 19 yıl önce
orinoco.c c08ad1e304 [PATCH] orinoco: fix setting power management parameters 19 yıl önce
orinoco.h 733482e445 [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 19 yıl önce
orinoco_cs.c 8f6da52aef [PATCH] orinoco: support smc2532w 19 yıl önce
orinoco_nortel.c d495657200 [PATCH] orinoco_nortel: Add Symbol LA-4123 ID 19 yıl önce
orinoco_pci.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 20 yıl önce
orinoco_plx.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 20 yıl önce
orinoco_tmd.c ef846bf04f [PATCH] orinoco: Remove inneeded system includes. 20 yıl önce
ray_cs.c d6a13a24b7 [PATCH] drivers/net/wireless: correct reported ssid lengths 19 yıl önce
ray_cs.h 3d5d5ac085 [PATCH] ray_cs : WE-17 support 20 yıl önce
rayctl.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
spectrum_cs.c f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback 19 yıl önce
strip.c ff5688ae1c [PATCH] drivers/net/*: use time_after() and friends 19 yıl önce
todo.txt 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
wavelan.c 858119e159 [PATCH] Unlinline a bunch of other functions 19 yıl önce
wavelan.h 1da177e4c3 Linux-2.6.12-rc2 20 yıl önce
wavelan.p.h d86b5e0e6b [PATCH] net/: fix the WIRELESS_EXT abuse 19 yıl önce
wavelan_cs.c aca0b510cd [PATCH] Wavelan_cs bitfield fixes 19 yıl önce
wavelan_cs.h ff1d2767d5 Add HostAP wireless driver. 20 yıl önce
wavelan_cs.p.h d86b5e0e6b [PATCH] net/: fix the WIRELESS_EXT abuse 19 yıl önce
wl3501.h af9288a707 ieee80211: update orinoco, wl3501 drivers for latest struct naming 20 yıl önce
wl3501_cs.c f8cfa618dc [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe callback 19 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