lkml.org 
[lkml]   [2006]   [Oct]   [18]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 18 Oct 2006 08:27:40 +0100
From"Darryl L. Miles" <>
SubjectPATCH 2.6.18.1 drivers/net/sk98lin/sky2.c compile fix
This was necessary to make 2.6.18.1 build.

--- linux-2.6.18.1/drivers/net/sk98lin/sky2.c~  2006-10-17 00:27:02.000000000 +0100
+++ linux-2.6.18.1/drivers/net/sk98lin/sky2.c   2006-10-17 00:27:02.000000000 +0100
@@ -1007,7 +1007,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) +


-- 
Darryl L. Miles


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-10-18 09:31    [from the cache]
©2003-2008