All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jordan Crouse" <jordan.crouse@amd.com>
To: "elmar gerdes" <elmar.gerdes@engel-kg.com>
Cc: linux-mips@linux-mips.org
Subject: Re: au1000_tx_timeout and promiscuous mode
Date: Fri, 17 Mar 2006 09:38:06 -0700	[thread overview]
Message-ID: <20060317163806.GA3679@cosmic.amd.com> (raw)
In-Reply-To: <20060317010227.GA16575@engel-kg.com>

On 17/03/06 02:02 +0100, elmar gerdes wrote:
> 
> hi folks,

Greetings Elmar.

> @@ -2070,6 +2070,7 @@
>  	printk(KERN_ERR "%s: au1000_tx_timeout: dev=%p\n", dev->name, dev);
>  	reset_mac(dev);
>  	au1000_init(dev);
> +	set_rx_mode(dev);	// EG 2006-03-15: set promiscuous mode
>  	dev->trans_start = jiffies;
>  	netif_wake_queue(dev);

I would move the comment to the previous line, use standard /* */ notation,
and your name and the date isn't really needed, as that information will
be stored in the GIT log.

Also, don't forget your Signed-off-by line and a short description of the
patch for posterity.

Other then that, I have no problems with the bug - unless Pete wants to
object, I think you should send the fixed-up patch to netdev@vger.kernel.org 
and CC this list. 

Regards,
Jordan

--
Jordan Crouse
Senior Linux Engineer
AMD - Personal Connectivity Solutions Group
<www.amd.com/embeddedprocessors>

  reply	other threads:[~2006-03-17 16:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-17  1:02 [PATCH] au1000_tx_timeout and promiscuous mode elmar gerdes
2006-03-17 16:38 ` Jordan Crouse [this message]
2006-03-17 18:31   ` Pete Popov

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=20060317163806.GA3679@cosmic.amd.com \
    --to=jordan.crouse@amd.com \
    --cc=elmar.gerdes@engel-kg.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.