[dahdi-commits] rmeyerriecks: branch linux/mspiceland/dahdi-qfalc31 r7900 - /linux/team/mspic...
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Tue Jan 12 11:13:29 CST 2010
Author: rmeyerriecks
Date: Tue Jan 12 11:13:25 2010
New Revision: 7900
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7900
Log:
wct4xxp: Reverting a "stickyness" feature. This caused the driver to lazily
select it's source of recovered timing. If it was currently clamped onto a
valid source of timing, and another higher priority source became available,
it would remain where it was, instead of switching timing immedietly.
Modified:
linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c
Modified: linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c?view=diff&rev=7900&r1=7899&r2=7900
==============================================================================
--- linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/team/mspiceland/dahdi-qfalc31/drivers/dahdi/wct4xxp/base.c Tue Jan 12 11:13:25 2010
@@ -1909,10 +1909,6 @@
"syncpos %d\n",
x+1, wc->tspans[x]->syncpos);
if (wc->tspans[x]->syncpos) {
- /* If our current timing source is in
- this list, stay locked to it */
- if (x == wc->syncsrc)
- return;
/* Valid rsync source in recovered
timing mode */
if (firstprio == 4)
More information about the dahdi-commits
mailing list