Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224425
b: refs/heads/master
c: 706f23a
h: refs/heads/master
i:
  224423: 4063e69
v: v3
  • Loading branch information
Sony Chacko authored and David S. Miller committed Nov 17, 2010
1 parent e895154 commit b7538e8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2679a135e6452359cd807754617db0d05ad404e5
refs/heads/master: 706f23ada68746ed475488e7d2e2ca392fc4f731
3 changes: 2 additions & 1 deletion trunk/drivers/net/qlcnic/qlcnic_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,9 +925,10 @@ static int qlcnic_set_rx_csum(struct net_device *dev, u32 data)

dev->features &= ~NETIF_F_LRO;
qlcnic_send_lro_cleanup(adapter);
dev_info(&adapter->pdev->dev,
"disabling LRO as rx_csum is off\n");
}
adapter->rx_csum = !!data;
dev_info(&adapter->pdev->dev, "disabling LRO as rx_csum is off\n");
return 0;
}

Expand Down

0 comments on commit b7538e8

Please sign in to comment.