Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98532
b: refs/heads/master
c: 6f4a0e4
h: refs/heads/master
v: v3
  • Loading branch information
Paul Larson authored and Jeff Garzik committed Jun 27, 2008
1 parent 1879b43 commit 26be619
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: ccc57aac9c9532b4540968632a8c4a0b946dbcc4
refs/heads/master: 6f4a0e45c6392f84436004d4c04d31b8ff5071c5
3 changes: 2 additions & 1 deletion trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1969,7 +1969,8 @@ void ixgbe_down(struct ixgbe_adapter *adapter)
netif_carrier_off(netdev);
netif_stop_queue(netdev);

ixgbe_reset(adapter);
if (!pci_channel_offline(adapter->pdev))
ixgbe_reset(adapter);
ixgbe_clean_all_tx_rings(adapter);
ixgbe_clean_all_rx_rings(adapter);

Expand Down

0 comments on commit 26be619

Please sign in to comment.