kernel-ark/drivers/staging/ath6kl
Vipin Mehta 9b906a33e0 staging: ath6kl: Fixing a race condition during initialization
The commit fixes a race condition in the initialization portion of the
driver. The problem was observed while testing with the kernel in the
staging-next tree. The wait on the ready event is signalled prematurely
before setting the arVersion.wlan_ver and arVersion.abi_ver. The code
waiting on this semaphore checks for the validity of these values and
hence may proceed with an un-updated values of these fields. The wakeup
signal is now sent after these values are set.

Signed-off-by: Vipin Mehta <vmehta@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-20 17:02:02 -07:00
..
bmi
hif
htc2
include staging: ath6kl: Eliminating the symlink to 2.0 header files 2010-09-08 21:26:41 -07:00
miscdrv staging: ath6kl: Removing duplicate includes 2010-09-20 17:02:01 -07:00
os/linux staging: ath6kl: Fixing a race condition during initialization 2010-09-20 17:02:02 -07:00
reorder
wlan
wmi staging: ath6kl: '&pointer[0]' to 'pointer' fix 2010-09-20 16:10:56 -07:00
Kconfig
Makefile
TODO