[dahdi-commits] sruffell: linux/trunk r4794 -	/linux/trunk/drivers/dahdi/wctc4xxp/base.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Tue Aug 19 15:25:30 CDT 2008
    
    
  
Author: sruffell
Date: Tue Aug 19 15:25:29 2008
New Revision: 4794
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4794
Log:
Fixed calculation of the timestamp.
Modified:
    linux/trunk/drivers/dahdi/wctc4xxp/base.c
Modified: linux/trunk/drivers/dahdi/wctc4xxp/base.c
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/wctc4xxp/base.c?view=diff&rev=4794&r1=4793&r2=4794
==============================================================================
--- linux/trunk/drivers/dahdi/wctc4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctc4xxp/base.c Tue Aug 19 15:25:29 2008
@@ -1759,7 +1759,6 @@
 		return -EFAULT;
 	}
 	cpvt->seqno += 1;
-	cpvt->timestamp += count;
 
 	DTE_DEBUG(DTE_DEBUG_RTP_TX, 
 	    "Sending packet of %Zu byte on channel (%p).\n", count, dtc);
    
    
More information about the dahdi-commits
mailing list