summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2009-05-11 17:48:45 +0000
committerShaun Ruffell <sruffell@digium.com>2009-05-11 17:48:45 +0000
commit7ee8a3deb79cc22342a1826d437e9fbc8e0b6518 (patch)
tree0f073fae342a826179c9e3a1b55dcc09cef291e2
parent12f22f8b8926614982e9031ab366016f49d43869 (diff)
wcte12xp: Expose vpm parameters as module parameters.
Expose the vpmnlptype, vpmnlpthresh, and vpmnlpmaxsupp as module parameters like for the wctdm24xxp. DAHDI-261 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6590 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wcte12xp/base.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index 1380168..7e09b71 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -1897,6 +1897,9 @@ module_param(latency, int, S_IRUGO | S_IWUSR);
#ifdef VPM_SUPPORT
module_param(vpmsupport, int, S_IRUGO | S_IWUSR);
module_param(vpmtsisupport, int, S_IRUGO | S_IWUSR);
+module_param(vpmnlptype, int, S_IRUGO);
+module_param(vpmnlpthresh, int, S_IRUGO);
+module_param(vpmnlpmaxsupp, int, S_IRUGO);
#endif
MODULE_DESCRIPTION("Wildcard VoiceBus Digital Card Driver");