public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Darryl L. Miles" <darryl@netbauds.net>
To: linux-kernel@vger.kernel.org
Subject: PATCH 2.6.18.1 drivers/net/sk98lin/sky2.c compile fix
Date: Wed, 18 Oct 2006 08:27:40 +0100	[thread overview]
Message-ID: <4535D76C.4080903@netbauds.net> (raw)


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



                 reply	other threads:[~2006-10-18  7:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4535D76C.4080903@netbauds.net \
    --to=darryl@netbauds.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox