kernel-ark/drivers/net/wireless
Pavel Roskin 8aeabc3750 [PATCH] orinoco: orinoco_send_wevents() could return without unlocking.
Signed-off-by: Pavel Roskin <proski@gnu.org>

orinoco_send_wevents() could return without unlocking.

Failure to read BSSID from the hardware would cause orinoco_send_wevents() to
return with lock held.  Found by sparse.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-09-23 04:36:13 -04:00
..
hostap [PATCH] ieee80211: Updated hostap to be compatible with extra_prefix_len changes 2005-09-21 23:07:15 -04:00
prism54 [PATCH] drivers/net: fix-up schedule_timeout() usage 2005-09-14 08:33:24 -04:00
airo_cs.c
airo.c
airport.c [PATCH] orinoco: Remove inneeded system includes. 2005-09-23 04:36:13 -04:00
arlan-main.c
arlan-proc.c
arlan.h
atmel_cs.c
atmel_pci.c
atmel.c [PATCH] ieee80211: Updated atmel to be compatible with ieee80211_hdr changes 2005-09-21 23:00:58 -04:00
atmel.h
hermes_rid.h
hermes.c [PATCH] orinoco: Remove inneeded system includes. 2005-09-23 04:36:13 -04:00
hermes.h [PATCH] orinoco: Remove inneeded system includes. 2005-09-23 04:36:13 -04:00
i82586.h
i82593.h
ipw2100.c [PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211's hard_start_xmit change 2005-09-21 23:00:57 -04:00
ipw2100.h [PATCH] ieee80211: Updated ipw2100 to be compatible with ieee80211_hdr changes 2005-09-21 23:00:57 -04:00
ipw2200.c [PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211's hard_start_xmit change. 2005-09-21 23:00:57 -04:00
ipw2200.h [PATCH] ieee80211: Updated ipw2200 to be compatible with ieee80211_hdr changes 2005-09-21 23:00:57 -04:00
Kconfig
Makefile
netwave_cs.c
orinoco_cs.c [PATCH] orinoco: Remove inneeded system includes. 2005-09-23 04:36:13 -04:00
orinoco_nortel.c [PATCH] orinoco: Make nortel_pci_hw_init() static. 2005-09-23 04:36:13 -04:00
orinoco_pci.c [PATCH] orinoco: Remove inneeded system includes. 2005-09-23 04:36:13 -04:00
orinoco_plx.c [PATCH] orinoco: Remove inneeded system includes. 2005-09-23 04:36:13 -04:00
orinoco_tmd.c [PATCH] orinoco: Remove inneeded system includes. 2005-09-23 04:36:13 -04:00
orinoco.c [PATCH] orinoco: orinoco_send_wevents() could return without unlocking. 2005-09-23 04:36:13 -04:00
orinoco.h [PATCH] orinoco: Remove inneeded system includes. 2005-09-23 04:36:13 -04:00
ray_cs.c [PATCH] C99 initializers in ray_cs.c 2005-09-14 08:37:49 -04:00
ray_cs.h
rayctl.h
README
spectrum_cs.c [PATCH] orinoco: Remove inneeded system includes. 2005-09-23 04:36:13 -04:00
strip.c
todo.txt
wavelan_cs.c
wavelan_cs.h
wavelan_cs.p.h
wavelan.c
wavelan.h
wavelan.p.h
wl3501_cs.c
wl3501.h ieee80211: update orinoco, wl3501 drivers for latest struct naming 2005-09-22 15:43:07 -04:00

	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