commit | cf6142975bcbb731bc131ee9d2a68b7561076545 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Sun Jan 08 16:33:58 2012 +0200 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Thu Feb 02 14:36:58 2012 -0800 |
tree | 7cec34553e1d121f0ae601cc603e33007ccd8269 | |
parent | d48e2074e240192e8a0396e1ae0082dd0e78aa8e [diff] |
iwlwifi: consolidate the start_device flow Now there is only one transport function that launch a specific fw: trans_ops->start_fw. This one replaces trans_ops->start_device and trans_ops->kick_nic. The code that actually loads the fw to the device has been moved to the transport specific code. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>