commit | f96cca8483c1b0bcc8002dc466159bf8fd53ca47 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Fri Oct 16 13:18:54 2009 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 27 16:48:26 2009 -0400 |
tree | 1778a0cfb4e970f08239798a9b9b46de03aaf1a0 | |
parent | 88e6195a911bce85adcc14e8377aa619e8054ab2 [diff] |
iwmc3200wifi: SDIO disable race fix When calling sdio->bus_disable(), we are flushing the command lists before disabling the sdio function. We can thus potentially get a command response after having flushed the command list. To avoid that race, we have to call iwm_reset() after disabling the sdio function. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>