Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184302
b: refs/heads/master
c: b6ca430
h: refs/heads/master
v: v3
  • Loading branch information
Simon Kagstrom authored and David S. Miller committed Feb 17, 2010
1 parent 8b88055 commit 298d49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 25cca5352712561fba97bd37c495593d641c1d39
refs/heads/master: b6ca430599ea37843632b0eaa231dea5414dec25
2 changes: 1 addition & 1 deletion trunk/drivers/net/via-velocity.c
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,7 @@ static int __devinit velocity_found1(struct pci_dev *pdev, const struct pci_devi
netif_napi_add(dev, &vptr->napi, velocity_poll, VELOCITY_NAPI_WEIGHT);

dev->features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_FILTER |
NETIF_F_HW_VLAN_RX | NETIF_F_IP_CSUM;
NETIF_F_HW_VLAN_RX | NETIF_F_IP_CSUM | NETIF_F_SG;

ret = register_netdev(dev);
if (ret < 0)
Expand Down

0 comments on commit 298d49a

Please sign in to comment.