summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
diff options
context:
space:
mode:
authorDoug Bailey <dbailey@digium.com>2009-01-27 15:13:52 +0000
committerDoug Bailey <dbailey@digium.com>2009-01-27 15:13:52 +0000
commit22c8d7c0cf228dec7ccc38348ab8e6c77c492bc6 (patch)
treeaf16d0d84a80f19db1ef87a6e2a5a3ec0e124106 /drivers/dahdi/wctdm24xxp/wctdm24xxp.h
parentb19785437da38b006e18c54cfe03e3930f0ea19c (diff)
Break VMWI ioctl calls into two separate calls to maintain old revision compatibility
(issue #14104) Reported by: alecdavis Tested by: dbailey git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5826 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wctdm24xxp/wctdm24xxp.h')
-rw-r--r--drivers/dahdi/wctdm24xxp/wctdm24xxp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
index 86a9f95..f8da786 100644
--- a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
+++ b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
@@ -249,7 +249,8 @@ struct wctdm {
int lasttxhook; /* Bits 0-3 are written to proslic reg 64, Bit 4 indicates if the last write is pending */
int palarms;
struct dahdi_vmwi_info vmwisetting;
- int linereverse_mwi;
+ int vmwi_active_messages;
+ int vmwi_linereverse;
int reversepolarity; /* polarity reversal */
struct calregs calregs;
} fxs;