commit | 7cb3cd090c2725b80561958a362c2ba15a7a8c86 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jkmaline@cc.hut.fi> | Sun Oct 02 17:19:01 2005 -0700 |
committer | Jeff Garzik <jgarzik@pobox.com> | Mon Oct 03 22:00:09 2005 -0400 |
tree | 9fc947ea92077967b3a0e6437d32130b3e9d772d | |
parent | c355184cd3cd58c9ffc78f2a17e0ac3563312ea7 [diff] |
[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 <jkmaline@cc.hut.fi> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>