Re: [PATCH 1/5] tg3: Add tg3_netif_stop() in vlan functions

2006-06-29 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Thu, 29 Jun 2006 18:29:06 -0700 > Add tg3_netif_stop() when changing the vlgrp (vlan group) pointer. It > is necessary to quiesce the device before changing that pointer. > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> Good catch. Applied, than

[PATCH 1/5] tg3: Add tg3_netif_stop() in vlan functions

2006-06-29 Thread Michael Chan
Add tg3_netif_stop() when changing the vlgrp (vlan group) pointer. It is necessary to quiesce the device before changing that pointer. Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 35f9316..2447fa3 100644 --- a/drivers/net/tg3.c +++ b/dr