Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c22202fa authored by Ben Hutchings's avatar Ben Hutchings Committed by Greg Kroah-Hartman
Browse files

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: default avatarBen Hutchings <ben@decadent.org.uk>
Tested-By: default avatarDarren Salt <linux@youmustbejoking.demon.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8838d256
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ config RT2860
	depends on PCI && X86 && WLAN
	select WIRELESS_EXT
	select WEXT_PRIV
	select CRC_CCITT
	select FW_LOADER
	---help---
	  This is an experimental driver for the Ralink 2860 and 3090
	  wireless chips.
Loading