From: Ben Hutchings Date: Sat, 30 Apr 2011 18:31:32 +0000 (+0100) Subject: rt2860sta: Use latest firmware for RT3090 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfb7f24fbce0a3dd835333cde9b8870236508c96;p=linux-firmware rt2860sta: Use latest firmware for RT3090 Ralink's original drivers for RT2800P/RT2800E-family chips used multiple different versions of the firmware for different chips. The rt2860sta driver in staging was briefly converted to load different files for different chips. However, the current rt2860.bin is supposed to work on all of them, so replace rt3090.bin with a symlink. Signed-off-by: Ben Hutchings --- diff --git a/WHENCE b/WHENCE index d1e5fba..e28b0cc 100644 --- a/WHENCE +++ b/WHENCE @@ -1113,7 +1113,7 @@ File: rt3090.bin Licence: Redistributable. See LICENCE.ralink-firmware.txt for details -Found in hex form in kernel source. +This is a link to rt2860.bin for compatibility. -------------------------------------------------------------------------- diff --git a/rt3090.bin b/rt3090.bin deleted file mode 100644 index d8f0925..0000000 Binary files a/rt3090.bin and /dev/null differ diff --git a/rt3090.bin b/rt3090.bin new file mode 120000 index 0000000..c5a9ab0 --- /dev/null +++ b/rt3090.bin @@ -0,0 +1 @@ +rt2860.bin \ No newline at end of file