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-03-07 16:03:00 -05:00
2008-03-13 19:32:32 -04:00
2008-03-27 16:03:16 -04:00
2008-03-27 16:03:16 -04:00
2008-04-08 16:44:45 -04:00
2008-03-27 16:03:16 -04:00
2008-03-25 16:41:47 -04:00
2008-03-13 19:32:32 -04:00
2008-03-27 16:03:16 -04:00
2008-04-08 16:44:42 -04:00
2008-03-13 19:32:32 -04:00
2008-04-23 03:34:31 -07:00