commit | a6f0f048875a07b2926c075744eb5edc41bc3c1d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Wed Jun 15 16:10:10 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jun 17 14:22:24 2011 -0400 |
tree | ad96a48d760f565677e3eff8a3d5cc2e41a253cc | |
parent | d4bb17c4bed70892ea8b749a843a516424ba5638 [diff] |
iwlegacy: fix up brokenness caused by cleanup Patch 7f1f9742514 "iwlegacy: refactor iwl4965_mac_channel_switch" reversed a test and also it changed a spin_lock_irq() to spin_lock(). I assume the spin_lock change was a mistake because the unlock was left as spin_unlock_irq(). Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>