Re: [PATCH] fs_enet: restore promiscuous and multicast settings in restart()
From: Bill Fink <hidden>
Date: 2008-06-20 17:50:16
Also in:
netdev
From: Bill Fink <hidden>
Date: 2008-06-20 17:50:16
Also in:
netdev
On Fri, 20 Jun 2008, Laurent Pinchart wrote:
On Friday 20 June 2008 05:01, Bill Fink wrote:quoted
On Wed, 18 Jun 2008, Laurent Pinchart wrote:quoted
The restart() function is called when the link state changes and resets multicast and promiscous settings. This patch restores those settings atthequoted
quoted
end of restart(). Signed-off-by: Laurent Pinchart <redacted> --- drivers/net/fs_enet/mac-fcc.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletions(-)Is the whole patch here? The above says 2 files changed and 5 lines changed, but what's included here is only 1 file and 3 line changes.Yes it is. I've hand-removed a completely unrelated change that I had committed to my git tree in the same go (back when I wasn't very familiar with git). Do I need to resubmit ?
I can't answer that. I just wanted to make sure part of the patch wasn't accidentally left out. -Bill