commit | c91276592695e13d1b52eab572551017cbf96ee7 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Dec 01 18:19:36 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Dec 05 09:35:46 2008 -0500 |
tree | c5e0a6611c215ce38637c56c0ef0989fda04d120 | |
parent | 0f70f398460adb2d8aabb00e7e65f58247f219a3 [diff] |
p54: fix lm87 checksum endianness This fixes the checksum calculation for lm87 firmwares on big endian platforms, the device treats the data as an array of 32-bit little endian values so the driver needs to do that as well. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>