SOURCES (LINUX_2_6): linux-2.6-sk98lin-8.36.1.3.patch - fix compil...

baggins baggins at pld-linux.org
Fri Sep 22 14:48:12 CEST 2006


Author: baggins                      Date: Fri Sep 22 12:48:12 2006 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- fix compilation in 2.6.18 tree

---- Files affected:
SOURCES:
   linux-2.6-sk98lin-8.36.1.3.patch (1.1.2.2 -> 1.1.2.3) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-sk98lin-8.36.1.3.patch
diff -u SOURCES/linux-2.6-sk98lin-8.36.1.3.patch:1.1.2.2 SOURCES/linux-2.6-sk98lin-8.36.1.3.patch:1.1.2.3
--- SOURCES/linux-2.6-sk98lin-8.36.1.3.patch:1.1.2.2	Wed Sep 20 18:59:11 2006
+++ SOURCES/linux-2.6-sk98lin-8.36.1.3.patch	Fri Sep 22 14:48:06 2006
@@ -40,8 +40,8 @@
 +# History:
 +#
 +#	$Log$
-+#	Revision 1.1.2.2  2006/09/20 16:59:11  baggins
-+#	- properly generated this time
++#	Revision 1.1.2.3  2006/09/22 12:48:06  baggins
++#	- fix compilation in 2.6.18 tree
 +#	
 +#	Revision 1.9.2.1  2005/04/11 09:01:18  mlindner
 +#	Fix: Copyright year changed
@@ -42957,7 +42957,7 @@
 +			SK_DBG_MSG(pAC, SK_DBGMOD_DRV, SK_DBGCAT_DRV_TX_PROGRESS,
 +				("\tGet LE\n"));
 +#ifdef NETIF_F_TSO
-+			Mss = skb_shinfo(pSkPacket->pMBuf)->tso_size;
++			Mss = skb_shinfo(pSkPacket->pMBuf)->gso_size;
 +			if (Mss) {
 +				TcpOptLen = ((pSkPacket->pMBuf->h.th->doff - 5) * 4);
 +				IpTcpLen  = ((pSkPacket->pMBuf->nh.iph->ihl * 4) + 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/linux-2.6-sk98lin-8.36.1.3.patch?r1=1.1.2.2&r2=1.1.2.3&f=u



More information about the pld-cvs-commit mailing list