Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150778
b: refs/heads/master
c: edfea6e
h: refs/heads/master
v: v3
  • Loading branch information
Simon Horman authored and David S. Miller committed Jun 9, 2009
1 parent c158d4d commit 8aba303
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 23a2d1b233f535fc74f8dca66e488980b4db041b
refs/heads/master: edfea6e641edee07bc69c70dd978088fc1cecd74
4 changes: 2 additions & 2 deletions trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2256,8 +2256,6 @@ static void e1000_configure_tx(struct e1000_adapter *adapter)
ew32(TARC(1), tarc);
}

e1000e_config_collision_dist(hw);

/* Setup Transmit Descriptor Settings for eop descriptor */
adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS;

Expand All @@ -2270,6 +2268,8 @@ static void e1000_configure_tx(struct e1000_adapter *adapter)

ew32(TCTL, tctl);

e1000e_config_collision_dist(hw);

adapter->tx_queue_len = adapter->netdev->tx_queue_len;
}

Expand Down

0 comments on commit 8aba303

Please sign in to comment.