From: Breno Leitao Date: Sat, 19 Dec 2009 04:35:34 +0000 (-0800) Subject: bnx2: fixing a timout error due not refreshing TX timers correctly X-Git-Tag: v2.6.33-rc2~40^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6bf95ffa8d6f8f4b7ee33ea01490d95b0bbeb6e;p=pandora-kernel.git bnx2: fixing a timout error due not refreshing TX timers correctly When running the following script on an active bnx2 interface: while(true); do ifconfig ethX mtu 9000; ifconfig ethX mtu 1500; done A timeout error appears and dumps the following stack: NETDEV WATCHDOG: eth4 (bnx2): transmit queue 0 timed out ------------[ cut here ]------------ Badness at net/sched/sch_generic.c:261 This patch just fixes the way that ->trans_start is refreshed. Signed-off-by: Breno Leitao Acked-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed