patch-2.2.13 linux/drivers/net/defxx.c
Next file: linux/drivers/net/dmfe.c
Previous file: linux/drivers/net/atp.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Oct 19 17:14:01 1999
-  Orig file: 
v2.2.12/linux/drivers/net/defxx.c
-  Orig date: 
Fri Apr 16 13:58:46 1999
diff -u --recursive --new-file v2.2.12/linux/drivers/net/defxx.c linux/drivers/net/defxx.c
@@ -3310,7 +3310,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)