Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45030
b: refs/heads/master
c: 83cd827
h: refs/heads/master
v: v3
  • Loading branch information
Bruce Allan authored and Jeff Garzik committed Dec 26, 2006
1 parent 45b22d8 commit 36a8cf7
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: bb8e3311ef9de8e72f45f910e4a977c313c7009c
refs/heads/master: 83cd827977d8d20ac8c4fe56c88b53a70ac54af3
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 @@ -3485,12 +3485,11 @@ e1000_change_mtu(struct net_device *netdev, int new_mtu)
adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;

netdev->mtu = new_mtu;
adapter->hw.max_frame_size = max_frame;

if (netif_running(netdev))
e1000_reinit_locked(adapter);

adapter->hw.max_frame_size = max_frame;

return 0;
}

Expand Down

0 comments on commit 36a8cf7

Please sign in to comment.