diff mbox

[2/3] ieee1394: remove unneeded last_rx

Message ID 20090106145554.53ef1ccc@extreme
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

stephen hemminger Jan. 6, 2009, 10:55 p.m. UTC
Last_rx is now done if needed inside bonding.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

--
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

Comments

Stefan Richter Jan. 6, 2009, 11:22 p.m. UTC | #1
Stephen Hemminger wrote:
> Last_rx is now done if needed inside bonding.

Just in case that this is meant to go through net(dev?)-2.6.git rather
than linux1394-2.6.git:
Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
diff mbox

Patch

--- a/drivers/ieee1394/eth1394.c	2009-01-03 20:19:30.123514679 -0800
+++ b/drivers/ieee1394/eth1394.c	2009-01-03 20:21:51.018766544 -0800
@@ -1234,8 +1238,6 @@  bad_proto:
 	if (netif_queue_stopped(dev))
 		netif_wake_queue(dev);
 
-	dev->last_rx = jiffies;
-
 	return 0;
 }