Commit 464f4daa authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller

ieee1394: remove unneeded last_rx

Last_rx is now done if needed inside bonding.
Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Acked-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 79994c99
......@@ -1238,8 +1238,6 @@ bad_proto:
if (netif_queue_stopped(dev))
netif_wake_queue(dev);
dev->last_rx = jiffies;
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment