[svn-commits] sruffell: linux/trunk r10171 - /linux/trunk/drivers/dahdi/wctdm24xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 30 11:38:49 CDT 2011


Author: sruffell
Date: Tue Aug 30 11:38:45 2011
New Revision: 10171

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10171
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>
Acked-by: Russ Meyerriecks <rmeyerriecks at digium.com>

Modified:
    linux/trunk/drivers/dahdi/wctdm24xxp/base.c

Modified: linux/trunk/drivers/dahdi/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=10171&r1=10170&r2=10171
==============================================================================
--- linux/trunk/drivers/dahdi/wctdm24xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctdm24xxp/base.c Tue Aug 30 11:38: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;
@@ -6109,7 +6108,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