[PATCH 1/8] tg3: Separate requested and actual flow control parameters

2007-12-20 Thread Matt Carlson
This patch removes the TX and RX flow control flags from tg3_flags and adds two new flow control variables, flowctrl and active_flowctrl. Signed-off-by: Matt Carlson <[EMAIL PROTECTED]> Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 4942f7

Re: [PATCH 1/8] tg3: Separate requested and actual flow control parameters

2007-12-20 Thread David Miller
From: "Matt Carlson" <[EMAIL PROTECTED]> Date: Thu, 20 Dec 2007 14:59:49 -0800 > This patch removes the TX and RX flow control flags from tg3_flags and > adds two new flow control variables, flowctrl and active_flowctrl. > > Signed-off-by: Matt Carlson <[EMAIL PROTECTED]> > Signed-off-by: Michael