Roland Dreier 099714934d iwlwifi: Don't unlock priv->mutex if it isn't locked
Commit b716bb91 ("iwlwifi: Cancel scanning upon association") moved the
test of priv->vif in iwl{3945,4964}_mac_config_interface() outside of
where priv->mutex is held, but still tries to do mutex_unlock() on
return.  This is clearly wrong and triggers a nasty lockdep warning when
this codepath is triggered.  Fix this by removing the mutex_unlock().

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-04-23 21:25:36 -04:00
..
2008-02-05 09:44:23 -08:00
2008-04-18 17:55:37 +02:00
2008-04-11 12:07:05 +02:00
2008-03-15 19:17:12 -07:00
2008-03-03 10:47:13 -08:00
2008-04-17 20:05:42 +02:00
2008-02-26 14:12:09 +09:00
2008-04-23 21:25:35 -04:00
2008-04-07 13:14:22 -07:00
2008-03-04 16:35:12 -08:00
2008-04-04 18:36:46 +02:00