Skip to content

Commit

Permalink
ieee1394: remove unneeded last_rx
Browse files Browse the repository at this point in the history
Last_rx is now done if needed inside bonding.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Jan 7, 2009
1 parent 79994c9 commit 464f4da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/ieee1394/eth1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -1238,8 +1238,6 @@ static int ether1394_data_handler(struct net_device *dev, int srcid, int destid,
if (netif_queue_stopped(dev))
netif_wake_queue(dev);

dev->last_rx = jiffies;

return 0;
}

Expand Down

0 comments on commit 464f4da

Please sign in to comment.