From c1fb7fc217aa2c0496cf611c7df32b91d9e0923a Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Fri, 24 Oct 2008 20:35:27 +0200 Subject: [PATCH] b43-fwcutter: Use another source file Signed-off-by: Michael Buesch --- fwcutter/fwcutter_list.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/fwcutter/fwcutter_list.h b/fwcutter/fwcutter_list.h index 4408225..e7493ec 100644 --- a/fwcutter/fwcutter_list.h +++ b/fwcutter/fwcutter_list.h @@ -156,7 +156,7 @@ static struct extract _cb8d70972b885b1f8883b943c0261a3c[] = EXTRACT_LIST_END }; -static struct extract _10f8cfb2893a11fe5b1cf003ee8d061f[] = +static struct extract _2dd738b8feb8b3559fd9d8fbaf3bfffc[] = { { .name = "lp0initvals14", .offset = 0x982B0, .type = EXT_IV, .length = 0xB80 }, { .name = "lp0bsinitvals14", .offset = 0x98E38, .type = EXT_IV, .length = 0x118 }, @@ -266,14 +266,15 @@ static const struct file files[] = .extract = _cb8d70972b885b1f8883b943c0261a3c, }, { - /* ftp://ftp.linksys.com/downloads/NA/firmware/ */ + /* ftp://ftp.linksys.com/opensourcecode/wrt610n/1.00.00.018/wrt610n_v1.00.00.018_us.tgz */ .name = "wl.o", .id = "FW14", .ucode_version = "478.104", - .md5 = "10f8cfb2893a11fe5b1cf003ee8d061f", + .md5 = "2dd738b8feb8b3559fd9d8fbaf3bfffc", .flags = FW_FLAG_LE | FW_FLAG_V4 | FW_FLAG_UNSUPPORTED, - .extract = _10f8cfb2893a11fe5b1cf003ee8d061f, + .extract = _2dd738b8feb8b3559fd9d8fbaf3bfffc, }, }; #define FILES (sizeof(files) / sizeof(files[0])) + -- 2.31.1