From e4fce6849a64461943af7fc6c2730313d085d51a Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 17 Mar 2014 11:58:49 -0500 Subject: [PATCH] wcte43x: Update firmware for TE435 / TE235 to e0019. This firmware image is able to handle system conditions that would result in spans internmittenly going down and recovering. Internal-Issue-ID: DAHDI-1087 Signed-off-by: Shaun Ruffell --- drivers/dahdi/firmware/Makefile | 2 +- drivers/dahdi/wcte43x-base.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dahdi/firmware/Makefile b/drivers/dahdi/firmware/Makefile index d5b24a9..6840f4a 100644 --- a/drivers/dahdi/firmware/Makefile +++ b/drivers/dahdi/firmware/Makefile @@ -33,7 +33,7 @@ VPMOCT032_VERSION:=1.12.0 WCT820_VERSION:=1.76 TE133_VERSION:=780019 TE134_VERSION:=780017 -TE435_VERSION:=e0017 +TE435_VERSION:=e0019 A8A_VERSION:=1d0017 A8B_VERSION:=1d0019 A4A_VERSION:=a0017 diff --git a/drivers/dahdi/wcte43x-base.c b/drivers/dahdi/wcte43x-base.c index a285fa2..bb68183 100644 --- a/drivers/dahdi/wcte43x-base.c +++ b/drivers/dahdi/wcte43x-base.c @@ -52,7 +52,7 @@ #include "wcxb_flash.h" static const char *TE435_FW_FILENAME = "dahdi-fw-te435.bin"; -static const u32 TE435_VERSION = 0xe0017; +static const u32 TE435_VERSION = 0xe0019; /* #define RPC_RCLK */