From: Ursula Braun Date: Tue, 1 Apr 2008 08:26:55 +0000 (+0200) Subject: qeth: set lan_online flag after a received STARTLAN X-Git-Tag: v2.6.26-rc1~1138^2~8^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922dc0624ea02905e33a7fe1440f8cd157f9a4e5;p=pandora-kernel.git qeth: set lan_online flag after a received STARTLAN Problem: A STARTLAN command from the adapter may arrive while a qeth recovery is currently running with a failed qeth STARTLAN. Usually qeth schedules a recovery when receiving a STARTLAN command from the adapter. But another recovery scheduled while a recovery is already running never starts. Thus the qeth-administered lan_online flag remains zero in this scenario, even though the adapter-STARTLAN has happened. Solution: Set lan_online flag for a received STARTLAN from the adapter in case scheduled recovery does not start. Signed-off-by: Ursula Braun Signed-off-by: Frank Blaschka Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed