From: Manish Lachwani <mlachwani@prometheus.mvista.com>
To: linux-mips@linux-mips.org
Subject: [PATCH] Small fix for the Sibyte Mac driver
Date: Mon, 8 Nov 2004 15:51:48 -0800 [thread overview]
Message-ID: <20041108235148.GA20991@prometheus.mvista.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 129 bytes --]
Hello !
Attached is a small patch for the Sibyte MAC Driver. This helps
print the device name correctly
Thanks
Manish Lachwani
[-- Attachment #2: patch-sb1250-mac --]
[-- Type: text/plain, Size: 590 bytes --]
--- drivers/net/sb1250-mac.c.orig 2004-11-08 15:36:45.000000000 -0800
+++ drivers/net/sb1250-mac.c 2004-11-08 15:44:33.000000000 -0800
@@ -2410,13 +2410,13 @@
dev->change_mtu = sb1250_change_mtu;
- /* This is needed for PASS2 for Rx H/W checksum feature */
- sbmac_set_iphdr_offset(sc);
-
err = register_netdev(dev);
if (err)
goto out_uninit;
+ /* This is needed for PASS2 for Rx H/W checksum feature */
+ sbmac_set_iphdr_offset(sc);
+
/*
* Display Ethernet address (this is called during the config
* process so we need to finish off the config message that
next reply other threads:[~2004-11-08 23:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-08 23:51 Manish Lachwani [this message]
2004-11-09 19:59 ` [PATCH] Small fix for the Sibyte Mac driver Ralf Baechle
2004-11-09 20:50 ` Manish Lachwani
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=20041108235148.GA20991@prometheus.mvista.com \
--to=mlachwani@prometheus.mvista.com \
--cc=linux-mips@linux-mips.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 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.