Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98533
b: refs/heads/master
c: 3023682
h: refs/heads/master
i:
  98531: 1879b43
v: v3
  • Loading branch information
Jeff Kirsher authored and Jeff Garzik committed Jun 27, 2008
1 parent 26be619 commit 6d8ce0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f4a0e45c6392f84436004d4c04d31b8ff5071c5
refs/heads/master: 3023682e74bc17debc6aa5e234ae1d0b0e198719
3 changes: 2 additions & 1 deletion trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,8 @@ void igb_down(struct igb_adapter *adapter)
adapter->link_speed = 0;
adapter->link_duplex = 0;

igb_reset(adapter);
if (!pci_channel_offline(adapter->pdev))
igb_reset(adapter);
igb_clean_all_tx_rings(adapter);
igb_clean_all_rx_rings(adapter);
}
Expand Down

0 comments on commit 6d8ce0d

Please sign in to comment.