summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/dahdi/zaphfc/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/zaphfc/base.c b/drivers/dahdi/zaphfc/base.c
index 60a5688..b69a764 100644
--- a/drivers/dahdi/zaphfc/base.c
+++ b/drivers/dahdi/zaphfc/base.c
@@ -698,7 +698,7 @@ static int hfc_zap_initialize(struct dahdi_hfc *hfccard)
if (i == hfccard->span.channels - 1) {
hfccard->chans[i].sigcap = DAHDI_SIG_HARDHDLC;
- hfccard->sigchan = &hfccard->chans[D];
+ hfccard->sigchan = &hfccard->chans[DAHDI_D];
hfccard->sigactive = 0;
atomic_set(&hfccard->hdlc_pending, 0);
} else {