]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commit345f6b8beb20338a2d792bf5974d01d457abee53
tree44169150155e8024f0b98cc709232490b4b35532
parent8fa9ea18e831417159b7b1a76a944f117252f9ec
[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 <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>
drivers/net/wireless/bcm43xx/bcm43xx_main.c
net/ieee80211/softmac/ieee80211softmac_auth.c