[svn-commits] sruffell: branch linux/sruffell/wctdm24xxp-updates r10136 - /linux/team/sruff...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 12 19:36:49 CDT 2011


Author: sruffell
Date: Fri Aug 12 19:36:45 2011
New Revision: 10136

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10136
Log:
wctdm24xxp: Remove fwringdetect module parameter.

The driver / FXO modules now always operate in a fwringdetect mode and the
module parameter was never checked anywhere. It is now gone.

Signed-off-by: Shaun Ruffell <sruffell at digium.com>

Modified:
    linux/team/sruffell/wctdm24xxp-updates/drivers/dahdi/wctdm24xxp/base.c

Modified: linux/team/sruffell/wctdm24xxp-updates/drivers/dahdi/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/team/sruffell/wctdm24xxp-updates/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=10136&r1=10135&r2=10136
==============================================================================
--- linux/team/sruffell/wctdm24xxp-updates/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/team/sruffell/wctdm24xxp-updates/drivers/dahdi/wctdm24xxp/base.c Fri Aug 12 19:36:45 2011
@@ -240,7 +240,6 @@
 static int fxsrxgain = 0;
 static int nativebridge = 0;
 static int ringdebounce = DEFAULT_RING_DEBOUNCE;
-static int fwringdetect = 0;
 static int latency = VOICEBUS_DEFAULT_LATENCY;
 static unsigned int max_latency = VOICEBUS_DEFAULT_MAXLATENCY;
 static int forceload;
@@ -6082,7 +6081,6 @@
 module_param(fxstxgain, int, 0600);
 module_param(fxsrxgain, int, 0600);
 module_param(ringdebounce, int, 0600);
-module_param(fwringdetect, int, 0600);
 module_param(latency, int, 0400);
 module_param(max_latency, int, 0400);
 module_param(neonmwi_monitor, int, 0600);




More information about the svn-commits mailing list