From: Ivo van Doorn Date: Sun, 3 Feb 2008 14:48:38 +0000 (+0100) Subject: rt2x00: Driver requiring firmware should select crc algo X-Git-Tag: v2.6.26-rc1~1138^2~530^2~123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9404ef34e4747228717d6e22ce3827ed366ccf41;p=pandora-kernel.git rt2x00: Driver requiring firmware should select crc algo The driver should select what CRC algorithm is required when performing a checksum on the firmware. rt61pci & rt73usb require crc-itu-t rt2800pci & rt2800usb require crc-ccitt Legacy 2800pci/usb driver uses crc-itu-t + bit order reversion, but that is just inefficient especially since the end result is the same as a different algorithm which is also available as library. ;) Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed