From: Ivo van Doorn Date: Sun, 9 Mar 2008 21:44:54 +0000 (+0100) Subject: rt2x00: Move firmware checksumming to driver X-Git-Tag: v2.6.26-rc1~1138^2~434 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f3a06cbb63a16ad7a1720506591d8d12a03029;p=pandora-kernel.git rt2x00: Move firmware checksumming to driver rt2x00lib depended on 2 crc algorithms because rt61/rt73 use a different algorithm then rt2800. This means that even when only 1 algorithm was needed, the dependency was still present for both. By moving the checksum generation to the driver we can clean up 2 annoying flags (which indicated which checksum was required) and move the dependency to where it belongs: the driver. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed