Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187967
b: refs/heads/master
c: 8bae569
h: refs/heads/master
i:
  187965: 1030bd0
  187963: 4367d7d
  187959: 6158374
  187951: 6ac0450
  187935: 53c2a20
  187903: 163ff86
v: v3
  • Loading branch information
Sucheta Chakraborty authored and David S. Miller committed Mar 8, 2010
1 parent c0d6248 commit 4d4a899
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 7e8a9298adf7531c58d73ba9c499353e3807cf19
refs/heads/master: 8bae5698616ac336938684ce7a7370299bd55d01
6 changes: 6 additions & 0 deletions trunk/drivers/net/qlcnic/qlcnic_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,11 @@ qlcnic_get_ethtool_stats(struct net_device *dev,
}
}

static u32 qlcnic_get_tx_csum(struct net_device *dev)
{
return dev->features & NETIF_F_IP_CSUM;
}

static u32 qlcnic_get_rx_csum(struct net_device *dev)
{
struct qlcnic_adapter *adapter = netdev_priv(dev);
Expand Down Expand Up @@ -995,6 +1000,7 @@ const struct ethtool_ops qlcnic_ethtool_ops = {
.set_ringparam = qlcnic_set_ringparam,
.get_pauseparam = qlcnic_get_pauseparam,
.set_pauseparam = qlcnic_set_pauseparam,
.get_tx_csum = qlcnic_get_tx_csum,
.set_tx_csum = ethtool_op_set_tx_csum,
.set_sg = ethtool_op_set_sg,
.get_tso = qlcnic_get_tso,
Expand Down

0 comments on commit 4d4a899

Please sign in to comment.