From: Samuel Ortiz Date: Fri, 16 Oct 2009 05:18:54 +0000 (+0800) Subject: iwmc3200wifi: SDIO disable race fix X-Git-Tag: v2.6.33-rc1~388^2~599^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f96cca8483c1b0bcc8002dc466159bf8fd53ca47;p=pandora-kernel.git 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 Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed