commit | 6dfa8d019cd21d08634ceb65a3fb90d0648bd93b | [log] [tgz] |
---|---|---|
author | David Spinadel <david.spinadel@intel.com> | Sat Mar 10 13:00:14 2012 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 12 14:22:09 2012 -0400 |
tree | 04cb6b0be027598b782d8c91ab5ae681d3304d83 | |
parent | ed8c8365c4431eeb733def3dd314cf303e1b12ea [diff] |
iwlwifi: change struct iwl_fw Change iwl_fw struct to hold an array of fw_img instead of three separated instances. Change fw_img to hold an array of fw_desc instead of two separate descriptors for instructions and data. Change load_given_ucode, load_section, verification functions etc. to support this structure. Signed-off-by: David Spinadel <david.spinadel@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>