Re: [PATCH 1/6] tg3: Call netif_carrier_off() during phy reset

2006-04-29 Thread David S. Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Fri, 28 Apr 2006 16:35:06 -0700 > Add netif_carrier_off() call during tg3_phy_reset(). This is needed > to properly track the netif_carrier state in cases where we do a > PHY reset with interrupts disabled. The SerDes code will not run > properly if t

[PATCH 1/6] tg3: Call netif_carrier_off() during phy reset

2006-04-28 Thread Michael Chan
Add netif_carrier_off() call during tg3_phy_reset(). This is needed to properly track the netif_carrier state in cases where we do a PHY reset with interrupts disabled. The SerDes code will not run properly if the netif_carrier state is wrong. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff