[svn-commits] tzafrir: linux/trunk r8896 - /linux/trunk/drivers/dahdi/xpp/card_pri.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Jul 13 08:59:27 CDT 2010
Author: tzafrir
Date: Tue Jul 13 08:59:24 2010
New Revision: 8896
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8896
Log:
Don't reset span flag RBS on pri module
Don't attempt to reset the span flag DAHDI_FLAG_RBS.
At pre-registration we don't yet know if we're CAS or not.
Modified:
linux/trunk/drivers/dahdi/xpp/card_pri.c
Modified: linux/trunk/drivers/dahdi/xpp/card_pri.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/xpp/card_pri.c?view=diff&rev=8896&r1=8895&r2=8896
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/card_pri.c (original)
+++ linux/trunk/drivers/dahdi/xpp/card_pri.c Tue Jul 13 08:59:24 2010
@@ -1310,8 +1310,6 @@
cur_chan->flags &= ~DAHDI_FLAG_HDLC;
}
}
- if(!priv->is_cas)
- clear_bit(DAHDI_FLAGBIT_RBS, &xpd->span.flags);
xpd->span.spanconfig = pri_spanconfig;
xpd->span.chanconfig = pri_chanconfig;
xpd->span.startup = pri_startup;
More information about the svn-commits
mailing list