commit | dbf28e21ca391110e90ccad05dda79d2e2f60e0e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Sat Apr 16 08:29:24 2011 -0700 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Fri Apr 22 10:21:18 2011 -0700 |
tree | 76aa45ec1cfb00c09b9cae51742c475ab821911a | |
parent | ca7966c88e44233fac113579071a6f55e00ef5ac [diff] |
iwlagn: combine firmware code/data On new hardware, ucode images always come in pairs: code and data. Therefore, combine the variables into an appropriate struct and use that when both code and data are needed. Also, combine allocation and copying so that we have less code in total. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>