summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcb4xxp
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2009-01-30 23:42:36 +0000
committerMatthew Fredrickson <creslin@digium.com>2009-01-30 23:42:36 +0000
commitd7d0978d7ce471f6544bb4ed8eedca1ba54ce368 (patch)
tree1b6c87bf7cdf25be34ff513abb7d30d7996567a0 /drivers/dahdi/wcb4xxp
parent3c2688ae3fff795fefa68b31534b1207c3c7716f (diff)
Make sure that we pass alarm notification up the stack whenever alarms occur on the B410P
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@5924 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcb4xxp')
-rw-r--r--drivers/dahdi/wcb4xxp/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/wcb4xxp/base.c b/drivers/dahdi/wcb4xxp/base.c
index 9857efd..16816f6 100644
--- a/drivers/dahdi/wcb4xxp/base.c
+++ b/drivers/dahdi/wcb4xxp/base.c
@@ -1209,6 +1209,7 @@ static void hfc_update_st_timers(struct b4xxp *b4)
if (s->newalarm != s->span.alarms && time_after_eq(b4->ticks, s->alarmtimer)) {
if (!s->te_mode || !teignorered) {
s->span.alarms = s->newalarm;
+ dahdi_alarm_notify(&s->span);
if (DBG_ALARM)
dev_info(b4->dev, "span %d: alarm %d debounced\n", i + 1, s->newalarm);
if (!s->te_mode)