Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255510
b: refs/heads/master
c: eb8a50d
h: refs/heads/master
v: v3
  • Loading branch information
Padmanabh Ratnakar authored and David S. Miller committed Jun 11, 2011
1 parent f557cb8 commit a152926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 10a8d94a95742bb15b4e617ee9884bb4381362be
refs/heads/master: eb8a50d9a6118a310c0b01d47091a2a5d994b549
5 changes: 1 addition & 4 deletions trunk/drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2925,12 +2925,9 @@ static void be_netdev_init(struct net_device *netdev)
netdev->features |= netdev->hw_features |
NETIF_F_HW_VLAN_RX | NETIF_F_HW_VLAN_FILTER;

netdev->vlan_features |= NETIF_F_SG | NETIF_F_TSO |
netdev->vlan_features |= NETIF_F_SG | NETIF_F_TSO | NETIF_F_TSO6 |
NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM;

if (lancer_chip(adapter))
netdev->vlan_features |= NETIF_F_TSO6;

netdev->flags |= IFF_MULTICAST;

/* Default settings for Rx and Tx flow control */
Expand Down

0 comments on commit a152926

Please sign in to comment.