Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166545
b: refs/heads/master
c: 5185107
h: refs/heads/master
i:
  166543: 78ed5cc
v: v3
  • Loading branch information
Jesse Brandeburg authored and David S. Miller committed Sep 27, 2009
1 parent 3fce0af commit 70fa035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 282b177782b6bea756f9d46f72422a7304693179
refs/heads/master: 51851073093f36a626de5f5eb1b87db9cae7e0d2
3 changes: 1 addition & 2 deletions trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,7 @@ void e1000_down(struct e1000_adapter *adapter)
ew32(RCTL, rctl & ~E1000_RCTL_EN);
/* flush and sleep below */

/* can be netif_tx_disable when NETIF_F_LLTX is removed */
netif_stop_queue(netdev);
netif_tx_disable(netdev);

/* disable transmits in the hardware */
tctl = er32(TCTL);
Expand Down

0 comments on commit 70fa035

Please sign in to comment.