From 33004bb8f56db4ebfd60ae2f636db830c4920603 Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Sat, 6 Sep 2008 20:25:39 +0000 Subject: Revert unnecessary default hardhdlc mode from 56K to 64K git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4869 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wct4xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/dahdi') diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c index b40853f..d3d2577 100644 --- a/drivers/dahdi/wct4xxp/base.c +++ b/drivers/dahdi/wct4xxp/base.c @@ -184,7 +184,7 @@ static int lastdtmfthreshold = VPM_DEFAULT_DTMFTHRESHOLD; utilization / max number of calls / etc. */ static int noburst = 1; /* For 56kbps links, set this module parameter to 0x7f */ -static int hardhdlcmode = 0x7f; +static int hardhdlcmode = 0xff; #ifdef FANCY_ALARM static int altab[] = { -- cgit v1.2.3