commit | 0cbe0064614ace61e08618948f82c6d525e75017 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Wed Jan 28 00:33:47 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Feb 09 15:03:35 2009 -0500 |
tree | dc6f68d5da42ab6ada2fab2bd4e5fecfa6f1ed8c | |
parent | a2c9b652a12a550d3d8509e9bae43bac396c5076 [diff] |
rt2x00: Validate firmware in driver The get_firmware_crc() callback function isn't flexible enough when dealing with multiple firmware versions. It might in some cases be possible that the firmware file contains multiple CRC checksums. Create the check_firmware() callback function where the driver has complete freedom in how to validate the firmware. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>