PATCH 2.6.18.1 drivers/net/sk98lin/sky2.c compile fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux