From: Daniel Drake Date: Tue, 11 Jul 2006 22:16:34 +0000 (+0100) Subject: [PATCH] softmac: do shared key auth in workqueue X-Git-Tag: v2.6.18-rc3~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=345f6b8beb20338a2d792bf5974d01d457abee53;p=pandora-kernel.git [PATCH] softmac: do shared key auth in workqueue Johann Uhrmann reported a bcm43xx crash and Michael Buesch tracked it down to a problem with the new shared key auth code (recursive calls into the driver) This patch (effectively Michael's patch with a couple of small modifications) solves the problem by sending the authentication challenge response frame from a workqueue entry. I also removed a lone \n from the bcm43xx messages relating to authentication mode - this small change was previously discussed but not patched in. Signed-off-by: Daniel Drake Acked-by: Johannes Berg Signed-off-by: Michael Buesch Signed-off-by: John W. Linville --- Reading git-diff-tree failed