* PATCH 2.6.18.1 drivers/net/sk98lin/sky2.c compile fix
@ 2006-10-18 7:27 Darryl L. Miles
0 siblings, 0 replies; only message in thread
From: Darryl L. Miles @ 2006-10-18 7:27 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-18 7:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-18 7:27 PATCH 2.6.18.1 drivers/net/sk98lin/sky2.c compile fix Darryl L. Miles
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.