Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112976
b: refs/heads/master
c: 20501a6
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Oct 11, 2008
1 parent 56a81e9 commit bca6d14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7bb82d924536cfa62db73dd381b07d9e9b084ffa
refs/heads/master: 20501a69818827884b4381cdcedefdb5e7892915
5 changes: 5 additions & 0 deletions trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,11 @@ static int __devinit e1000_probe(struct pci_dev *pdev,

netdev->features |= NETIF_F_LLTX;

netdev->vlan_features |= NETIF_F_TSO;
netdev->vlan_features |= NETIF_F_TSO6;
netdev->vlan_features |= NETIF_F_HW_CSUM;
netdev->vlan_features |= NETIF_F_SG;

adapter->en_mng_pt = e1000_enable_mng_pass_thru(hw);

/* initialize eeprom parameters */
Expand Down

0 comments on commit bca6d14

Please sign in to comment.