From: Vasanthakumar Thiagarajan Date: Wed, 4 Jan 2012 10:27:19 +0000 (+0530) Subject: ath6kl: Use a mutex_lock to avoid race in diabling and handling irq X-Git-Tag: v3.4-rc1~177^2~112^2~357^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d82682d45ef7407474e0ae043a587cb33a7fa26;p=pandora-kernel.git ath6kl: Use a mutex_lock to avoid race in diabling and handling irq Currently this race is handled but in a messy way an atomic variable is being checked in a loop which sleeps upto ms in every iteration. Remove this logic and use a mutex to make sure irq is not disabled when irq handling is in progress. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed