android_kernel_samsung_msm8976/drivers/net/wireless
Dmitry Torokhov d18e0c4a54 [PATCH] prism54: fix potential race in reset scheduling
NET: prism54 - fix potential race in reset scheduling

There appears to be a race in reset scheduling logic - thread
responsible for reseting the interface should clear "reset
pending" flag before restarting the queue, otherwise timeout
handler might not schedule another reset even if it is needed.

This race is mostly theoretical as far as I can see but a race
nonetheless.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2006-12-02 00:11:57 -05:00
..
bcm43xx [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rx 2006-12-02 00:11:56 -05:00
hostap [PATCH] hostap_plx: fix CIS verification 2006-10-31 22:15:39 -05:00
prism54 [PATCH] prism54: fix potential race in reset scheduling 2006-12-02 00:11:57 -05:00
zd1211rw [PATCH] zd1211rw: Add 3 more device IDs 2006-12-02 00:11:56 -05:00
airo.c [PATCH] airo: check if need to freeze 2006-10-16 20:09:49 -04:00
airo.h
airo_cs.c
airport.c
arlan-main.c
arlan-proc.c
arlan.h
atmel.c [PATCH] atmel: whitespace cleanup 2006-12-02 00:11:57 -05:00
atmel.h
atmel_cs.c [PATCH] atmel: whitespace cleanup 2006-12-02 00:11:57 -05:00
atmel_pci.c [PATCH] atmel: whitespace cleanup 2006-12-02 00:11:57 -05:00
hermes.c
hermes.h
hermes_rid.h
i82586.h
i82593.h
ipw2100.c
ipw2100.h
ipw2200.c Fix misc .c/.h comment typos 2006-11-30 05:24:39 +01:00
ipw2200.h
Kconfig
Makefile
netwave_cs.c
orinoco.c [PATCH] orinoco: fix WE-21 buffer overflow 2006-10-16 20:09:48 -04:00
orinoco.h
orinoco_cs.c
orinoco_nortel.c
orinoco_pci.c
orinoco_pci.h
orinoco_plx.c
orinoco_tmd.c
ray_cs.c [PATCH] wireless: More WE-21 potential overflows... 2006-10-16 20:09:48 -04:00
ray_cs.h
rayctl.h
README
spectrum_cs.c
strip.c
todo.txt
wavelan.c
wavelan.h
wavelan.p.h
wavelan_cs.c drivers/net: eliminate irq handler impossible checks, needless casts 2006-10-06 14:56:04 -04:00
wavelan_cs.h
wavelan_cs.p.h
wl3501.h
wl3501_cs.c drivers/net: eliminate irq handler impossible checks, needless casts 2006-10-06 14:56:04 -04:00
zd1201.c usb: zd1201 free urb cleanup 2006-12-01 14:23:33 -08:00
zd1201.h

	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