summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_global.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-08-11 16:22:24 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-08-11 16:22:24 +0000
commita79b126653e6df98085eddc586419dccf12b724c (patch)
tree8e1e84273875cac6e91486a0ba1a099e19209147 /drivers/dahdi/xpp/card_global.c
parentd0106ae371aeaf18a7a632142f5daca57beb93b0 (diff)
xpp: CAS/E1 support in the PRI module, and minor fixes.
* Add support for CAS in the PRI module. Use firmware rev. 5975. * Debugging parameter pcmtx_chan now accepts a dahdi channel number. * Do initialize a reserved protocol field (card_global). * The name DAHDI as used in proc/xpp/sync has 5 (not 6) letters. * Fix DTMF "channel leak" regression in the FXS module. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4761 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/card_global.c')
-rw-r--r--drivers/dahdi/xpp/card_global.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/xpp/card_global.c b/drivers/dahdi/xpp/card_global.c
index d233871..e4c83f6 100644
--- a/drivers/dahdi/xpp/card_global.c
+++ b/drivers/dahdi/xpp/card_global.c
@@ -410,6 +410,7 @@ static void global_packet_dump(const char *msg, xpacket_t *pack);
}
XFRAME_NEW_CMD(xframe, pack, xbus, GLOBAL, AB_REQUEST, 0);
RPACKET_FIELD(pack, GLOBAL, AB_REQUEST, rev) = XPP_PROTOCOL_VERSION;
+ RPACKET_FIELD(pack, GLOBAL, AB_REQUEST, reserved) = 0;
XBUS_DBG(DEVICES, xbus, "Protocol Version %d\n", XPP_PROTOCOL_VERSION);
ret = send_cmd_frame(xbus, xframe);
return ret;