summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2011-04-30 19:31:32 +0100
committerBen Hutchings <ben@decadent.org.uk>2011-05-17 05:22:12 +0100
commitae524638c277301a83daf126aaaf880738e2474b (patch)
treef825ff6aafe663b66c7334dcffefd45ade446647
parentdfb7f24fbce0a3dd835333cde9b8870236508c96 (diff)
rt2870sta: Use latest firmware for RT3070 and RT3071
Ralink's original drivers for RT2800U-family chips used multiple different versions of the firmware for different chips. The rt2870sta driver in staging was briefly converted to load different files for different chips. However, the current rt2870.bin provides 2 images that are supposed to cover all of them, so: - Replace rt3070.bin with a symlink. The driver will use the first image and ignore the second. - Replace rt3071.bin with a copy of the second image in the current rt2870.bin. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--WHENCE12
l---------[-rw-r--r--]rt3070.binbin4096 -> 10 bytes
-rw-r--r--rt3071.binbin4096 -> 4096 bytes
3 files changed, 11 insertions, 1 deletions
diff --git a/WHENCE b/WHENCE
index e28b0cc..f005c0f 100644
--- a/WHENCE
+++ b/WHENCE
@@ -1120,12 +1120,22 @@ This is a link to rt2860.bin for compatibility.
Driver: rt2800usb - Ralink RT2870, RT3070, RT3071, RT3072, RT5370 wireless MACs
File: rt2870.bin
+
+Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
+
+Binary file supplied by Shiang Tu <shiang_tu@ralinktech.com>. Firmware Version 29
+
+--------------------------------------------------------------------------
+
+Driver: rt2870sta - Ralink RT2870, RT3070, RT3071 wireless MACs
+
File: rt3070.bin
File: rt3071.bin
Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
-Binary file supplied by Shiang Tu <shiang_tu@ralinktech.com>. Firmware Version 29
+rt3070.bin is a link to rt2870.bin for compatibility.
+rt3071.bin is a copy of bytes 4096-8191 of rt2870.bin for compatibility.
--------------------------------------------------------------------------
diff --git a/rt3070.bin b/rt3070.bin
index cd49e96..d233a1d 100644..120000
--- a/rt3070.bin
+++ b/rt3070.bin
Binary files differ
diff --git a/rt3071.bin b/rt3071.bin
index 6db66b3..b1f44e0 100644
--- a/rt3071.bin
+++ b/rt3071.bin
Binary files differ