patch-2.3.19 linux/drivers/net/defxx.c
Next file: linux/drivers/net/dmfe.c
Previous file: linux/drivers/net/bmac.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed Sep 29 15:32:15 1999
-  Orig file: 
v2.3.18/linux/drivers/net/defxx.c
-  Orig date: 
Tue Sep  7 12:14:06 1999
diff -u --recursive --new-file v2.3.18/linux/drivers/net/defxx.c linux/drivers/net/defxx.c
@@ -3295,7 +3295,7 @@
 	 *			wide.
 	 */
 
-	p_xmt_descr->long_0	= (u32) (PI_XMT_DESCR_M_SOP | PI_XMT_DESCR_M_EOP | ((skb->len + 3) << PI_XMT_DESCR_V_SEG_LEN));
+	p_xmt_descr->long_0	= (u32) (PI_XMT_DESCR_M_SOP | PI_XMT_DESCR_M_EOP | ((skb->len) << PI_XMT_DESCR_V_SEG_LEN));
 	p_xmt_descr->long_1 = (u32) virt_to_bus(skb->data);
 
 	/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)