From: Ursula Braun There is no urgent need to restart a netiucv connection automatically, if packets are sent while the netiucv device is not up and running. Signed-off-by: Ursula Braun Signed-off-by: Frank Blaschka --- drivers/s390/net/netiucv.c | 2 -- 1 file changed, 2 deletions(-) diff -urpN linux-2.6/drivers/s390/net/netiucv.c linux-2.6-patched/drivers/s390/net/netiucv.c --- linux-2.6/drivers/s390/net/netiucv.c 2008-04-23 17:52:28.000000000 +0200 +++ linux-2.6-patched/drivers/s390/net/netiucv.c 2008-04-23 17:55:48.000000000 +0200 @@ -1313,8 +1313,6 @@ static int netiucv_tx(struct sk_buff *sk * and throw away packet. */ if (fsm_getstate(privptr->fsm) != DEV_STATE_RUNNING) { - if (!in_atomic()) - fsm_event(privptr->fsm, DEV_EVENT_START, dev); dev_kfree_skb(skb); privptr->stats.tx_dropped++; privptr->stats.tx_errors++; -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html