From: Jouni Malinen Date: Mon, 3 Oct 2005 00:19:01 +0000 (-0700) Subject: [PATCH] hostap: Unregister netdevs before freeing local data X-Git-Tag: v2.6.15-rc1~733^2~1^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb3cd090c2725b80561958a362c2ba15a7a8c86;p=pandora-kernel.git [PATCH] hostap: Unregister netdevs before freeing local data Unregister all netdevs before freeing local data. I was unable to trigger any crashes without this change when running busy loops for driver operations when ejecting a Prism2 PC Card. Anyway, should there be a race condition with this, better make it less likely to happen by unregistering the netdevs first. Signed-off-by: Jouni Malinen Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed