commit | 0e9a44dc0bb718c28b20a48f551818036ef090ab | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Apr 28 12:09:16 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Mon May 10 15:08:55 2010 -0700 |
tree | 589b695db3bf371614b38f6305b2f53b57ebf1bc | |
parent | d1358f62d47c9e872994e5c6e9c9d6e1f31d24c4 [diff] |
iwlagn: prepare for new firmware file format Currently the first four bytes in a firmware file indicate the major, minor and api versions as well as the serial number. These combined can never be zero, so we can use that special case for a new, future, file format. This patch simply shuffles the code and prepares for that new format. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>