Staging: rt{2860,2870}sta: Use request_firmware() to load firmware
authorBen Hutchings <ben@decadent.org.uk>
Mon, 18 Jan 2010 03:25:56 +0000 (03:25 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:48 +0000 (16:42 -0800)
commitc22202faade08b6b45f14fd86bfb57f79d73464c
treef6596a34f3ae3b772860025249104cd1f2f09bc1
parent8838d2560a8ccbc5e03688d55bf075793b36a04e
Staging: rt{2860,2870}sta: Use request_firmware() to load firmware

When originally introduced into staging, these drivers had custom
firmware-loading code which checked a version number and CRC at the
end of each blob.  This reintroduces those checks, using crc-ccitt
instead of custom code.

The removed firmware will be added to the linux-firmware.git
repository.

Based on work by Darren Salt <linux@youmustbejoking.demon.co.uk>.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Tested-By: Darren Salt <linux@youmustbejoking.demon.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rt2860/Kconfig
drivers/staging/rt2860/common/firmware.h [deleted file]
drivers/staging/rt2860/common/firmware_3070.h [deleted file]
drivers/staging/rt2860/common/rtmp_mcu.c
drivers/staging/rt2860/rt_linux.c
drivers/staging/rt2860/rtmp.h
drivers/staging/rt2870/Kconfig
drivers/staging/rt3070/firmware.h [deleted file]
drivers/staging/rt3090/firmware.h [deleted file]