[PATCH] softmac: do shared key auth in workqueue
authorDaniel Drake <dsd@gentoo.org>
Tue, 11 Jul 2006 22:16:34 +0000 (23:16 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 27 Jul 2006 18:37:30 +0000 (14:37 -0400)
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 <dsd@gentoo.org>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found