From dfb7f24fbce0a3dd835333cde9b8870236508c96 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 30 Apr 2011 19:31:32 +0100 Subject: 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 --- WHENCE | 2 +- rt3090.bin | Bin 8192 -> 10 bytes 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 120000 rt3090.bin 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 -- cgit v1.2.3