Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134347
b: refs/heads/master
c: 04fe635
h: refs/heads/master
i:
  134345: c854452
  134343: 92d3af7
v: v3
  • Loading branch information
Alexander Duyck authored and David S. Miller committed Feb 7, 2009
1 parent f0d2d44 commit f5ed068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 450c87c8d28aeaf83889389ceeb01457c1a6f3e9
refs/heads/master: 04fe63583d4648c0378a58afc0de89b640d822ef
4 changes: 4 additions & 0 deletions trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,10 @@ void igb_down(struct igb_adapter *adapter)

netdev->tx_queue_len = adapter->tx_queue_len;
netif_carrier_off(netdev);

/* record the stats before reset*/
igb_update_stats(adapter);

adapter->link_speed = 0;
adapter->link_duplex = 0;

Expand Down

0 comments on commit f5ed068

Please sign in to comment.