Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273525
b: refs/heads/master
c: 243559f
h: refs/heads/master
i:
  273523: 7fc8df1
v: v3
  • Loading branch information
Jesse Brandeburg authored and Jeff Kirsher committed Nov 2, 2011
1 parent d968d94 commit ac06546
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 34c9ef8bc66e21bdecb215b2fb7d93092468d27d
refs/heads/master: 243559f436f26b571ea3a4e70ff082892dc58f16
4 changes: 4 additions & 0 deletions trunk/drivers/net/ethernet/intel/e100.c
Original file line number Diff line number Diff line change
Expand Up @@ -2810,6 +2810,10 @@ static int __devinit e100_probe(struct pci_dev *pdev,

e100_get_defaults(nic);

/* D100 MAC doesn't allow rx of vlan packets with normal MTU */
if (nic->mac < mac_82558_D101_A4)
netdev->features |= NETIF_F_VLAN_CHALLENGED;

/* locks must be initialized before calling hw_reset */
spin_lock_init(&nic->cb_lock);
spin_lock_init(&nic->cmd_lock);
Expand Down

0 comments on commit ac06546

Please sign in to comment.