From: Bob Copeland Date: Tue, 13 Jul 2010 15:32:41 +0000 (-0400) Subject: ath5k: disable tasklets during reset X-Git-Tag: v2.6.36-rc1~571^2~107^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=450464def78c94018d997ae6f823578499cdf879;p=pandora-kernel.git ath5k: disable tasklets during reset Based on a patch from Bruno Randolf, attempting useful work while we are resetting the chip just leads to interface lockups and bad descriptor data, and possibly DMAing to freed buffers. Let's suspend all tasklets while reprogramming the registers in the card to avoid such problems. In the future we can convert the tasklets to threaded interrupt handlers to simplify things. Signed-off-by: Bob Copeland Acked-by: Bruno Randolf Signed-off-by: John W. Linville --- Reading git-diff-tree failed