Re: [patch 4/10] s390: network driver.
From: jamal <hidden>
Date: 2005-01-06 13:58:32
From: jamal <hidden>
Date: 2005-01-06 13:58:32
On Wed, 2005-01-05 at 10:35, Tommy Christensen wrote:
jamal wrote:
Except for the drivers that call netif_stop_queue() on link-down. These calls (and the corresponding netif_wake_queue) would have to be removed.
If we assume all drivers do: netif_stop then carrier_off then you dont need that extra check. Thats the working assumption i had - maybe a comment is deserving or we could say we dont think that all drivers are going to follow that sequence. cheers, jamal