commit | 562db532760827f6ce30801a08e6b568848bc9f2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Apr 29 07:41:53 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Mon May 10 14:56:14 2010 -0700 |
tree | 42c3995c06d7bd7837db4d4862387fa1f72fd2aa | |
parent | 79733a865c7fd778ce45e3503962b3a875b0a153 [diff] |
iwlagn: wait for asynchronous firmware loading When we kick off a firmware loading process, and then unbind from the pci device right away, we get into trouble. Avoid that by waiting for the firmware loading to finish (whether successfully or not) before the unbind in iwl_pci_remove. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>