From: Hong Liu Date: Thu, 15 Sep 2005 02:04:15 +0000 (-0500) Subject: Fixes WEP firmware error condition. X-Git-Tag: v2.6.15-rc1~69^2~10^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e63247269de722c3e753991025fb7f15c6aba9aa;p=pandora-kernel.git Fixes WEP firmware error condition. The problem is caused by the patch in bug455 -- Channel change flood generates fatal error. The patch set the DISASSOCIATING status bit after sending the command. The process was scheduled out when waiting for the command to be sent to the card. The disassociated notification clears the DISASSOCIATING bit in the tasklet before the process set the bit. Move the bit setting code before sending the command now. Signed-off-by: Hong Liu Signed-off-by: James Ketrenos --- Reading git-diff-tree failed