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@digium.com> Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10171 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
parent
17f0170829
commit
57f80508b5
@ -240,7 +240,6 @@ static int fxstxgain = 0;
|
||||
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(fxorxgain, int, 0600);
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user